Searched defs:hasKeys (Results 1 – 4 of 4) sorted by relevance
43 boolean hasKeys(int deviceId, int sourceMask, in int[] keyCodes, out boolean[] keyExists); in hasKeys() method
679 public boolean[] hasKeys(int... keys) { in hasKeys() method in InputDevice
522 bool InputReader::hasKeys(int32_t deviceId, uint32_t sourceMask, size_t numCodes, in hasKeys() function in android::InputReader
484 public boolean hasKeys(int deviceId, int sourceMask, int[] keyCodes, boolean[] keyExists) { in hasKeys() method in InputManagerService