Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/sampleDriver/aidl/include/
DConfigManager.h131 mConfigCond.wait(lock, [this] { return mIsReady; }); in getSystemInfo()
145 mConfigCond.wait(lock, [this] { return mIsReady; }); in getCameraIdList()
165 mConfigCond.wait(lock, [this] { return mIsReady; }); in getCameraGroupIdList()
183 mConfigCond.wait(lock, [this] { return mIsReady; }); in getCameraGroupInfo()
201 mConfigCond.wait(lock, [this] { return mIsReady; }); in getCameraInfo()
246 std::condition_variable mConfigCond; variable
/packages/services/Car/cpp/evs/sampleDriver/hidl/
DConfigManager.h127 mConfigCond.wait(lock, [this] { return mIsReady; }); in getSystemInfo()
141 mConfigCond.wait(lock, [this] { return mIsReady; }); in getCameraIdList()
161 mConfigCond.wait(lock, [this] { return mIsReady; }); in getCameraGroupIdList()
179 mConfigCond.wait(lock, [this] { return mIsReady; }); in getCameraGroupInfo()
197 mConfigCond.wait(lock, [this] { return mIsReady; }); in getCameraInfo()
242 std::condition_variable mConfigCond; variable
DConfigManager.cpp487 mConfigCond.notify_all(); in readConfigDataFromXML()
728 mConfigCond.notify_all(); in readConfigDataFromBinary()
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DConfigManager.cpp486 mConfigCond.notify_all(); in readConfigDataFromXML()
729 mConfigCond.notify_all(); in readConfigDataFromBinary()