Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DFrameBuffer.cpp2422 std::vector<std::function<void()>> cleanupCallbacks; in onLoad() local
2428 cleanupCallbacks.push_back(it2.second); in onLoad()
2440 for (auto cb : cleanupCallbacks) { in onLoad()