Searched refs:hasForceFeedback (Results 1 – 4 of 4) sorted by relevance
89 virtual bool hasForceFeedback(int32_t ff) const = 0;
202 if (mDeviceNode->hasForceFeedback(FF_RUMBLE)) { in createMappers()
96 virtual bool hasForceFeedback(int32_t ff) const override;303 bool EvdevDeviceNode::hasForceFeedback(int32_t ff) const { in hasForceFeedback() function in android::EvdevDeviceNode
60 virtual bool hasForceFeedback(int32_t ff) const override { return mForceFeedbacks.count(ff); } in hasForceFeedback() function