Searched refs:FromBytes (Results 1 – 11 of 11) sorted by relevance
112 std::unique_ptr<ReadEventResponse> ReadEventResponse::FromBytes( in FromBytes() function in android::ReadEventResponse118 return SensorEvent::FromBytes(buffer); in FromBytes()120 return AppToHostEvent::FromBytes(buffer); in FromBytes()122 return ResetReasonEvent::FromBytes(buffer); in FromBytes()124 return LogEvent::FromBytes(buffer); in FromBytes()
37 static std::unique_ptr<ResetReasonEvent> FromBytes(
32 static std::unique_ptr<LogEvent> FromBytes(
26 std::unique_ptr<ResetReasonEvent> ResetReasonEvent::FromBytes( in FromBytes() function in android::ResetReasonEvent
24 std::unique_ptr<LogEvent> LogEvent::FromBytes( in FromBytes() function in android::LogEvent
26 std::unique_ptr<AppToHostEvent> AppToHostEvent::FromBytes( in FromBytes() function in android::AppToHostEvent
91 static std::unique_ptr<AppToHostEvent> FromBytes(
97 static std::unique_ptr<SensorEvent> FromBytes(
136 static std::unique_ptr<ReadEventResponse> FromBytes(
33 std::unique_ptr<SensorEvent> SensorEvent::FromBytes( in FromBytes() function in android::SensorEvent
605 *response = ReadEventResponse::FromBytes(responseBuf); in ReadEvent()