HomeSort by relevance Sort by last modified time
    Searched refs:SL_IID_PLAY (Results 1 - 25 of 31) sorted by null

1 2

  /system/media/opensles/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);
multiplay.c 153 const SLInterfaceID player_ids[] = {SL_IID_PLAY, SL_IID_VOLUME, SL_IID_SEEK};
166 result = (*p->mPlayerObject)->GetInterface(p->mPlayerObject, SL_IID_PLAY, &p->mPlayerPlay);
multithread.c 81 result = (*myPlayerObject)->GetInterface(myPlayerObject, SL_IID_PLAY, &playerPlay);
urimime.c 106 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
configbq.c 191 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
intbufq.c 131 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
playbq.c 223 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
monkey.c 133 result = (*p->mObject)->GetInterface(p->mObject, SL_IID_PLAY, &p->mPlay);
  /system/media/opensles/tests/mimeUri/
slesTestPlayUri2.cpp 154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
156 result = (*player)->GetInterface(player2, SL_IID_PLAY, (void*)&playItf2);
slesTest_playStates.cpp 132 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
slesTestLoopUri.cpp 144 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
slesTestPlayStreamType.cpp 151 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
slesTestPlayUri.cpp 169 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
slesTestSlowDownUri.cpp 185 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); CheckErr(res);
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 213 result = (*bqPlayerObject)->GetInterface(bqPlayerObject, SL_IID_PLAY, &bqPlayerPlay);
279 result = (*uriPlayerObject)->GetInterface(uriPlayerObject, SL_IID_PLAY, &uriPlayerPlay);
440 result = (*fdPlayerObject)->GetInterface(fdPlayerObject, SL_IID_PLAY, &fdPlayerPlay);
  /system/media/opensles/tests/examples/
slesTestPlayFdPath.cpp 139 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
slesTestBassBoostPath.cpp 154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
slesTestEqFdPath.cpp 158 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
slesTestEqOutputPath.cpp 165 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
slesTestSawtoothBufferQueue.cpp 212 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
slesTestSendToPresetReverb.cpp 183 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
slesTestVirtualizerPath.cpp 154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
  /system/media/opensles/tests/listening/
seekTorture.c 77 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
slesTest_playMuteSolo.cpp 196 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
  /system/media/opensles/tests/
mimeUri_test.cpp 172 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);

Completed in 420 milliseconds

1 2