HomeSort by relevance Sort by last modified time
    Searched refs:mWaitStatus (Results 1 - 4 of 4) sorted by null

  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.cpp     [all...]
AudioPolicyService.h 496 : mCommand(-1), mStatus(NO_ERROR), mWaitStatus(false) {}
505 bool mWaitStatus; // true if caller is waiting for status
    [all...]
  /frameworks/av/services/audioflinger/
Threads.h 67 // 1. create SetParameterConfigEvent. This sets mWaitStatus in config event
94 bool mWaitStatus; // true if sender is waiting for status
100 mType(type), mStatus(NO_ERROR), mWaitStatus(false),
170 mWaitStatus = true;
195 mWaitStatus = true;
217 mWaitStatus = true;
    [all...]
Threads.cpp 547 event->mWaitStatus = false;
557 while (event->mWaitStatus) {
560 event->mWaitStatus = false;
708 if (event->mWaitStatus) {
709 event->mWaitStatus = false;
    [all...]

Completed in 222 milliseconds