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

  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 198 while (!mPlaybackThreads.isEmpty()) {
199 // closeOutput_nonvirtual() will remove specified entry from mPlaybackThreads
200 closeOutput_nonvirtual(mPlaybackThreads.keyAt(0));
340 for (size_t i = 0; i < mPlaybackThreads.size(); i++) {
341 mPlaybackThreads.valueAt(i)->dump(fd, args);
480 for (size_t i = 0; i < mPlaybackThreads.size(); i++) {
481 sp<PlaybackThread> t = mPlaybackThreads.valueAt(i);
482 if (mPlaybackThreads.keyAt(i) != output) {
630 for (size_t i = 0; i < mPlaybackThreads.size(); i++)
631 mPlaybackThreads.valueAt(i)->setMasterVolume(value)
    [all...]
AudioFlinger.h 559 DefaultKeyedVector< audio_io_handle_t, sp<PlaybackThread> > mPlaybackThreads;

Completed in 578 milliseconds