Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/sandbox/
Ddim.c54 SLDynamicInterfaceManagementItf outputMixDIM; in main() local
56 &outputMixDIM); in main()
58 assert(NULL == outputMixDIM); in main()
66 &outputMixDIM); in main()
68 assert(NULL != outputMixDIM); in main()
71 result = (*outputMixDIM)->RegisterCallback(outputMixDIM, NULL, NULL); in main()
82 result = (*outputMixDIM)->ResumeInterface(outputMixDIM, SL_IID_ENVIRONMENTALREVERB, in main()
93 result = (*outputMixDIM)->AddInterface(outputMixDIM, SL_IID_ENVIRONMENTALREVERB, in main()
104 result = (*outputMixDIM)->AddInterface(outputMixDIM, SL_IID_ENVIRONMENTALREVERB, in main()
109 result = (*outputMixDIM)->ResumeInterface(outputMixDIM, SL_IID_ENVIRONMENTALREVERB, in main()
[all …]