Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DStateQueue.cpp45 mMutating(&mStates[0]), mExpecting(NULL), in StateQueue()
115 if (mExpecting != NULL) { in push()
121 if (ack == mExpecting) { in push()
146 mExpecting = mMutating; in push()
152 *mMutating = *mExpecting; in push()
159 if (mExpecting != NULL) { in push()
165 if (ack == mExpecting) { in push()
166 mExpecting = NULL; in push()
DStateQueue.h199 const T* mExpecting; // what the mutator expects mAck to be set to variable
/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityTestsBase.java35 private String mExpecting; field in ActivityTestsBase
164 mExpecting = expected; in waitForResult()
207 String msg = mExpecting == null in onTimeout()
208 ? "Timeout" : ("Timeout while expecting " + mExpecting); in onTimeout()