Home
last modified time | relevance | path

Searched refs:MIXER (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libnblog/include/media/nblog/
DEvents.h94 MIXER, enumerator
102 case MIXER: in threadTypeToString()
/frameworks/av/services/audioflinger/
DIAfThread.h129 MIXER, // Thread class is MixerThread enumerator
418 audio_io_handle_t id, bool systemReady, type_t type = MIXER,
DThreads.cpp605 case MIXER: in threadTypeToString()
1108 || mType == MIXER in dumpBase_l()
1173 case MIXER: in getWakeLockTag()
1503 case MIXER: { in checkEffectCompatibility_l()
2148 mTracks(type == MIXER), in PlaybackThread()
2205 if (type == MIXER || type == DIRECT || type == OFFLOAD) {
3224 if (mType == MIXER && (kUseFastMixer == FastMixer_Static || in readOutputParameters_l()
4023 if (mType == MIXER || mType == SPATIALIZER) { in threadLoop()
4203 if (mType == MIXER || mType == SPATIALIZER) { in threadLoop()
4518 if ((mType == MIXER || mType == SPATIALIZER) in threadLoop()
[all …]
DEffects.h655 IAfThreadBase::type_t mThreadType = IAfThreadBase::MIXER;
DThreads.h1157 return mType == MIXER || mType == DUPLICATING || mType == SPATIALIZER; in hasMixer()
1594 type_t type = MIXER,
DAudioFlinger.cpp3119 if (playbackThread->type() == IAfThreadBase::MIXER) { in closeOutput_nonvirtual()
3134 if (playbackThread->type() == IAfThreadBase::MIXER in closeOutput_nonvirtual()
4567 if ((pt->type() == IAfThreadBase::MIXER || pt->type() == IAfThreadBase::OFFLOAD) && in moveEffects()