Searched refs:hasScanCode (Results 1 – 5 of 5) sorted by relevance
29 mHaveBtnTouch = deviceContext.hasScanCode(BTN_TOUCH); in configure()30 mHaveStylus = deviceContext.hasScanCode(BTN_TOOL_PEN) || in configure()31 deviceContext.hasScanCode(BTN_TOOL_RUBBER) || in configure()32 deviceContext.hasScanCode(BTN_TOOL_BRUSH) || in configure()33 deviceContext.hasScanCode(BTN_TOOL_PENCIL) || in configure()34 deviceContext.hasScanCode(BTN_TOOL_AIRBRUSH); in configure()
323 inline bool hasScanCode(int32_t scanCode) const { in hasScanCode() function324 return mEventHub->hasScanCode(mId, scanCode); in hasScanCode()
314 virtual bool hasScanCode(int32_t deviceId, int32_t scanCode) const = 0;491 bool hasScanCode(int32_t deviceId, int32_t scanCode) const override final;
1178 bool EventHub::hasScanCode(int32_t deviceId, int32_t scanCode) const { in hasScanCode() function in android::EventHub
851 bool hasScanCode(int32_t deviceId, int32_t scanCode) const override { in hasScanCode() function in android::FakeEventHub