Home
last modified time | relevance | path

Searched refs:IsLogEvent (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/util/nanotool/
Dnanomessage.cpp123 } else if (ReadEventResponse::IsLogEvent(event_type)) { in FromBytes()
153 bool ReadEventResponse::IsLogEvent() const { in IsLogEvent() function in android::ReadEventResponse
154 return ReadEventResponse::IsLogEvent(GetEventType()); in IsLogEvent()
174 bool ReadEventResponse::IsLogEvent(uint32_t event_type) { in IsLogEvent() function in android::ReadEventResponse
Dnanomessage.h144 bool IsLogEvent() const;
155 static bool IsLogEvent(uint32_t event_type);