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

/cts/tests/tests/nativemedia/xa/src/
H A DXAObjectCreationTest.cpp48 XAObjectItf engineObj, outputMixObj, mediaPlayerObj; member in class:XAObjectCreationTest
76 outputMixObj = NULL;
94 if (outputMixObj) {
95 (*outputMixObj)->Destroy(outputMixObj);
96 outputMixObj = NULL;
109 res = (*engineItf)->CreateOutputMix(engineItf, &outputMixObj,
112 ASSERT_TRUE(NULL != outputMixObj);
113 res = (*outputMixObj)->Realize(outputMixObj, XA_BOOLEAN_FALS
[all...]
/cts/tests/tests/nativemedia/sl/src/
H A DSLObjectCreationTest.cpp63 SLObjectItf engineObj, outputMixObj, audioPlayerObj; member in class:SLObjectCreationTest
87 outputMixObj = NULL;
105 if (outputMixObj) {
106 (*outputMixObj)->Destroy(outputMixObj);
107 outputMixObj = NULL;
129 locatorOutputmixSnk.outputMix = outputMixObj; // created in OutputMixCreation()
175 res = (*engineItf)->CreateOutputMix(engineItf, &outputMixObj,
178 ASSERT_TRUE(NULL != outputMixObj);
179 res = (*outputMixObj)
[all...]
/cts/tests/tests/media/libaudiojni/
H A Daudio-track-native.cpp168 SLObjectItf outputMixObj; local
182 outputMixObj = mOutputMixObj;
197 if (outputMixObj != NULL) {
198 (*outputMixObj)->Destroy(outputMixObj);

Completed in 102 milliseconds