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

  /frameworks/av/services/audioflinger/
StateQueue.cpp 44 mMutating(&mStates[0]), mExpecting(NULL),
112 if (mExpecting != NULL) {
118 if (ack == mExpecting) {
120 //mExpecting = NULL;
143 mExpecting = mMutating;
149 *mMutating = *mExpecting;
156 if (mExpecting != NULL) {
162 if (ack == mExpecting) {
163 mExpecting = NULL;
StateQueue.h 189 const T* mExpecting; // what the mutator expects mAck to be set to
  /cts/tests/src/android/app/cts/
ActivityTestsBase.java 35 private String mExpecting;
164 mExpecting = expected;
208 final String msg = mExpecting == null ? "Timeout" : "Timeout while expecting " + mExpecting;
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityTestsBase.java 35 private String mExpecting;
164 mExpecting = expected;
207 String msg = mExpecting == null
208 ? "Timeout" : ("Timeout while expecting " + mExpecting);

Completed in 741 milliseconds