Home
last modified time | relevance | path

Searched refs:mIsReady (Results 1 – 9 of 9) 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()
212 bool isReady() const { return mIsReady; } in isReady()
252 bool mIsReady = false; 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()
208 bool isReady() const { return mIsReady; } in isReady()
248 bool mIsReady = false; variable
DConfigManager.cpp483 mIsReady = true; in readConfigDataFromXML()
510 mIsReady = false; in readConfigDataFromBinary()
724 mIsReady = true; in readConfigDataFromBinary()
/packages/services/Telephony/testapps/ImsTestService/src/com/android/phone/testapps/imstestapp/
DTestRcsFeatureImpl.java23 private boolean mIsReady = false; field in TestRcsFeatureImpl
27 return mIsReady; in isReady()
32 mIsReady = true; in onFeatureReady()
DTestMmTelFeatureImpl.java33 private boolean mIsReady = false; field in TestMmTelFeatureImpl
70 return mIsReady; in isReady()
113 mIsReady = true; in onFeatureReady()
/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/
DTextToSpeechImpl.java54 private boolean mIsReady; field in TextToSpeechImpl
110 mIsReady = true; in TextToSpeechImpl()
122 if (mIsReady) { in setSelectedVoice()
173 if (mIsReady) { in doSpeak()
209 if (!mIsReady) { in getVoices()
221 if (!mIsReady || TextUtils.isEmpty(name)) { in getVoice()
/packages/services/Car/service/src/com/android/car/hal/
DDiagnosticHalService.java69 private boolean mIsReady = false; field in DiagnosticHalService
221 mIsReady = true; in init()
229 mIsReady = false; in release()
239 return mIsReady; in isReady()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/panel/
DTaskViewPanel.java204 private boolean mIsReady; field in TaskViewPanel
378 mIsReady = isReady; in setReady()
379 if (mIsReady) { in setReady()
386 return mIsReady; in isReady()
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DConfigManager.cpp482 mIsReady = true; in readConfigDataFromXML()
509 mIsReady = false; in readConfigDataFromBinary()
725 mIsReady = true; in readConfigDataFromBinary()