Home
last modified time | relevance | path

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

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