Home
last modified time | relevance | path

Searched refs:SL_IID_MUTESOLO (Results 1 – 7 of 7) sorted by relevance

/frameworks/wilhelm/tests/mimeUri/
DslesTest_playStates.cpp105 iidArray[0] = SL_IID_MUTESOLO; in TestPlayUri()
137 result = (*player)->GetInterface(player, SL_IID_MUTESOLO, (void*)&muteSoloItf); in TestPlayUri()
/frameworks/wilhelm/
DlibOpenSLES.map.txt36 SL_IID_MUTESOLO; # var
/frameworks/wilhelm/tests/sandbox/
Dintbufq.c124 SLInterfaceID ids[2] = {IID_BUFFERQUEUE, SL_IID_MUTESOLO}; in main()
138 result = (*playerObject)->GetInterface(playerObject, SL_IID_MUTESOLO, &playerMuteSolo); in main()
/frameworks/wilhelm/tests/listening/
DslesTest_playMuteSolo.cpp221 iidArray[0] = SL_IID_MUTESOLO; in TestPlayUri()
262 result = (*player)->GetInterface(player, SL_IID_MUTESOLO, (void*)&muteSoloItf); in TestPlayUri()
/frameworks/wilhelm/src/
Dsl_iid.cpp52 const SLInterfaceID SL_IID_MUTESOLO = &SL_IID_array[MPH_MUTESOLO]; variable
/frameworks/wilhelm/tests/automated/
DBufferQueue_test.cpp66 static const SLInterfaceID ids_mutesolo[2] = { SL_IID_BUFFERQUEUE, SL_IID_MUTESOLO };
/frameworks/wilhelm/include/SLES/
DOpenSLES.h1924 extern SL_API const SLInterfaceID SL_IID_MUTESOLO;