Searched refs:gHdrPlusClientOpenCond (Results 1 – 1 of 1) sorted by relevance
157 std::condition_variable gHdrPlusClientOpenCond; // Used to synchronize HDR+ client opening. variable16003 gHdrPlusClientOpenCond.wait(lock, [&] { return !gHdrPlusClientOpening; }); in finishHdrPlusClientOpeningLocked()16193 gHdrPlusClientOpenCond.notify_one(); in onOpened()16227 gHdrPlusClientOpenCond.notify_one(); in onOpenFailed()