Searched refs:hasKeyCode (Results 1 – 5 of 5) sorted by relevance
334 inline bool hasKeyCode(int32_t keyCode) const { return mEventHub->hasKeyCode(mId, keyCode); } in hasKeyCode() function
318 virtual bool hasKeyCode(int32_t deviceId, int32_t keyCode) const = 0;498 bool hasKeyCode(int32_t deviceId, int32_t keyCode) const override final;
392 if (!android::isMetaKey(keyCode) || !getDeviceContext().hasKeyCode(keyCode)) { in updateMetaState()
1251 bool EventHub::hasKeyCode(int32_t deviceId, int32_t keyCode) const { in hasKeyCode() function in android::EventHub
948 bool hasKeyCode(int32_t deviceId, int32_t keyCode) const override { in hasKeyCode() function in android::FakeEventHub