Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
H A DAppOpsControllerImpl.java191 final int numCodes = opsCodes.length; in addCallback() local
215 final int numCodes = opsCodes.length; in removeCallback() local
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DInputMapper.cpp54 bool InputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes()
H A DKeyboardInputMapper.cpp378 bool KeyboardInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes()
H A DTouchInputMapper.cpp4003 bool TouchInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputReader.cpp570 bool InputReader::hasKeys(int32_t deviceId, uint32_t sourceMask, size_t numCodes, in hasKeys()
579 size_t numCodes, const int32_t* keyCodes, in markSupportedKeyCodesLocked()
H A DInputDevice.cpp466 bool InputDevice::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes()
H A DEventHub.cpp893 bool EventHub::markSupportedKeyCodes(int32_t deviceId, size_t numCodes, const int32_t* keyCodes, in markSupportedKeyCodes()
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h319 inline bool markSupportedKeyCodes(size_t numCodes, const int32_t* keyCodes, in markSupportedKeyCodes()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp845 bool markSupportedKeyCodes(int32_t deviceId, size_t numCodes, const int32_t* keyCodes, in markSupportedKeyCodes()
1138 bool markSupportedKeyCodes(uint32_t, size_t numCodes, const int32_t* keyCodes, in markSupportedKeyCodes()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1548 jsize numCodes = env->GetArrayLength(keyCodes); in nativeHasKeys() local