Home
last modified time | relevance | path

Searched refs:IsSensorEvent (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/util/nanotool/
Dnanomessage.cpp117 if (ReadEventResponse::IsSensorEvent(event_type)) { in FromBytes()
145 bool ReadEventResponse::IsSensorEvent() const { in IsSensorEvent() function in android::ReadEventResponse
146 return ReadEventResponse::IsSensorEvent(GetEventType()); in IsSensorEvent()
161 bool ReadEventResponse::IsSensorEvent(uint32_t event_type) { in IsSensorEvent() function in android::ReadEventResponse
Dnanomessage.h142 bool IsSensorEvent() const;
153 static bool IsSensorEvent(uint32_t event_type);
Dcontexthub.cpp564 if (result == TransportResult::Success && event->IsSensorEvent()) { in ReadSensorEvents()