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

/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.cc534 SLEngineItf &engineInterface) {
540 OpenSL(engine, GetInterface, SL_IID_ENGINE, &engineInterface);
568 SLObjectItf &audioPlayer, SLEngineItf &engineInterface) {
586 OpenSL(engineInterface, CreateAudioPlayer, &audioPlayer, &playingSrc,
601 SLEngineItf engineInterface; local
602 CreateAndRealizeEngine(engine, engineInterface);
624 OpenSL(engineInterface, CreateAudioPlayer, &decoder, &sourceCopy, &decDest,
686 OpenSL(engineInterface, CreateOutputMix, &outputMix, 0, NULL, NULL);
690 engineInterface); local
734 engineInterface
533 CreateAndRealizeEngine(SLObjectItf &engine, SLEngineItf &engineInterface) argument
566 CreateAndRealizeAudioPlayer(SLuint32 slSampleRate, size_t channelCount, SLuint32 slChannels, SLint32 audioStreamType, SLObjectItf &outputMix, SLObjectItf &audioPlayer, SLEngineItf &engineInterface) argument
[all...]

Completed in 86 milliseconds