Jean-Michel Trivi c3c4babf84 Opt-in mechanism for RemoteControlClient position anti-drift check
RemoteControlClient has an interface for the framework to query
 the playback position. This mechanism is used to detect
 when the estimated position drifts from the real position by
 having the framework regularly poll (every 15s when playing at
 1x) this interface and compare against the estimation.
But this mechanism:
 - should only be used when IRemoteControlDisplay implementation
  care about position display
 - should not be used by default because the implementation of
  the position query interface might involve network traffic
  in some remote media player implementation for instance.

This CL implements an opt-in mechanism to be used by
 implementators of IRemoteControlDisplay, to request the
 anti-drift mechanism to be turned on.

bug 8120740

Change-Id: I1baa3e515546ac41e0ac9c3a41bfa3147ecf3d7f
2013-04-22 14:15:34 -07:00
2013-04-19 16:05:15 +00:00
2013-04-16 22:15:21 +00:00
2013-04-18 20:39:48 -07:00
2013-04-09 21:54:12 -07:00
2013-04-14 02:56:03 +00:00
2013-04-12 18:09:04 -07:00
2013-04-10 15:25:07 -07:00
2013-04-09 21:54:12 -07:00
2013-04-17 22:18:01 -07:00
2013-04-05 19:54:44 +00:00
2012-04-04 11:37:35 -07:00
2013-03-11 09:59:13 -07:00
Description
No description provided
5.1 GiB
Languages
Java 77.3%
Kotlin 9.2%
PowerBuilder 6.6%
C++ 5.5%
AIDL 1%