OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentCommand
(Results
1 - 3
of
3
) sorted by null
/cts/suite/audio_quality/lib/src/audio/
AudioLocal.cpp
76
mCurrentCommand
= ECmThreadStop;
85
mCurrentCommand
= command;
101
mCurrentCommand
(ECmNone),
113
if (
mCurrentCommand
== ECmNone) {
140
if (
mCurrentCommand
== ECmNone) {
145
int pendingCommand =
mCurrentCommand
;
175
mCurrentCommand
= ECmNone;
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
RemotePrintDocument.java
88
if (
mCurrentCommand
.isCompleted()) {
89
if (
mCurrentCommand
instanceof LayoutCommand) {
124
} else if (
mCurrentCommand
.isFailed()) {
126
CharSequence error =
mCurrentCommand
.getError();
127
mCurrentCommand
= null;
131
} else if (
mCurrentCommand
.isCanceled()) {
150
private AsyncCommand
mCurrentCommand
;
219
if (
mCurrentCommand
!= null && (
mCurrentCommand
.isRunning()
220
||
mCurrentCommand
.isPending()))
[
all
...]
/cts/suite/audio_quality/lib/include/audio/
AudioLocal.h
84
volatile AudioCommand
mCurrentCommand
;
Completed in 74 milliseconds