Searched refs:MIXER (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioFlinger.h280 // standby delay for MIXER and DUPLICATING playback threads is read from property
353 MIXER, // Thread class is MixerThread enumerator in enum:android::AudioFlinger::ThreadBase::type_t
1215 // MIXER only
1221 // MIXER only
1255 type_t type = MIXER);
H A DAudioFlinger.cpp2065 if (mType == MIXER && (kUseFastMixer == FastMixer_Static || kUseFastMixer == FastMixer_Dynamic)) {
2554 // MIXER
2564 if (mType == MIXER) {
2624 if (mType == MIXER) {
2667 if (mType == MIXER) {
2709 if (mType == MIXER || mType == DIRECT) {
2760 // shared by MIXER and DIRECT, overridden by DUPLICATING
2834 // shared by MIXER and DIRECT, overridden by DUPLICATING
3397 - maxPeriod from frame count and sample rate (MIXER only)
7077 if (thread->type() == ThreadBase::MIXER) {
[all...]

Completed in 184 milliseconds