Searched defs:hasKeys (Results 1 – 4 of 4) sorted by relevance
34 boolean hasKeys(int deviceId, int sourceMask, in int[] keyCodes, out boolean[] keyExists); in hasKeys() method
656 public boolean[] hasKeys(int... keys) { in hasKeys() method in InputDevice
430 public boolean hasKeys(int deviceId, int sourceMask, int[] keyCodes, boolean[] keyExists) { in hasKeys() method in InputManagerService
695 bool InputReader::hasKeys(int32_t deviceId, uint32_t sourceMask, in hasKeys() function in android::InputReader