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

/frameworks/av/services/audioflinger/
H A DStateQueue.cpp45 mMutating(&mStates[0]), mExpecting(NULL),
115 if (mExpecting != NULL) {
121 if (ack == mExpecting) {
123 //mExpecting = NULL;
146 mExpecting = mMutating;
152 *mMutating = *mExpecting;
159 if (mExpecting != NULL) {
165 if (ack == mExpecting) {
166 mExpecting = NULL;
H A DStateQueue.h199 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 122 milliseconds