Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java34 private AvrcpControllerService mAvrcpController; field in AvrcpControllerNativeInterface
59 mAvrcpController = controller; in init()
131 mAvrcpController.onConnectionStateChanged( in onConnectionStateChanged()
141 mAvrcpController.getRcPsm(device, psm); in getRcPsm()
149 mAvrcpController.handlePlayerAppSetting(device, playerAttribRsp, rspLen); in handlePlayerAppSetting()
157 mAvrcpController.onPlayerAppSettingChanged(device, playerAttribRsp, rspLen); in onPlayerAppSettingChanged()
165 mAvrcpController.handleSetAbsVolume(device, absVol, label); in handleSetAbsVolume()
173 mAvrcpController.handleRegisterNotificationAbsVol(device, label); in handleRegisterNotificationAbsVol()
181 mAvrcpController.onTrackChanged(device, numAttributes, attributes, attribVals); in onTrackChanged()
189 mAvrcpController.onPlayPositionChanged(device, songLen, currSongPosition); in onPlayPositionChanged()
[all …]