Searched refs:SL_IID_MUTESOLO (Results 1 – 9 of 9) sorted by relevance
/frameworks/libs/native_bridge_support/libOpenSLES/ |
D | stubs_arm.cc | 59 DEFINE_INTERCEPTABLE_STUB_VARIABLE(SL_IID_MUTESOLO); 117 INIT_INTERCEPTABLE_STUB_VARIABLE("libOpenSLES.so", SL_IID_MUTESOLO); in init_stub_library()
|
D | stubs_arm64.cc | 59 DEFINE_INTERCEPTABLE_STUB_VARIABLE(SL_IID_MUTESOLO); 117 INIT_INTERCEPTABLE_STUB_VARIABLE("libOpenSLES.so", SL_IID_MUTESOLO); in init_stub_library()
|
/frameworks/wilhelm/tests/mimeUri/ |
D | slesTest_playStates.cpp | 105 iidArray[0] = SL_IID_MUTESOLO; in TestPlayUri() 137 result = (*player)->GetInterface(player, SL_IID_MUTESOLO, (void*)&muteSoloItf); in TestPlayUri()
|
/frameworks/wilhelm/src/ |
D | libOpenSLES.map.txt | 39 SL_IID_MUTESOLO; # var
|
D | sl_iid.cpp | 52 const SLInterfaceID SL_IID_MUTESOLO = &SL_IID_array[MPH_MUTESOLO]; variable
|
/frameworks/wilhelm/tests/sandbox/ |
D | intbufq.c | 124 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/ |
D | slesTest_playMuteSolo.cpp | 221 iidArray[0] = SL_IID_MUTESOLO; in TestPlayUri() 262 result = (*player)->GetInterface(player, SL_IID_MUTESOLO, (void*)&muteSoloItf); in TestPlayUri()
|
/frameworks/wilhelm/tests/automated/ |
D | BufferQueue_test.cpp | 66 static const SLInterfaceID ids_mutesolo[2] = { SL_IID_BUFFERQUEUE, SL_IID_MUTESOLO };
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 1924 extern SL_API const SLInterfaceID SL_IID_MUTESOLO;
|