Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dindirect_reference_table-inl.h53 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()
H A Dindirect_reference_table.h171 uint32_t GetSerial() const { in GetSerial() function
388 uint32_t serial = table_[table_index].GetSerial(); in ToIndirectRef()
/aosp12/system/core/fastboot/device/
H A Dvariables.h34 bool GetSerial(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
H A Dvariables.cpp89 bool GetSerial(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetSerial() function
H A Dcommands.cpp123 {FB_VAR_SERIALNO, {GetSerial, nullptr}}, in GetVarHandler()
/aosp12/packages/modules/adb/client/
H A Dusb_libusb.cpp442 std::string GetSerial() { in GetSerial() function
514 serial_ = GetSerial(); in OpenDevice()