OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentPosMs
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
Avrcp.java
73
private long
mCurrentPosMs
;
150
mCurrentPosMs
= 0L;
473
boolean oldPosValid = (
mCurrentPosMs
!=
480
mCurrentPosMs
= getPlayPosition();
485
mCurrentPosMs
= currentPosMs;
491
boolean newPosValid = (
mCurrentPosMs
!=
555
if (
mCurrentPosMs
!= RemoteControlClient.PLAYBACK_POSITION_ALWAYS_UNKNOWN) {
556
mCurrentPosMs
= 0L;
618
if (
mCurrentPosMs
!= RemoteControlClient.PLAYBACK_POSITION_ALWAYS_UNKNOWN) {
678
if (
mCurrentPosMs
!= RemoteControlClient.PLAYBACK_POSITION_ALWAYS_UNKNOWN)
[
all
...]
/frameworks/base/media/java/android/media/
RemoteController.java
223
return mLastPlaybackInfo.
mCurrentPosMs
;
227
final long thenPos = mLastPlaybackInfo.
mCurrentPosMs
;
742
if (pi.
mCurrentPosMs
== RemoteControlClient.PLAYBACK_POSITION_ALWAYS_UNKNOWN) {
745
l.onClientPlaybackStateUpdate(pi.mState, pi.mStateChangeTimeMs, pi.
mCurrentPosMs
,
[
all
...]
Completed in 49 milliseconds