Home
last modified time | relevance | path

Searched defs:keyState (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothAvrcpController.aidl42 …void sendGroupNavigationCmd(in BluetoothDevice device, int keyCode, int keyState, in AttributionSo… in sendGroupNavigationCmd()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAvrcpController.java244 public void sendGroupNavigationCmd(BluetoothDevice device, int keyCode, int keyState) { in sendGroupNavigationCmd()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java67 boolean sendPassThroughCommand(byte[] address, int keyCode, int keyState) { in sendPassThroughCommand()
380 private native boolean sendPassThroughCommandNative(byte[] address, int keyCode, int keyState); in sendPassThroughCommandNative()
390 byte[] address, int keyCode, int keyState); in sendGroupNavigationCommandNative()
DAvrcpControllerService.java426 BluetoothDevice device, int keyCode, int keyState, AttributionSource source) { in sendGroupNavigationCmd()