Searched refs:mNotified (Results 1 - 7 of 7) sorted by relevance

/frameworks/ml/nn/runtime/
H A DCallbacks.cpp26 CallbackBase::CallbackBase() : mNotified(false) {}
42 mCondition.wait(lock, [this]{return mNotified;});
84 mNotified = true;
H A DCallbacks.h170 bool mNotified; member in class:android::hardware::neuralnetworks::V1_0::implementation::CallbackBase
318 std::cv_status status = mCondition.wait_for(lock, timeout_duration, [this]{return mNotified;});
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
H A DPipNotification.java63 private boolean mNotified; field in class:PipNotification
103 if (updateMediaControllerMetadata() && mNotified) {
124 if (updateMediaControllerMetadata() && mNotified) {
178 if (mNotified) {
185 mNotified = true;
202 mNotified = false;
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DComprehensiveCountryDetectorTest.java28 protected boolean mNotified; field in class:ComprehensiveCountryDetectorTest.TestCountryDetector
37 mNotified = true;
126 private boolean mNotified; field in class:ComprehensiveCountryDetectorTest.CountryListenerImpl
130 mNotified = true;
135 return mNotified;
H A DLocationBasedCountryDetectorTest.java156 private boolean mNotified; field in class:LocationBasedCountryDetectorTest.CountryListenerImpl
159 mNotified = true;
166 return mNotified;
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DActivityManagerInternalTest.java122 thread1.mNotified);
149 boolean mNotified; field in class:ActivityManagerInternalTest.CustomThread
174 mNotified = !Thread.interrupted();
H A DActivityManagerServiceTest.java766 assertTrue(thread.mNotified);

Completed in 112 milliseconds