Home
last modified time | relevance | path

Searched refs:currSongPosition (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java185 void onPlayPositionChanged(byte[] address, int songLen, int currSongPosition) { in onPlayPositionChanged() argument
187 Log.d(TAG, "onPlayPositionChanged: device=" + device + " pos=" + currSongPosition); in onPlayPositionChanged()
189 mAvrcpController.onPlayPositionChanged(device, songLen, currSongPosition); in onPlayPositionChanged()
DAvrcpControllerService.java556 BluetoothDevice device, int songLen, int currSongPosition) { in onPlayPositionChanged() argument
562 currSongPosition); in onPlayPositionChanged()