Searched defs:numCodes (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/ |
D | AppOpsControllerImpl.java | 124 final int numCodes = opsCodes.length; in addCallback() local 148 final int numCodes = opsCodes.length; in removeCallback() local
|
/frameworks/native/services/inputflinger/ |
D | InputReader.cpp | 732 size_t numCodes, const int32_t* keyCodes, uint8_t* outFlags) { in hasKeys() 740 size_t numCodes, const int32_t* keyCodes, uint8_t* outFlags) { in markSupportedKeyCodesLocked() 1218 bool InputDevice::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes() 1962 bool InputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes() 2463 bool KeyboardInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes() 6830 bool TouchInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes()
|
D | EventHub.cpp | 482 bool EventHub::markSupportedKeyCodes(int32_t deviceId, size_t numCodes, in markSupportedKeyCodes()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 679 virtual bool markSupportedKeyCodes(int32_t deviceId, size_t numCodes, const int32_t* keyCodes, in markSupportedKeyCodes() 978 virtual bool markSupportedKeyCodes(uint32_t, size_t numCodes, in markSupportedKeyCodes()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 1376 jsize numCodes = env->GetArrayLength(keyCodes); in nativeHasKeys() local
|