Home
last modified time | relevance | path

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

/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothAvrcpController.aidl42 …void sendGroupNavigationCmd(in BluetoothDevice device, int keyCode, int keyState, in AttributionSo… in sendGroupNavigationCmd()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAvrcpController.java247 public void sendGroupNavigationCmd(BluetoothDevice device, int keyCode, int keyState) { in sendGroupNavigationCmd()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerService.java400 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 DInputHub.cpp320 uint8_t keyState[sizeofBitArray(KEY_CNT)]; in getKeyState() local
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DEventHub.h558 BitArray<KEY_MAX> keyState; member