Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.cpp336 sp<MmapThread> thread = mMmapThreads.valueFor(io); in openMmapStream()
520 for (size_t i = 0; i < mMmapThreads.size(); i++) { in dump()
521 mMmapThreads.valueAt(i)->dump(fd, args); in dump()
1009 for (size_t i = 0; i < mMmapThreads.size(); i++) { in setRecordSilenced()
1010 mMmapThreads[i]->setRecordSilenced(uid, silenced); in setRecordSilenced()
2092 mMmapThreads.add(*output, thread); in openOutput_l()
2243 mMmapThreads.removeItem(output); in closeOutput_nonvirtual()
2405 mMmapThreads.add(*input, thread); in openInput_l()
2541 mMmapThreads.removeItem(input); in closeInput_nonvirtual()
2585 for (size_t i = 0; i < mMmapThreads.size(); i++) { in invalidateStream()
[all …]
DAudioFlinger.h787 DefaultKeyedVector< audio_io_handle_t, sp<MmapThread> > mMmapThreads; variable