Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DEffects.cpp1227 if (thread->type() == ThreadBase::OFFLOAD || thread->type() == ThreadBase::MMAP) { in enable()
1271 if (thread->type() == ThreadBase::OFFLOAD || thread->type() == ThreadBase::MMAP) { in disable()
1625 && (thread->type() != ThreadBase::MMAP); in process_l()
DThreads.h33 MMAP // control thread for MMAP stream enumerator
DThreads.cpp446 case MMAP: in threadTypeToString()
887 case MMAP: in getWakeLockTag()
7568 : ThreadBase(audioFlinger, id, outDevice, inDevice, MMAP, systemReady), in MmapThread()