Searched refs:Populate (Results 1 – 6 of 6) sorted by relevance
70 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;
32 bool HardwareVersionInfo::Populate(const std::vector<uint8_t>& buffer) { in Populate() function in android::HardwareVersionInfo72 bool WriteEventResponse::Populate(const std::vector<uint8_t>& buffer) { in Populate() function in android::WriteEventResponse131 bool ReadEventResponse::Populate(const std::vector<uint8_t>& buffer) { in Populate() function in android::ReadEventResponse
29 event->Populate(buffer); in FromBytes()
27 event->Populate(buffer); in FromBytes()
96 (!sensor_event->Populate(buffer) || !sensor_event->SizeIsValid())) { in FromBytes()