Searched defs:new_id (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/utils/
H A DRefBase.cpp72 void renameStrongRefId(const void* /*old_id*/, const void* /*new_id*/) { }
75 void renameWeakRefId(const void* /*old_id*/, const void* /*new_id*/) { }
155 void renameStrongRefId(const void* old_id, const void* new_id) { argument
158 // mBase, old_id, new_id);
159 renameRefsId(mStrongRefs, old_id, new_id);
174 void renameWeakRefId(const void* old_id, const void* new_id) { argument
175 renameRefsId(mWeakRefs, old_id, new_id);
283 void renameRefsId(ref_entry* r, const void* old_id, const void* new_id) argument
290 ref->id = new_id;

Completed in 41 milliseconds