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()
331 inline bool hasScanCode(int32_t scanCode) const { in hasScanCode() function332 return mEventHub->hasScanCode(mId, scanCode); in hasScanCode()
317 virtual bool hasScanCode(int32_t deviceId, int32_t scanCode) const = 0;497 bool hasScanCode(int32_t deviceId, int32_t scanCode) const override final;
1242 bool EventHub::hasScanCode(int32_t deviceId, int32_t scanCode) const { in hasScanCode() function in android::EventHub
939 bool hasScanCode(int32_t deviceId, int32_t scanCode) const override { in hasScanCode() function in android::FakeEventHub