Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanotool/
Dnanomessage.cpp107 snprintf(buffer, sizeof(buffer), "ReadEventResponse %u\n", GetEventType()); in ToString()
139 return ReadEventResponse::IsAppToHostEvent(GetEventType()); in IsAppToHostEvent()
143 return ReadEventResponse::IsSensorEvent(GetEventType()); in IsSensorEvent()
147 return ReadEventResponse::IsResetReasonEvent(GetEventType()); in IsResetReasonEvent()
150 uint32_t ReadEventResponse::GetEventType() const { in GetEventType() function in android::ReadEventResponse
223 EventType ConfigureSensorRequest::GetEventType() const { in GetEventType() function in android::ConfigureSensorRequest
Dnanomessage.h100 virtual EventType GetEventType() const = 0;
142 uint32_t GetEventType() const;
174 EventType GetEventType() const override;
Dsensorevent.cpp102 GetEventType() - static_cast<uint32_t>(EventType::FirstSensorEvent)); in GetSensorType()