Searched refs:onPlayPositionChanged (Results 1 – 3 of 3) sorted by relevance
185 void onPlayPositionChanged(byte[] address, int songLen, int currSongPosition) { in onPlayPositionChanged() method in AvrcpControllerNativeInterface189 mAvrcpController.onPlayPositionChanged(device, songLen, currSongPosition); in onPlayPositionChanged()
555 synchronized void onPlayPositionChanged( in onPlayPositionChanged() method in AvrcpControllerService
420 public void onPlayPositionChanged() { in onPlayPositionChanged() method in AvrcpControllerServiceTest424 mService.onPlayPositionChanged(mRemoteDevice, songLen, currSongPos); in onPlayPositionChanged()