/frameworks/wilhelm/tests/sandbox/ |
dual.c | 60 printf("GetInterface for SL_IID_ENGINE\n"); 62 slResult = (*slEngineObject)->GetInterface(slEngineObject, SL_IID_ENGINE, &slEngineEngine);
|
dim.c | 45 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
|
multithread.c | 118 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
|
urimime.c | 46 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
|
multiplay.c | 147 const SLInterfaceID engine_ids[] = {SL_IID_ENGINE}; 155 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
|
configbq.c | 84 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
|
/frameworks/wilhelm/src/ |
sl_iid.c | 41 const SLInterfaceID SL_IID_ENGINE = &SL_IID_array[MPH_ENGINE];
|
/frameworks/wilhelm/tests/examples/ |
slesTestEffectCapabilities.cpp | 104 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
|
slesTestBassBoostPath.cpp | 80 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
|
slesTestPlayFdPath.cpp | 96 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
|
slesTestSawtoothBufferQueue.cpp | 135 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
|
slesTestVirtualizerPath.cpp | 81 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
|
/cts/tests/tests/media/libaudiojni/ |
appendix-b-1-2-recording.cpp | 70 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void *)&EngineItf);
|
appendix-b-1-1-buffer-queue.cpp | 101 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void *)&EngineItf);
|
/cts/tests/tests/media/libndkaudio/ |
AudioPlayer.cpp | 67 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineItf);
|
AudioRecorder.cpp | 111 result = (*engineObj_)->GetInterface(engineObj_, SL_IID_ENGINE, (void*)&engineItf_);
|
/frameworks/wilhelm/tests/listening/ |
seekTorture.c | 45 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
|
/cts/tests/tests/nativemedia/sl/src/ |
SLObjectCreationTest.cpp | 97 res = (*engineObj)->GetInterface(engineObj, SL_IID_ENGINE, &engineItf);
|
/frameworks/base/cmds/bootanimation/ |
audioplay.cpp | 111 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
|
/frameworks/wilhelm/tests/mimeUri/ |
slesTestLoopUri.cpp | 146 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
|
slesTestPlayStreamType.cpp | 76 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
|
slesTestPlayUri.cpp | 149 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
|
slesTestPlayUri2.cpp | 89 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
|
slesTest_playStates.cpp | 73 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
|
/frameworks/wilhelm/tests/ |
mimeUri_test.cpp | 123 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
|