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

/frameworks/wilhelm/tests/sandbox/
H A Ddim.c135 SLPlayItf outputMixPlay; local
136 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_PLAY, &outputMixPlay);
138 assert(NULL == outputMixPlay);
145 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_PLAY, &outputMixPlay);
147 assert(NULL == outputMixPlay);

Completed in 113 milliseconds