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

/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp382 if (!mAudioCommands.isEmpty()) {
385 mAudioCommands.clear();
402 while (!mAudioCommands.isEmpty() && !exitPending()) {
405 if (mAudioCommands[0]->mTime <= curTime) {
406 sp<AudioCommand> command = mAudioCommands[0];
407 mAudioCommands.removeAt(0);
570 waitTime = mAudioCommands[0]->mTime - curTime;
576 if (mAudioCommands.isEmpty()) {
592 if (!mAudioCommands.isEmpty()) {
618 for (size_t i = 0; i < mAudioCommands
[all...]
H A DAudioPolicyService.h413 Vector < sp<AudioCommand> > mAudioCommands; // list of pending commands member in class:android::AudioPolicyService::AudioCommandThread

Completed in 177 milliseconds