Home
last modified time | relevance | path

Searched refs:FromBytes (Results 1 – 11 of 11) sorted by relevance

/device/google/contexthub/util/nanotool/
Dnanomessage.cpp112 std::unique_ptr<ReadEventResponse> ReadEventResponse::FromBytes( in FromBytes() function in android::ReadEventResponse
118 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()
Dresetreasonevent.h37 static std::unique_ptr<ResetReasonEvent> FromBytes(
Dlogevent.h32 static std::unique_ptr<LogEvent> FromBytes(
Dresetreasonevent.cpp26 std::unique_ptr<ResetReasonEvent> ResetReasonEvent::FromBytes( in FromBytes() function in android::ResetReasonEvent
Dlogevent.cpp24 std::unique_ptr<LogEvent> LogEvent::FromBytes( in FromBytes() function in android::LogEvent
Dapptohostevent.cpp26 std::unique_ptr<AppToHostEvent> AppToHostEvent::FromBytes( in FromBytes() function in android::AppToHostEvent
Dapptohostevent.h91 static std::unique_ptr<AppToHostEvent> FromBytes(
Dsensorevent.h97 static std::unique_ptr<SensorEvent> FromBytes(
Dnanomessage.h136 static std::unique_ptr<ReadEventResponse> FromBytes(
Dsensorevent.cpp33 std::unique_ptr<SensorEvent> SensorEvent::FromBytes( in FromBytes() function in android::SensorEvent
Dcontexthub.cpp605 *response = ReadEventResponse::FromBytes(responseBuf); in ReadEvent()