Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/mbs/
DA2dpMediaBrowserService.java71 private BluetoothAvrcpController mAvrcpProfile; field in A2dpMediaBrowserService
175 mAvrcpProfile = null;
292 mAvrcpProfile = (BluetoothAvrcpController) profile; in msgProfileConnect()
299 if (mAvrcpProfile == null || mA2dpDevice == null) { in refreshInitialPlayingState()
300 Log.d(TAG, "AVRCP Profile " + mAvrcpProfile + " device " + mA2dpDevice); in refreshInitialPlayingState()
304 List<BluetoothDevice> devices = mAvrcpProfile.getConnectedDevices(); in refreshInitialPlayingState()
315 PlaybackState playbackState = mAvrcpProfile.getPlaybackState(mA2dpDevice); in refreshInitialPlayingState()
320 MediaMetadata mediaMetadata = mAvrcpProfile.getMetadata(mA2dpDevice); in refreshInitialPlayingState()
322 mSession.setMetadata(mAvrcpProfile.getMetadata(mA2dpDevice)); in refreshInitialPlayingState()
350 mAvrcpProfile = null; in msgProfileDisconnect()
[all …]