Searched refs:playerPlay (Results 1 - 11 of 11) sorted by relevance

/system/media/wilhelm/tests/listening/
H A DseekTorture.c80 SLPlayItf playerPlay; local
81 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
87 result = (*playerPlay)->GetDuration(playerPlay, &duration);
89 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PAUSED);
91 result = (*playerPlay)->GetDuration(playerPlay, &duration);
93 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PLAYIN
[all...]
/system/media/wilhelm/tests/sandbox/
H A Durimime.c105 SLPlayItf playerPlay; local
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,
[all...]
H A Dxaplay.c432 XAPlayItf playerPlay; local
433 result = (*playerObject)->GetInterface(playerObject, XA_IID_PLAY, &playerPlay);
437 result = (*playerPlay)->RegisterCallback(playerPlay, playEventCallback, NULL);
440 result = (*playerPlay)->SetCallbackEventsMask(playerPlay,
446 result = (*playerPlay)->SetMarkerPosition(playerPlay, 10000);
450 result = (*playerPlay)->SetPositionUpdatePeriod(playerPlay, 100
[all...]
H A Dintbufq.c131 SLPlayItf playerPlay; local
132 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
145 result = (*playerPlay)->SetPlayState(playerPlay, state);
250 result = (*playerPlay)->SetPlayState(playerPlay, state);
253 result = (*playerPlay)->GetPlayState(playerPlay, &newstate);
H A Dxa.c111 XAPlayItf playerPlay; local
112 result = (*playerObject)->GetInterface(playerObject, XA_IID_PLAY, &playerPlay);
114 printf("playerPlay = %p\n", playerPlay);
118 result = (*playerPlay)->SetPlayState(playerPlay, XA_PLAYSTATE_PLAYING);
H A Dmultithread.c78 SLPlayItf playerPlay; local
79 result = (*myPlayerObject)->GetInterface(myPlayerObject, SL_IID_PLAY, &playerPlay);
81 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PAUSED);
H A Dconfigbq.c190 SLPlayItf playerPlay; local
191 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
195 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PLAYING);
H A Dreverb.c589 SLPlayItf playerPlay; local
590 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
608 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PAUSED);
624 result = (*playerPlay)->GetDuration(playerPlay, &duration);
643 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PLAYING);
649 result = (*playerPlay)->GetPlayState(playerPlay,
[all...]
H A Dplaybq.c306 SLPlayItf playerPlay; local
307 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
347 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PLAYING);
/system/media/wilhelm/tests/automated/
H A DBufferQueue_test.cpp85 SLPlayItf playerPlay; member in class:TestBufferQueue
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_PLAYIN
[all...]
/system/media/wilhelm/tests/examples/
H A DslesTestFeedback.cpp326 SLPlayItf playerPlay; local
327 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
333 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PLAYING);

Completed in 83 milliseconds