Searched refs:IsAppToHostEvent (Results 1 – 3 of 3) sorted by relevance
119 } else if (ReadEventResponse::IsAppToHostEvent(event_type)) { in FromBytes()141 bool ReadEventResponse::IsAppToHostEvent() const { in IsAppToHostEvent() function in android::ReadEventResponse142 return ReadEventResponse::IsAppToHostEvent(GetEventType()); in IsAppToHostEvent()166 bool ReadEventResponse::IsAppToHostEvent(uint32_t event_type) { in IsAppToHostEvent() function in android::ReadEventResponse
141 bool IsAppToHostEvent() const;152 static bool IsAppToHostEvent(uint32_t event_type);
538 if (result == TransportResult::Success && event->IsAppToHostEvent()) { in ReadAppEvents()