Searched refs:GetEventType (Results 1 – 3 of 3) sorted by relevance
108 snprintf(buffer, sizeof(buffer), "ReadEventResponse %u\n", GetEventType()); in ToString()142 return ReadEventResponse::IsAppToHostEvent(GetEventType()); in IsAppToHostEvent()146 return ReadEventResponse::IsSensorEvent(GetEventType()); in IsSensorEvent()150 return ReadEventResponse::IsResetReasonEvent(GetEventType()); in IsResetReasonEvent()154 return ReadEventResponse::IsLogEvent(GetEventType()); in IsLogEvent()157 uint32_t ReadEventResponse::GetEventType() const { in GetEventType() function in android::ReadEventResponse234 EventType ConfigureSensorRequest::GetEventType() const { in GetEventType() function in android::ConfigureSensorRequest257 EventType BridgeVersionInfoRequest::GetEventType() const { in GetEventType() function in android::BridgeVersionInfoRequest
102 virtual EventType GetEventType() const = 0;145 uint32_t GetEventType() const;179 EventType GetEventType() const override;201 EventType GetEventType() const override;
107 GetEventType() - static_cast<uint32_t>(EventType::FirstSensorEvent)); in GetSensorType()