Home
last modified time | relevance | path

Searched defs:ref_entry (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/core/libutils/
H A DRefBase.cpp317 struct ref_entry struct in android::RefBase::weakref_impl
319 ref_entry* next;
320 const void* id;
322 CallStack::CallStackUPtr stack;
324 int32_t ref;
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
H A DExifUtils.cpp485 std::unique_ptr<ExifEntry> ref_entry = in SetGpsAltitude() local
514 std::unique_ptr<ExifEntry> ref_entry = in SetGpsLatitude() local
542 std::unique_ptr<ExifEntry> ref_entry = in SetGpsLongitude() local
/aosp12/frameworks/base/tools/aapt2/format/binary/
H A DXmlFlattener.cpp331 for (const auto& ref_entry : visitor.string_refs) { in Flatten() local