Searched refs:currentPosMs (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcp.java230 long currentPosMs, float speed) {
234 new Long(currentPosMs)).sendToTarget();
483 private void updatePlayPauseState(int state, long currentPosMs) { argument
496 if (currentPosMs != RemoteControlClient.PLAYBACK_POSITION_INVALID) {
497 mCurrentPosMs = currentPosMs;
500 ((currentPosMs != RemoteControlClient.PLAYBACK_POSITION_INVALID) ||
662 long currentPosMs = getPlayPosition();
663 if (currentPosMs == -1L) return;
664 long newPosMs = Math.max(0L, currentPosMs + amount);
229 onClientPlaybackStateUpdate(int state, long stateChangeTimeMs, long currentPosMs, float speed) argument

Completed in 32 milliseconds