OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mExpecting
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/services/audioflinger/
StateQueue.cpp
45
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;
StateQueue.h
199
const T*
mExpecting
; // what the mutator expects mAck to be set to
/cts/tests/app/src/android/app/cts/
ActivityTestsBase.java
35
private String
mExpecting
;
164
mExpecting
= expected;
208
final String msg =
mExpecting
== null ? "Timeout" : "Timeout while expecting " +
mExpecting
;
/cts/tests/tests/os/src/android/os/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 551 milliseconds