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

/frameworks/wilhelm/tests/sandbox/
H A Ddim.c75 SLEnvironmentalReverbItf outputMixEnvironmentalReverb; local
77 &outputMixEnvironmentalReverb);
79 assert(NULL == outputMixEnvironmentalReverb);
88 &outputMixEnvironmentalReverb);
90 assert(NULL == outputMixEnvironmentalReverb);
99 &outputMixEnvironmentalReverb);
101 assert(NULL != outputMixEnvironmentalReverb);
120 &outputMixEnvironmentalReverb);
122 assert(NULL == outputMixEnvironmentalReverb);
129 &outputMixEnvironmentalReverb);
[all...]
H A Dreverb.c364 SLEnvironmentalReverbItf outputMixEnvironmentalReverb; local
367 &outputMixEnvironmentalReverb);
370 result = (*outputMixEnvironmentalReverb)->GetEnvironmentalReverbProperties(
371 outputMixEnvironmentalReverb, &getSettings);
378 result = (*outputMixEnvironmentalReverb)->SetEnvironmentalReverbProperties(
379 outputMixEnvironmentalReverb, &outputMixEnvironmentalSettings);
385 result = (*outputMixEnvironmentalReverb)->GetEnvironmentalReverbProperties(
386 outputMixEnvironmentalReverb, &getSettings);
483 outputMixEnvironmentalReverb, &enabled);
494 outputMixEnvironmentalReverb,
[all...]
H A Doutputmix.c95 SLEnvironmentalReverbItf outputMixEnvironmentalReverb; local
97 &outputMixEnvironmentalReverb);
151 &outputMixEnvironmentalReverb);

Completed in 251 milliseconds