Searched refs:mAudioCommands (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp638 if (mName != "" && !mAudioCommands.isEmpty()) {
641 mAudioCommands.clear();
661 while (!mAudioCommands.isEmpty()) {
664 if (mAudioCommands[0]->mTime <= curTime) {
665 AudioCommand *command = mAudioCommands[0];
666 mAudioCommands.removeAt(0);
732 waitTime = mAudioCommands[0]->mTime - curTime;
737 if (mName != "" && mAudioCommands.isEmpty()) {
767 for (size_t i = 0; i < mAudioCommands.size(); i++) {
768 mAudioCommands[
[all...]
H A DAudioPolicyService.h227 Vector <AudioCommand *> mAudioCommands; // list of pending commands member in class:android::AudioPolicyService::AudioCommandThread

Completed in 77 milliseconds