| /frameworks/native/services/inputflinger/reader/mapper/ |
| D | KeyboardInputMapper.cpp | 379 const int32_t* keyCodes, uint8_t* outFlags) { in markSupportedKeyCodes() 425 const std::array<int32_t, META_NUM> keyCodes = {AKEYCODE_CAPS_LOCK, AKEYCODE_NUM_LOCK, in updateLedState() local
|
| D | InputMapper.cpp | 55 const int32_t* keyCodes, uint8_t* outFlags) { in markSupportedKeyCodes()
|
| D | TouchInputMapper.cpp | 3975 const int32_t* keyCodes, uint8_t* outFlags) { in markSupportedKeyCodes()
|
| /frameworks/base/services/core/java/com/android/server/input/ |
| D | InputShellCommand.java | 469 ArrayList<Integer> keyCodes = new ArrayList<>(); in runKeyCombination() local 493 private void sendKeyCombination(int inputSource, ArrayList<Integer> keyCodes, int displayId) { in sendKeyCombination()
|
| D | InputManagerService.java | 293 int deviceId, int sourceMask, int[] keyCodes, boolean[] keyExists); in nativeHasKeys() 667 public boolean hasKeys(int deviceId, int sourceMask, int[] keyCodes, boolean[] keyExists) { in hasKeys()
|
| /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/ |
| D | Interaction.java | 80 public static Interaction newKeyInput(int[] keyCodes) { in newKeyInput()
|
| /frameworks/base/core/java/android/hardware/input/ |
| D | IInputManager.aidl | 51 boolean hasKeys(int deviceId, int sourceMask, in int[] keyCodes, out boolean[] keyExists); in hasKeys()
|
| D | InputManager.java | 1030 public boolean[] deviceHasKeys(int[] keyCodes) { in deviceHasKeys() 1047 public boolean[] deviceHasKeys(int id, int[] keyCodes) { in deviceHasKeys()
|
| /frameworks/native/services/inputflinger/reader/ |
| D | InputReader.cpp | 565 const int32_t* keyCodes, uint8_t* outFlags) { in hasKeys() 573 size_t numCodes, const int32_t* keyCodes, in markSupportedKeyCodesLocked()
|
| D | InputDevice.cpp | 467 const int32_t* keyCodes, uint8_t* outFlags) { in markSupportedKeyCodes()
|
| D | EventHub.cpp | 893 bool EventHub::markSupportedKeyCodes(int32_t deviceId, size_t numCodes, const int32_t* keyCodes, in markSupportedKeyCodes()
|
| /frameworks/native/services/inputflinger/reader/include/ |
| D | InputDevice.h | 319 inline bool markSupportedKeyCodes(size_t numCodes, const int32_t* keyCodes, in markSupportedKeyCodes()
|
| /frameworks/base/core/java/android/view/ |
| D | KeyCharacterMap.java | 732 public static boolean[] deviceHasKeys(int[] keyCodes) { in deviceHasKeys()
|
| /frameworks/base/core/java/android/inputmethodservice/ |
| D | KeyboardView.java | 107 void onKey(int primaryCode, int[] keyCodes); in onKey()
|
| /frameworks/native/services/inputflinger/tests/ |
| D | InputReader_test.cpp | 829 bool markSupportedKeyCodes(int32_t deviceId, size_t numCodes, const int32_t* keyCodes, in markSupportedKeyCodes() 1122 bool markSupportedKeyCodes(uint32_t, size_t numCodes, const int32_t* keyCodes, in markSupportedKeyCodes() 1736 const int32_t keyCodes[4] = { AKEYCODE_A, AKEYCODE_B, AKEYCODE_1, AKEYCODE_2 }; in TEST_F() local 2471 const int32_t keyCodes[2] = { AKEYCODE_A, AKEYCODE_B }; in TEST_F() local 2548 const int32_t keyCodes[4] = { AKEYCODE_A, AKEYCODE_B, AKEYCODE_1, AKEYCODE_2 }; in TEST_F() local 3448 const int32_t keyCodes[2] = { AKEYCODE_A, AKEYCODE_B }; in TEST_F() local
|
| /frameworks/base/services/core/jni/ |
| D | com_android_server_input_InputManagerService.cpp | 1542 jlong ptr, jint deviceId, jint sourceMask, jintArray keyCodes, jbooleanArray outFlags) { in nativeHasKeys()
|