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

/frameworks/av/services/audioflinger/
H A DEffects.cpp1228 if (thread->type() == ThreadBase::OFFLOAD || thread->type() == ThreadBase::MMAP) {
1272 if (thread->type() == ThreadBase::OFFLOAD || thread->type() == ThreadBase::MMAP) {
1609 && (thread->type() != ThreadBase::MMAP);
H A DThreads.h33 MMAP // control thread for MMAP stream enumerator in enum:ThreadBase::type_t
H A DThreads.cpp450 case MMAP:
451 return "MMAP";
891 case MMAP:
7546 : ThreadBase(audioFlinger, id, outDevice, inDevice, MMAP, systemReady),
8342 ALOGW("Could not set MMAP stream volume: no volume callback!");

Completed in 58 milliseconds