Searched refs:SL_IID_MUTESOLO (Results 1 – 6 of 6) sorted by relevance
106 iidArray[0] = SL_IID_MUTESOLO; in TestPlayUri()138 result = (*player)->GetInterface(player, SL_IID_MUTESOLO, (void*)&muteSoloItf); in TestPlayUri()
124 SLInterfaceID ids[2] = {IID_BUFFERQUEUE, SL_IID_MUTESOLO}; in main()138 result = (*playerObject)->GetInterface(playerObject, SL_IID_MUTESOLO, &playerMuteSolo); in main()
52 const SLInterfaceID SL_IID_MUTESOLO = &SL_IID_array[MPH_MUTESOLO]; variable
221 iidArray[0] = SL_IID_MUTESOLO; in TestPlayUri()262 result = (*player)->GetInterface(player, SL_IID_MUTESOLO, (void*)&muteSoloItf); in TestPlayUri()
66 static const SLInterfaceID ids_mutesolo[2] = { SL_IID_BUFFERQUEUE, SL_IID_MUTESOLO };
1924 extern SL_API const SLInterfaceID SL_IID_MUTESOLO;