Searched defs:numCodes (Results 1 – 10 of 10) sorted by relevance
| /frameworks/base/packages/SystemUI/src/com/android/systemui/appops/ |
| D | AppOpsControllerImpl.java | 191 final int numCodes = opsCodes.length; in addCallback() local 215 final int numCodes = opsCodes.length; in removeCallback() local
|
| /frameworks/native/services/inputflinger/reader/mapper/ |
| D | InputMapper.cpp | 54 bool InputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes()
|
| D | KeyboardInputMapper.cpp | 378 bool KeyboardInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes()
|
| D | TouchInputMapper.cpp | 3974 bool TouchInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes()
|
| /frameworks/native/services/inputflinger/reader/ |
| D | InputReader.cpp | 564 bool InputReader::hasKeys(int32_t deviceId, uint32_t sourceMask, size_t numCodes, in hasKeys() 573 size_t numCodes, const int32_t* keyCodes, in markSupportedKeyCodesLocked()
|
| D | InputDevice.cpp | 466 bool InputDevice::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, 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/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()
|
| /frameworks/base/services/core/jni/ |
| D | com_android_server_input_InputManagerService.cpp | 1547 jsize numCodes = env->GetArrayLength(keyCodes); in nativeHasKeys() local
|