Searched refs:mExpecting (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
H A DStateQueue.cpp44 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;
H A DStateQueue.h123 const T* mExpecting; // what the mutator expects mAck to be set to member in class:android::StateQueue
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityTestsBase.java35 private String mExpecting; field in class:ActivityTestsBase
164 mExpecting = expected;
207 String msg = mExpecting == null
208 ? "Timeout" : ("Timeout while expecting " + mExpecting);

Completed in 3622 milliseconds