Home
last modified time | relevance | path

Searched defs:keyCodes (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/native/services/inputflinger/tests/
DKeyboardInputMapper_test.cpp72 void testPointerVisibilityForKeys(const std::vector<int32_t>& keyCodes, bool expectVisible) { in testPointerVisibilityForKeys()
83 void testTouchpadTapStateForKeys(const std::vector<int32_t>& keyCodes, in testTouchpadTapStateForKeys()
DInputMapperTest.cpp75 void InputMapperUnitTest::setKeyCodeState(KeyState state, std::set<int> keyCodes) { in setKeyCodeState()
DFakeEventHub.cpp444 bool FakeEventHub::markSupportedKeyCodes(int32_t deviceId, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes()
DInputReader_test.cpp321 bool markSupportedKeyCodes(uint32_t, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes()
908 const std::vector<int32_t> keyCodes{AKEYCODE_A, AKEYCODE_B, AKEYCODE_1, AKEYCODE_2}; in TEST_F() local
2493 const std::vector<int32_t> keyCodes{AKEYCODE_A, AKEYCODE_B}; in TEST_F() local
2572 const std::vector<int32_t> keyCodes{AKEYCODE_A, AKEYCODE_B, AKEYCODE_1, AKEYCODE_2}; in TEST_F() local
/frameworks/native/services/inputflinger/tests/fuzzers/
DKeyboardInputFuzzer.cpp97 std::vector<int32_t> keyCodes; in LLVMFuzzerTestOneInput() local
DMultiTouchInputFuzzer.cpp111 std::vector<int32_t> keyCodes; in LLVMFuzzerTestOneInput() local
DInputReaderFuzzer.cpp80 bool hasKeys(int32_t deviceId, uint32_t sourceMask, const std::vector<int32_t>& keyCodes, in hasKeys()
227 std::vector<int32_t> keyCodes; in LLVMFuzzerTestOneInput() local
DMapperHelpers.h186 bool markSupportedKeyCodes(int32_t deviceId, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes()
/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp314 const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes()
368 const std::vector<int32_t> keyCodes{AKEYCODE_CAPS_LOCK, AKEYCODE_NUM_LOCK, in updateLedState() local
DInputMapper.cpp69 bool InputMapper::markSupportedKeyCodes(uint32_t sourceMask, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes()
/frameworks/base/services/tests/wmtests/src/com/android/server/policy/
DShortcutKeyTestBase.java95 void sendKeyCombination(int[] keyCodes, long duration) { in sendKeyCombination()
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
DInteraction.java80 public static Interaction newKeyInput(int[] keyCodes) { in newKeyInput()
/frameworks/base/services/core/java/com/android/server/input/
DInputShellCommand.java515 IntArray keyCodes = new IntArray(); in runKeyCombination() local
538 private void sendKeyCombination(int inputSource, IntArray keyCodes, int displayId, in sendKeyCombination()
DKeyboardMetricsCollector.java366 @Nullable KeyboardLogEvent keyboardSystemEvent, int modifierState, int... keyCodes) { in logKeyboardSystemsEventReportedAtom()
DNativeInputManagerService.java53 boolean hasKeys(int deviceId, int sourceMask, int[] keyCodes, boolean[] keyExists); in hasKeys()
285 public native boolean hasKeys(int deviceId, int sourceMask, int[] keyCodes, in hasKeys()
/frameworks/base/core/java/android/hardware/input/
DInputManager.java888 public boolean[] deviceHasKeys(int[] keyCodes) { in deviceHasKeys()
904 public boolean[] deviceHasKeys(int id, int[] keyCodes) { in deviceHasKeys()
DInputManagerGlobal.java1175 public boolean[] deviceHasKeys(int[] keyCodes) { in deviceHasKeys()
1182 public boolean[] deviceHasKeys(int id, int[] keyCodes) { in deviceHasKeys()
DIInputManager.aidl60 boolean hasKeys(int deviceId, int sourceMask, in int[] keyCodes, out boolean[] keyExists); in hasKeys()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyboardShortcutListSearch.java606 int[] keyCodes = { in getSystemMultitaskingShortcuts() local
697 int[] keyCodes = { in getDefaultMultiMappingApplicationShortcuts() local
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp621 const std::vector<int32_t>& keyCodes, uint8_t* outFlags) { in hasKeys()
629 const std::vector<int32_t>& keyCodes, in markSupportedKeyCodesLocked()
DInputDevice.cpp528 bool InputDevice::markSupportedKeyCodes(uint32_t sourceMask, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes()
DEventHub.cpp1075 bool EventHub::markSupportedKeyCodes(int32_t deviceId, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h352 inline bool markSupportedKeyCodes(const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes()
/frameworks/base/core/java/android/view/
DKeyCharacterMap.java737 public static boolean[] deviceHasKeys(int[] keyCodes) { in deviceHasKeys()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java107 void onKey(int primaryCode, int[] keyCodes); in onKey()

12