Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DTransactionCompletedThread.cpp132 auto pendingCallback = pendingCallbacks.find(handle->callbackIds); in addPresentedCallbackHandles() local
134 if (pendingCallback != pendingCallbacks.end()) { in addPresentedCallbackHandles()
135 auto& pendingCount = pendingCallback->second; in addPresentedCallbackHandles()
139 pendingCallbacks.erase(pendingCallback); in addPresentedCallbackHandles()