HomeSort by relevance Sort by last modified time
    Searched refs:playerPlay (Results 1 - 9 of 9) sorted by null

  /system/media/opensles/tests/listening/
seekTorture.c 76 SLPlayItf playerPlay;
77 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
83 result = (*playerPlay)->GetDuration(playerPlay, &duration);
85 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PAUSED);
87 result = (*playerPlay)->GetDuration(playerPlay, &duration);
89 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PLAYING)
    [all...]
  /system/media/opensles/tests/sandbox/
urimime.c 105 SLPlayItf playerPlay;
106 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
124 result = (*playerPlay)->GetDuration(playerPlay, &duration);
132 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PLAYING);
138 result = (*playerPlay)->GetPlayState(playerPlay, &playState);
147 result = (*playerPlay)->GetDuration(playerPlay, &duration)
    [all...]
intbufq.c 130 SLPlayItf playerPlay;
131 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
144 result = (*playerPlay)->SetPlayState(playerPlay, state);
249 result = (*playerPlay)->SetPlayState(playerPlay, state);
252 result = (*playerPlay)->GetPlayState(playerPlay, &newstate);
multithread.c 80 SLPlayItf playerPlay;
81 result = (*myPlayerObject)->GetInterface(myPlayerObject, SL_IID_PLAY, &playerPlay);
83 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PAUSED);
reverb.c 406 SLPlayItf playerPlay;
407 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
411 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PAUSED);
435 result = (*playerPlay)->GetDuration(playerPlay, &duration);
444 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PLAYING);
450 result = (*playerPlay)->GetPlayState(playerPlay, &state)
    [all...]
configbq.c 190 SLPlayItf playerPlay;
191 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
195 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PLAYING);
playbq.c 222 SLPlayItf playerPlay;
223 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
256 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PLAYING);
  /system/media/opensles/tests/automated/
BufferQueue_test.cpp 85 SLPlayItf playerPlay;
195 res = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
198 res = (*playerPlay)->GetPlayState(playerPlay, &playerState);
239 res = (*playerPlay)->SetPlayState(playerPlay, state);
246 res = (*playerPlay)->GetPlayState(playerPlay, &playerState);
276 res = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PLAYING)
    [all...]
  /system/media/opensles/tests/examples/
slesTestFeedback.cpp 326 SLPlayItf playerPlay;
327 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
333 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PLAYING);

Completed in 47 milliseconds