Home
last modified time | relevance | path

Searched refs:Populate (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/util/nanotool/
Dnanomessage.h70 virtual bool Populate(const std::vector<uint8_t>& buffer) = 0;
78 bool Populate(const std::vector<uint8_t>& buffer) override;
111 bool Populate(const std::vector<uint8_t>& buffer) override;
139 bool Populate(const std::vector<uint8_t>& buffer) override;
Dnanomessage.cpp32 bool HardwareVersionInfo::Populate(const std::vector<uint8_t>& buffer) { in Populate() function in android::HardwareVersionInfo
72 bool WriteEventResponse::Populate(const std::vector<uint8_t>& buffer) { in Populate() function in android::WriteEventResponse
131 bool ReadEventResponse::Populate(const std::vector<uint8_t>& buffer) { in Populate() function in android::ReadEventResponse
Dresetreasonevent.cpp29 event->Populate(buffer); in FromBytes()
Dlogevent.cpp27 event->Populate(buffer); in FromBytes()
Dapptohostevent.cpp29 event->Populate(buffer); in FromBytes()
Dsensorevent.cpp96 (!sensor_event->Populate(buffer) || !sensor_event->SizeIsValid())) { in FromBytes()