Lines Matching refs:mMmapThreads

264     while (!mMmapThreads.isEmpty()) {  in ~AudioFlinger()
265 const audio_io_handle_t io = mMmapThreads.keyAt(0); in ~AudioFlinger()
266 if (mMmapThreads.valueAt(0)->isOutput()) { in ~AudioFlinger()
368 sp<MmapThread> thread = mMmapThreads.valueFor(io); in openMmapStream()
591 for (size_t i = 0; i < mMmapThreads.size(); i++) { in dump()
592 mMmapThreads.valueAt(i)->dump(fd, args); in dump()
1251 for (size_t i = 0; i < mMmapThreads.size(); i++) { in setRecordSilenced()
1252 mMmapThreads[i]->setRecordSilenced(portId, silenced); in setRecordSilenced()
1886 for (size_t i = 0; i < mMmapThreads.size(); i++) { in getEffectThread_l()
1887 if (mMmapThreads.valueAt(i)->getEffect(sessionId, effectId) != 0) { in getEffectThread_l()
1889 thread = mMmapThreads.valueAt(i); in getEffectThread_l()
2514 mMmapThreads.add(*output, thread); in openOutput_l()
2672 mMmapThreads.removeItem(output); in closeOutput_nonvirtual()
2838 mMmapThreads.add(*input, thread); in openInput_l()
2919 mMmapThreads.removeItem(input); in closeInput_nonvirtual()
2963 for (size_t i = 0; i < mMmapThreads.size(); i++) { in invalidateStream()
2964 mMmapThreads[i]->invalidateTracks(stream); in invalidateStream()
3097 for (size_t i = 0; i < mMmapThreads.size(); i++) { in purgeStaleEffects_l()
3098 sp<MmapThread> t = mMmapThreads.valueAt(i); in purgeStaleEffects_l()
3193 return mMmapThreads.valueFor(io).get(); in checkMmapThread_l()
3202 MmapThread *mmapThread = mMmapThreads.valueFor(output).get(); in getVolumeInterface_l()
3220 for (size_t i = 0; i < mMmapThreads.size(); i++) { in getAllVolumeInterfaces_l()
3221 if (mMmapThreads.valueAt(i)->isOutput()) { in getAllVolumeInterfaces_l()
3223 static_cast<MmapPlaybackThread *>(mMmapThreads.valueAt(i).get()); in getAllVolumeInterfaces_l()
3583 io = findIoHandleBySessionId_l(sessionId, mMmapThreads); in createEffect()