Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h333 status_t waitUntilRemoved(const std::shared_ptr<ClientDescriptor<KEY, VALUE>> client,
620 status_t ClientManager<KEY, VALUE, LISTENER>::waitUntilRemoved( in waitUntilRemoved() function
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1165 ret = mActiveClientManager.waitUntilRemoved(i, DEFAULT_DISCONNECT_TIMEOUT_NS); in handleEvictionsLocked()