HomeSort by relevance Sort by last modified time
    Searched refs:SL_IID_ENGINE (Results 1 - 25 of 60) sorted by null

1 2 3

  /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);
intbufq.c 92 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
object.c 36 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
outputmix.c 39 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
srcsink.c 35 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 105 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
slesTestBassBoostPath.cpp 80 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
slesTestPlayFdPath.cpp 75 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
slesTestSawtoothBufferQueue.cpp 138 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
slesTestVirtualizerPath.cpp 81 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
slesTestEqFdPath.cpp 85 result = (*sl)->GetInterface(sl, 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 93 res = (*engineObj)->GetInterface(engineObj, SL_IID_ENGINE, &engineItf);
  /frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 149 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
slesTestPlayStreamType.cpp 76 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
slesTestPlayUri.cpp 152 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
slesTestPlayUri2.cpp 89 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
slesTest_playStates.cpp 74 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
  /frameworks/wilhelm/tests/
mimeUri_test.cpp 126 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);

Completed in 524 milliseconds

1 2 3