Searched defs:keyState (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothAvrcpController.aidl | 42 …void sendGroupNavigationCmd(in BluetoothDevice device, int keyCode, int keyState, in AttributionSo… in sendGroupNavigationCmd()
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothAvrcpController.java | 247 public void sendGroupNavigationCmd(BluetoothDevice device, int keyCode, int keyState) { in sendGroupNavigationCmd()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
H A D | AvrcpControllerService.java | 400 public void sendGroupNavigationCmd(BluetoothDevice device, int keyCode, int keyState, in sendGroupNavigationCmd() 437 private void handlePassthroughRsp(int id, int keyState, byte[] address) { in handlePassthroughRsp() 444 private void handleGroupNavigationRsp(int id, int keyState) { in handleGroupNavigationRsp() 928 public native boolean sendPassThroughCommandNative(byte[] address, int keyCode, int keyState); in sendPassThroughCommandNative() 938 int keyState); in sendGroupNavigationCommandNative()
|
/aosp12/hardware/libhardware/modules/input/evdev/ |
H A D | InputHub.cpp | 320 uint8_t keyState[sizeofBitArray(KEY_CNT)]; in getKeyState() local
|
/aosp12/frameworks/native/services/inputflinger/reader/include/ |
H A D | EventHub.h | 558 BitArray<KEY_MAX> keyState; member
|