Searched refs:keyState (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothAvrcpController.java | 244 public void sendGroupNavigationCmd(BluetoothDevice device, int keyCode, int keyState) { in sendGroupNavigationCmd() argument 252 + keyState); in sendGroupNavigationCmd() 259 service.sendGroupNavigationCmd(device, keyCode, keyState, mAttributionSource); in sendGroupNavigationCmd()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerNativeInterface.java | 67 boolean sendPassThroughCommand(byte[] address, int keyCode, int keyState) { in sendPassThroughCommand() argument 68 return sendPassThroughCommandNative(address, keyCode, keyState); in sendPassThroughCommand() 380 private native boolean sendPassThroughCommandNative(byte[] address, int keyCode, int keyState); in sendPassThroughCommandNative() argument 390 byte[] address, int keyCode, int keyState); in sendGroupNavigationCommandNative() argument
|
D | AvrcpControllerService.java | 426 BluetoothDevice device, int keyCode, int keyState, AttributionSource source) { in sendGroupNavigationCmd() argument
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothAvrcpController.aidl | 42 …void sendGroupNavigationCmd(in BluetoothDevice device, int keyCode, int keyState, in AttributionSo… in sendGroupNavigationCmd() argument
|