Searched refs:hasScanCode (Results 1 – 4 of 4) sorted by relevance
224 virtual bool hasScanCode(int32_t deviceId, int32_t scanCode) const = 0;302 virtual bool hasScanCode(int32_t deviceId, int32_t scanCode) const;
305 return getEventHub()->hasScanCode(mId, code); in hasKey()
572 bool EventHub::hasScanCode(int32_t deviceId, int32_t scanCode) const { in hasScanCode() function in android::EventHub
702 virtual bool hasScanCode(int32_t deviceId, int32_t scanCode) const { in hasScanCode() function in android::FakeEventHub