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

  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.cpp 648 if (!mAudioCommands.isEmpty()) {
651 mAudioCommands.clear();
668 while (!mAudioCommands.isEmpty() && !exitPending()) {
671 if (mAudioCommands[0]->mTime <= curTime) {
672 sp<AudioCommand> command = mAudioCommands[0];
673 mAudioCommands.removeAt(0);
836 waitTime = mAudioCommands[0]->mTime - curTime;
842 if (mAudioCommands.isEmpty()) {
858 if (!mAudioCommands.isEmpty()) {
884 for (size_t i = 0; i < mAudioCommands.size(); i++)
    [all...]
AudioPolicyService.h 480 Vector < sp<AudioCommand> > mAudioCommands; // list of pending commands
    [all...]

Completed in 85 milliseconds