Searched refs:isNewEntry (Results 1 – 4 of 4) sorted by relevance
30 bool ResourceList::add(const MediaResourceParcel& res, bool* isNewEntry) { in add() argument47 if (isNewEntry) { in add()48 *isNewEntry = true; in add()
110 bool add(const ::aidl::android::media::MediaResourceParcel& res, bool* isNewEntry = nullptr);
118 bool isNewEntry = false; in addResource() local119 if (!info.resources.add(res, &isNewEntry)) { in addResource()122 if (isNewEntry) { in addResource()
332 bool isNewEntry = false; in addResource() local333 if (!info.resources.add(res, &isNewEntry)) { in addResource()336 if (isNewEntry) { in addResource()