OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mWaitStatus
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/services/audiopolicy/
AudioPolicyService.cpp
515
if (command->
mWaitStatus
) {
516
command->
mWaitStatus
= false;
618
command->
mWaitStatus
= true;
634
command->
mWaitStatus
= true;
647
command->
mWaitStatus
= true;
691
command->
mWaitStatus
= true;
708
command->
mWaitStatus
= true;
737
command->
mWaitStatus
= true;
750
while (command->
mWaitStatus
) {
754
command->
mWaitStatus
= false
[
all
...]
AudioPolicyService.h
276
: mCommand(-1), mStatus(NO_ERROR),
mWaitStatus
(false) {}
285
bool
mWaitStatus
; // true if caller is waiting for status
/frameworks/av/services/audioflinger/
Threads.h
65
// 1. create SetParameterConfigEvent. This sets
mWaitStatus
in config event
92
bool
mWaitStatus
; // true if sender is waiting for status
96
ConfigEvent(int type) : mType(type), mStatus(NO_ERROR),
mWaitStatus
(false), mData(NULL) {}
161
mWaitStatus
= true;
186
mWaitStatus
= true;
208
mWaitStatus
= true;
[
all
...]
Threads.cpp
403
while (event->
mWaitStatus
) {
406
event->
mWaitStatus
= false;
512
if (event->
mWaitStatus
) {
513
event->
mWaitStatus
= false;
[
all
...]
Completed in 919 milliseconds