HomeSort by relevance Sort by last modified time
    Searched refs:ref_entry (Results 1 - 2 of 2) sorted by null

  /system/core/libutils/
RefBase.cpp 182 ref_entry* refs = mStrongRefs;
196 ref_entry* refs = mWeakRefs;
292 struct ref_entry struct in class:android::RefBase::weakref_impl
294 ref_entry* next;
302 void addRef(ref_entry** refs, const void* id, int32_t mRef)
307 ref_entry* ref = new ref_entry;
321 void removeRef(ref_entry** refs, const void* id)
326 ref_entry* const head = *refs;
327 ref_entry* ref = head
    [all...]
  /frameworks/base/tools/aapt2/format/binary/
XmlFlattener.cpp 334 for (const auto& ref_entry : visitor.string_refs) {
335 ref_entry.dest->index = util::HostToDevice32(ref_entry.ref.index());

Completed in 224 milliseconds