Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/
Dresult_dispatcher.h182 std::mutex notify_callback_lock; variable
Dresult_dispatcher.cc58 std::unique_lock<std::mutex> lock(notify_callback_lock); in ~ResultDispatcher()
376 std::unique_lock<std::mutex> lock(notify_callback_lock); in NotifyCallbackThreadLoop()