Searched refs:mAvrcpProfile (Results 1 – 1 of 1) sorted by relevance
71 private BluetoothAvrcpController mAvrcpProfile; field in A2dpMediaBrowserService175 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 …]