Searched defs:hasKeys (Results  1 – 6 of 6) sorted by relevance
| /frameworks/native/services/inputflinger/tests/fuzzers/ | 
| D | InputReaderFuzzer.cpp | 80     bool hasKeys(int32_t deviceId, uint32_t sourceMask, const std::vector<int32_t>& keyCodes,  in hasKeys()  function in android::FuzzInputReader
 | 
| /frameworks/base/core/java/android/hardware/input/ | 
| D | IInputManager.aidl | 60     boolean hasKeys(int deviceId, int sourceMask, in int[] keyCodes, out boolean[] keyExists);  in hasKeys()  method
 | 
| /frameworks/base/services/core/java/com/android/server/input/ | 
| D | NativeInputManagerService.java | 53     boolean hasKeys(int deviceId, int sourceMask, int[] keyCodes, boolean[] keyExists);  in hasKeys()  method285         public native boolean hasKeys(int deviceId, int sourceMask, int[] keyCodes,  in hasKeys()  method in NativeInputManagerService.NativeImpl
 
 | 
| D | InputManagerService.java | 657     public boolean hasKeys(int deviceId, int sourceMask, int[] keyCodes, boolean[] keyExists) {  in hasKeys()  method in InputManagerService
 | 
| /frameworks/base/core/java/android/view/ | 
| D | InputDevice.java | 985     public boolean[] hasKeys(int... keys) {  in hasKeys()  method in InputDevice
 | 
| /frameworks/native/services/inputflinger/reader/ | 
| D | InputReader.cpp | 620 bool InputReader::hasKeys(int32_t deviceId, uint32_t sourceMask,  in hasKeys()  function in android::InputReader
 |