Home
last modified time | relevance | path

Searched refs:isNewEntry (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/mediaresourcemanager/
DResourceManagerServiceUtils.cpp30 bool ResourceList::add(const MediaResourceParcel& res, bool* isNewEntry) { in add() argument
47 if (isNewEntry) { in add()
48 *isNewEntry = true; in add()
DResourceManagerServiceUtils.h110 bool add(const ::aidl::android::media::MediaResourceParcel& res, bool* isNewEntry = nullptr);
DResourceTracker.cpp118 bool isNewEntry = false; in addResource() local
119 if (!info.resources.add(res, &isNewEntry)) { in addResource()
122 if (isNewEntry) { in addResource()
DResourceManagerService.cpp332 bool isNewEntry = false; in addResource() local
333 if (!info.resources.add(res, &isNewEntry)) { in addResource()
336 if (isNewEntry) { in addResource()