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

1 2

  /system/media/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);
  /system/media/wilhelm/src/
sl_iid.c 57 const SLInterfaceID SL_IID_PLAY = &SL_IID_array[MPH_PLAY];
  /system/media/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 197 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
slesTestPlayStreamType.cpp 154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
slesTestPlayUri.cpp 199 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
slesTest_playStates.cpp 132 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
slesTestGetPositionUri.cpp 206 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
slesTestManyPlayers.cpp 234 res = (*audioPlayer[playerId])->GetInterface(audioPlayer[playerId], SL_IID_PLAY,
  /system/media/wilhelm/tests/listening/
seekTorture.c 81 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
slesTest_playMuteSolo.cpp 247 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 221 result = (*bqPlayerObject)->GetInterface(bqPlayerObject, SL_IID_PLAY, &bqPlayerPlay);
297 result = (*uriPlayerObject)->GetInterface(uriPlayerObject, SL_IID_PLAY, &uriPlayerPlay);
591 result = (*fdPlayerObject)->GetInterface(fdPlayerObject, SL_IID_PLAY, &fdPlayerPlay);
  /system/media/wilhelm/tests/examples/
slesTestBassBoostPath.cpp 154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
slesTestPlayFdPath.cpp 139 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
slesTestSawtoothBufferQueue.cpp 212 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);
slesTestEqOutputPath.cpp 166 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
slesTestSendToPresetReverb.cpp 210 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
  /system/media/wilhelm/tests/
mimeUri_test.cpp 172 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);

Completed in 33 milliseconds

1 2