HomeSort by relevance Sort by last modified time
    Searched refs:FromBytes (Results 1 - 13 of 13) sorted by null

  /device/google/contexthub/util/nanotool/
logevent.h 32 static std::unique_ptr<LogEvent> FromBytes(
resetreasonevent.h 37 static std::unique_ptr<ResetReasonEvent> FromBytes(
resetreasonevent.cpp 26 std::unique_ptr<ResetReasonEvent> ResetReasonEvent::FromBytes(
logevent.cpp 24 std::unique_ptr<LogEvent> LogEvent::FromBytes(
nanomessage.cpp 112 std::unique_ptr<ReadEventResponse> ReadEventResponse::FromBytes(
118 return SensorEvent::FromBytes(buffer);
120 return AppToHostEvent::FromBytes(buffer);
122 return ResetReasonEvent::FromBytes(buffer);
124 return LogEvent::FromBytes(buffer);
apptohostevent.cpp 26 std::unique_ptr<AppToHostEvent> AppToHostEvent::FromBytes(
apptohostevent.h 85 static std::unique_ptr<AppToHostEvent> FromBytes(
sensorevent.h 97 static std::unique_ptr<SensorEvent> FromBytes(
nanomessage.h 136 static std::unique_ptr<ReadEventResponse> FromBytes(
sensorevent.cpp 31 std::unique_ptr<SensorEvent> SensorEvent::FromBytes(
contexthub.cpp 603 *response = ReadEventResponse::FromBytes(responseBuf);
  /art/cmdline/
memory_representation.h 34 static Memory<kDivisor> FromBytes(size_t bytes) {
  /external/protobuf/csharp/src/Google.Protobuf/
ByteString.cs 59 internal static ByteString FromBytes(byte[] bytes)

Completed in 87 milliseconds