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

  /frameworks/base/services/audioflinger/
AudioFlinger.cpp 229 while (!mPlaybackThreads.isEmpty()) {
230 // closeOutput() will remove first entry from mPlaybackThreads
231 closeOutput(mPlaybackThreads.keyAt(0));
348 for (size_t i = 0; i < mPlaybackThreads.size(); i++) {
349 mPlaybackThreads.valueAt(i)->dump(fd, args);
418 for (size_t i = 0; i < mPlaybackThreads.size(); i++) {
419 sp<PlaybackThread> t = mPlaybackThreads.valueAt(i);
420 if (mPlaybackThreads.keyAt(i) != output) {
549 for (uint32_t i = 0; i < mPlaybackThreads.size(); i++)
550 mPlaybackThreads.valueAt(i)->setMasterVolume(value)
    [all...]
AudioFlinger.h     [all...]

Completed in 25 milliseconds