Searched refs:MMAP (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
H A DEffects.cpp1537 if (thread->type() == ThreadBase::OFFLOAD || thread->type() == ThreadBase::MMAP) {
1581 if (thread->type() == ThreadBase::OFFLOAD || thread->type() == ThreadBase::MMAP) {
1932 && (thread->type() != ThreadBase::MMAP);
H A DThreads.h33 MMAP // control thread for MMAP stream enumerator in enum:ThreadBase::type_t
H A DThreads.cpp449 case MMAP:
450 return "MMAP";
890 case MMAP:
7926 : ThreadBase(audioFlinger, id, outDevice, inDevice, MMAP, systemReady),
8601 ALOGW("Could not notify MMAP stream tear down: no onTearDown callback!");
8800 ALOGW("Could not set MMAP stream volume: no volume callback!");
8886 ALOGW("Could not set MMAP stream silenced: no onStreamSilenced callback!");

Completed in 106 milliseconds