Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp1619 if (!mAudioCommands.isEmpty()) { in ~AudioCommandThread()
1622 mAudioCommands.clear(); in ~AudioCommandThread()
1641 if (mAudioCommands[0]->mTime <= curTime) { in threadLoop()
1643 mAudioCommands.removeAt(0); in threadLoop()
1870 if (mAudioCommands.isEmpty()) { in threadLoop()
1886 if (!mAudioCommands.isEmpty()) { in threadLoop()
1913 mAudioCommands[i]->dump(buffer, SIZE); in dump()
2191 if (mAudioCommands.isEmpty()) { in insertCommand_l()
2197 sp<AudioCommand> command2 = mAudioCommands[i]; in insertCommand_l()
2343 mAudioCommands.removeAt(k); in insertCommand_l()
[all …]
H A DAudioPolicyService.h660 Vector < sp<AudioCommand> > mAudioCommands; // list of pending commands variable