Searched refs:GetSerial (Results 1 – 6 of 6) sorted by relevance
53 uint32_t entry_serial = table_[idx].GetSerial(); in IsValidReference()86 DCHECK_EQ(DecodeSerial(reinterpret_cast<uintptr_t>(iref)), table_[idx].GetSerial()); in Get()97 DCHECK_EQ(DecodeSerial(reinterpret_cast<uintptr_t>(iref)), table_[idx].GetSerial()); in Update()
171 uint32_t GetSerial() const { in GetSerial() function388 uint32_t serial = table_[table_index].GetSerial(); in ToIndirectRef()
34 bool GetSerial(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
89 bool GetSerial(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetSerial() function
123 {FB_VAR_SERIALNO, {GetSerial, nullptr}}, in GetVarHandler()
442 std::string GetSerial() { in GetSerial() function514 serial_ = GetSerial(); in OpenDevice()