Searched refs:IsSensorEvent (Results 1 – 3 of 3) sorted by relevance
117 if (ReadEventResponse::IsSensorEvent(event_type)) { in FromBytes()145 bool ReadEventResponse::IsSensorEvent() const { in IsSensorEvent() function in android::ReadEventResponse146 return ReadEventResponse::IsSensorEvent(GetEventType()); in IsSensorEvent()161 bool ReadEventResponse::IsSensorEvent(uint32_t event_type) { in IsSensorEvent() function in android::ReadEventResponse
142 bool IsSensorEvent() const;153 static bool IsSensorEvent(uint32_t event_type);
564 if (result == TransportResult::Success && event->IsSensorEvent()) { in ReadSensorEvents()