Searched refs:SL_IID_PLAY (Results 1 - 25 of 35) sorted by relevance

12

/frameworks/wilhelm/tests/sandbox/
H A Ddim.c136 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_PLAY, &outputMixPlay);
141 result = (*outputMixDIM)->AddInterface(outputMixDIM, SL_IID_PLAY, SL_BOOLEAN_FALSE);
145 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_PLAY, &outputMixPlay);
H A Dmultithread.c79 result = (*myPlayerObject)->GetInterface(myPlayerObject, SL_IID_PLAY, &playerPlay);
H A Durimime.c106 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
H A Dmultiplay.c183 {SL_IID_PLAY, SL_IID_VOLUME, SL_IID_SEEK, SL_IID_PREFETCHSTATUS};
197 result = (*p->mPlayerObject)->GetInterface(p->mPlayerObject, SL_IID_PLAY, &p->mPlayerPlay);
H A Dconfigbq.c191 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
H A Dintbufq.c132 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
H A Dmonkey.c133 result = (*p->mObject)->GetInterface(p->mObject, SL_IID_PLAY, &p->mPlay);
/frameworks/wilhelm/src/
H A Dsl_iid.c57 const SLInterfaceID SL_IID_PLAY = &SL_IID_array[MPH_PLAY]; variable
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayUri2.cpp154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
156 result = (*player)->GetInterface(player2, SL_IID_PLAY, (void*)&playItf2);
H A DslesTestLoopUri.cpp194 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
H A DslesTestPlayStreamType.cpp154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
H A DslesTestPlayUri.cpp196 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
H A DslesTest_playStates.cpp131 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
H A DslesTestGetPositionUri.cpp203 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
H A DslesTestManyPlayers.cpp232 res = (*audioPlayer[playerId])->GetInterface(audioPlayer[playerId], SL_IID_PLAY,
/frameworks/wilhelm/tests/listening/
H A DseekTorture.c81 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
H A DslesTest_playMuteSolo.cpp247 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
/frameworks/wilhelm/tests/examples/
H A DslesTestBassBoostPath.cpp154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
H A DslesTestPlayFdPath.cpp160 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
H A DslesTestSawtoothBufferQueue.cpp209 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
H A DslesTestVirtualizerPath.cpp155 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
H A DslesTestEqFdPath.cpp159 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
H A DslesTestEqOutputPath.cpp166 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
H A DslesTestSendToPresetReverb.cpp209 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp169 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);

Completed in 1127 milliseconds

12