Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanotool/
Dnanomessage.cpp119 } else if (ReadEventResponse::IsAppToHostEvent(event_type)) { in FromBytes()
141 bool ReadEventResponse::IsAppToHostEvent() const { in IsAppToHostEvent() function in android::ReadEventResponse
142 return ReadEventResponse::IsAppToHostEvent(GetEventType()); in IsAppToHostEvent()
166 bool ReadEventResponse::IsAppToHostEvent(uint32_t event_type) { in IsAppToHostEvent() function in android::ReadEventResponse
Dnanomessage.h141 bool IsAppToHostEvent() const;
152 static bool IsAppToHostEvent(uint32_t event_type);
Dcontexthub.cpp538 if (result == TransportResult::Success && event->IsAppToHostEvent()) { in ReadAppEvents()