Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.cpp430 bool EventHub::markSupportedKeyCodes(int32_t deviceId, size_t numCodes, in markSupportedKeyCodes()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp722 virtual bool markSupportedKeyCodes(int32_t deviceId, size_t numCodes, const int32_t* keyCodes, in markSupportedKeyCodes()
1009 virtual bool markSupportedKeyCodes(uint32_t, size_t numCodes, in markSupportedKeyCodes()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1320 jsize numCodes = env->GetArrayLength(keyCodes); in nativeHasKeys() local