/frameworks/wilhelm/tests/sandbox/ |
dim.c | 136 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);
|
multithread.c | 79 result = (*myPlayerObject)->GetInterface(myPlayerObject, SL_IID_PLAY, &playerPlay);
|
urimime.c | 106 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
|
multiplay.c | 183 {SL_IID_PLAY, SL_IID_VOLUME, SL_IID_SEEK, SL_IID_PREFETCHSTATUS}; 197 result = (*p->mPlayerObject)->GetInterface(p->mPlayerObject, SL_IID_PLAY, &p->mPlayerPlay);
|
configbq.c | 191 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
|
intbufq.c | 132 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
|
/frameworks/wilhelm/src/ |
sl_iid.c | 57 const SLInterfaceID SL_IID_PLAY = &SL_IID_array[MPH_PLAY];
|
/frameworks/wilhelm/tests/mimeUri/ |
slesTestPlayUri2.cpp | 154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); 156 result = (*player)->GetInterface(player2, SL_IID_PLAY, (void*)&playItf2);
|
slesTestLoopUri.cpp | 194 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
|
slesTestPlayStreamType.cpp | 154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
|
slesTestPlayUri.cpp | 196 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
|
slesTest_playStates.cpp | 131 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
|
/cts/tests/tests/media/libndkaudio/ |
AudioPlayer.cpp | 211 result = (*bqPlayerObject_)->GetInterface(bqPlayerObject_, SL_IID_PLAY,
|
/frameworks/wilhelm/tests/listening/ |
seekTorture.c | 81 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
|
/development/ndk/platforms/android-9/samples/native-audio/jni/ |
native-audio-jni.c | 230 result = (*bqPlayerObject)->GetInterface(bqPlayerObject, SL_IID_PLAY, &bqPlayerPlay); 313 result = (*uriPlayerObject)->GetInterface(uriPlayerObject, SL_IID_PLAY, &uriPlayerPlay); 618 result = (*fdPlayerObject)->GetInterface(fdPlayerObject, SL_IID_PLAY, &fdPlayerPlay);
|
/cts/tests/tests/media/libaudiojni/ |
appendix-b-1-1-buffer-queue.cpp | 183 res = (*player)->GetInterface(player, SL_IID_PLAY, (void *)&playItf);
|
/frameworks/base/cmds/bootanimation/ |
audioplay.cpp | 203 result = (*bqPlayerObject)->GetInterface(bqPlayerObject, SL_IID_PLAY, &bqPlayerPlay);
|
/frameworks/wilhelm/tests/examples/ |
slesTestBassBoostPath.cpp | 154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
|
slesTestPlayFdPath.cpp | 160 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
|
slesTestSawtoothBufferQueue.cpp | 209 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
|
slesTestVirtualizerPath.cpp | 155 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
|
slesTestEqFdPath.cpp | 159 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
|
/frameworks/wilhelm/tests/ |
mimeUri_test.cpp | 169 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
|
/cts/apps/CtsVerifier/jni/audio_loopback/ |
sles.cpp | 403 result = (*(pSles->playerObject))->GetInterface(pSles->playerObject, SL_IID_PLAY, 613 SL_IID_PLAY, &playerPlay);
|
/external/webrtc/webrtc/modules/audio_device/android/ |
opensles_player.cc | 375 player_object_->GetInterface(player_object_.Get(), SL_IID_PLAY, &player_),
|