Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothAvrcpController.aidl42 …void sendGroupNavigationCmd(in BluetoothDevice device, int keyCode, int keyState, in AttributionSo… in sendGroupNavigationCmd()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java451 public void sendGroupNavigationCmd(BluetoothDevice device, int keyCode, int keyState, in sendGroupNavigationCmd()
491 void handlePassthroughRsp(int id, int keyState, byte[] address) { in handlePassthroughRsp()
499 void handleGroupNavigationRsp(int id, int keyState) { in handleGroupNavigationRsp()
1032 public native boolean sendPassThroughCommandNative(byte[] address, int keyCode, int keyState); in sendPassThroughCommandNative()
1042 int keyState); in sendGroupNavigationCommandNative()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAvrcpController.java270 public void sendGroupNavigationCmd(BluetoothDevice device, int keyCode, int keyState) { in sendGroupNavigationCmd()