Searched refs:mOutputMixObject (Results 1 – 2 of 2) sorted by relevance
36 result = EngineOpenSLES::getInstance().createOutputMix(&mOutputMixObject); in open()43 result = (*mOutputMixObject)->Realize(mOutputMixObject, SL_BOOLEAN_FALSE); in open()62 if (mOutputMixObject != nullptr) { in close()63 (*mOutputMixObject)->Destroy(mOutputMixObject); in close()64 mOutputMixObject = nullptr; in close()71 SLDataLocator_OutputMix loc_outmix = {SL_DATALOCATOR_OUTPUTMIX, mOutputMixObject}; in createAudioPlayer()
53 SLObjectItf mOutputMixObject = nullptr; variable