Searched defs:engineInterface (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.cc541 SLEngineItf &engineInterface) {
547 OpenSL(engine, GetInterface, SL_IID_ENGINE, &engineInterface);
575 SLObjectItf &audioPlayer, SLEngineItf &engineInterface) {
593 OpenSL(engineInterface, CreateAudioPlayer, &audioPlayer, &playingSrc,
608 SLEngineItf engineInterface; local
609 CreateAndRealizeEngine(engine, engineInterface);
631 OpenSL(engineInterface, CreateAudioPlayer, &decoder, &sourceCopy, &decDest,
693 OpenSL(engineInterface, CreateOutputMix, &outputMix, 0, NULL, NULL);
697 engineInterface); local
741 engineInterface
540 CreateAndRealizeEngine(SLObjectItf &engine, SLEngineItf &engineInterface) argument
573 CreateAndRealizeAudioPlayer(SLuint32 slSampleRate, SLuint32 channelCount, SLuint32 slChannels, SLint32 audioStreamType, SLObjectItf &outputMix, SLObjectItf &audioPlayer, SLEngineItf &engineInterface) argument
[all...]

Completed in 56 milliseconds