Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java145 void handlePlayerAppSetting(byte[] address, byte[] playerAttribRsp, int rspLen) { in handlePlayerAppSetting() method in AvrcpControllerNativeInterface
149 mAvrcpController.handlePlayerAppSetting(device, playerAttribRsp, rspLen); in handlePlayerAppSetting()
DAvrcpControllerService.java578 synchronized void handlePlayerAppSetting( in handlePlayerAppSetting() method in AvrcpControllerService