HomeSort by relevance Sort by last modified time
    Searched refs:mNotified (Results 1 - 10 of 10) sorted by null

  /frameworks/ml/nn/runtime/
Callbacks.cpp 26 CallbackBase::CallbackBase() : mNotified(false) {}
42 mCondition.wait(lock, [this]{return mNotified;});
84 mNotified = true;
Callbacks.h 170 bool mNotified;
318 std::cv_status status = mCondition.wait_for(lock, timeout_duration, [this]{return mNotified;});
  /hardware/interfaces/neuralnetworks/1.0/vts/functional/
Callbacks.cpp 10 CallbackBase::CallbackBase() : mNotified(false) {}
26 mCondition.wait(lock, [this]{return mNotified;});
68 mNotified = true;
Callbacks.h 146 bool mNotified;
294 std::cv_status status = mCondition.wait_for(lock, timeout_duration, [this]{return mNotified;});
  /cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
CopyPasteTest.java 35 private Semaphore mNotified;
80 mNotified = new Semaphore(0);
85 assertTrue(mNotified.tryAcquire(5, TimeUnit.SECONDS));
116 mNotified.release();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
PipNotification.java 63 private boolean mNotified;
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/
ComprehensiveCountryDetectorTest.java 28 protected boolean mNotified;
37 mNotified = true;
126 private boolean mNotified;
130 mNotified = true;
135 return mNotified;
LocationBasedCountryDetectorTest.java 156 private boolean mNotified;
159 mNotified = true;
166 return mNotified;
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
ActivityManagerInternalTest.java 122 thread1.mNotified);
149 boolean mNotified;
174 mNotified = !Thread.interrupted();
ActivityManagerServiceTest.java     [all...]

Completed in 158 milliseconds