Home
last modified time | relevance | path

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

/hardware/google/pixel/powerstats/dataproviders/
DPixelStateResidencyDataProvider.cpp160 auto toRemove = std::find_if(mEntries.begin(), mEntries.end(), [&in_cb](const auto &it) { in unregisterCallback() local
/hardware/google/gfxstream/host/vulkan/
DVkReconstruction.cpp350 void VkReconstruction::removeHandles(const uint64_t* toRemove, uint32_t count, bool recursive) { in removeHandles()
/hardware/google/gfxstream/host/
DRenderControl.cpp424 void removeExtension(std::string& currExts, const std::string& toRemove) { in removeExtension()