Searched refs:playItf (Results 1 - 20 of 20) sorted by relevance

/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayUri.cpp139 SLPlayItf playItf; local
196 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
214 res = (*playItf)->SetMarkerPosition(playItf, 2000);
216 res = (*playItf)->SetPositionUpdatePeriod(playItf, 500);
218 res = (*playItf)->SetCallbackEventsMask(playItf,
221 res = (*playItf)->RegisterCallback(playItf, PlayEventCallbac
[all...]
H A DslesTestLoopUri.cpp136 SLPlayItf playItf; local
194 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
212 res = (*playItf)->SetCallbackEventsMask(playItf, SL_PLAYEVENT_HEADATEND);
214 res = (*playItf)->RegisterCallback(playItf, PlayEventCallback, NULL);
219 res = (*playItf)->GetDuration(playItf, &durationInMsec);
234 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSE
[all...]
H A DslesTest_playStates.cpp65 SLPlayItf playItf; local
131 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
147 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
161 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
167 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
173 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYIN
[all...]
H A DslesTestGetPositionUri.cpp141 SLPlayItf playItf; local
203 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
221 res = (*playItf)->SetMarkerPosition(playItf, 2000);
223 res = (*playItf)->SetPositionUpdatePeriod(playItf, 500);
225 res = (*playItf)->SetCallbackEventsMask(playItf,
228 res = (*playItf)->RegisterCallback(playItf, PlayEventCallbac
[all...]
H A DslesTestPlayUri2.cpp81 SLPlayItf playItf, playItf2; local
154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
170 result = (*playItf)->RegisterCallback(playItf, PlayEventCallback, &playItf);
172 result = (*playItf)->SetCallbackEventsMask(playItf,
191 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
208 result = (*playItf)
[all...]
H A DslesTestSlowDownUri.cpp192 SLPlayItf playItf; local
252 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); CheckErr(res);
270 res = (*playItf)->GetDuration(playItf, &durationInMsec); CheckErr(res);
282 res = (*playItf)->RegisterCallback(playItf, PlayEventCallback, (void *) rateItf);
284 res = (*playItf)->SetCallbackEventsMask(playItf,
286 res = (*playItf)->SetMarkerPosition(playItf, 150
[all...]
H A DslesTestPlayStreamType.cpp66 SLPlayItf playItf; local
154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
166 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
179 result = (*playItf)->GetDuration(playItf, &durationInMsec);
186 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
214 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPE
[all...]
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp35 SLPlayItf playItf; member in struct:__anon2181
105 SLPlayItf playItf = context->playItf; local
111 res = (*playItf)->GetPosition(playItf, &position); ExitOnError(res);
181 SLPlayItf playItf; local
247 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
270 result = (*playItf)->GetDuration(playItf, &duration);
291 context.playItf
[all...]
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp111 SLPlayItf playItf; member in struct:CallbackCntxt_
182 SLresult result = (*pCntxt->playItf)->GetPosition(pCntxt->playItf, &msec);
219 SLresult result = (*pCntxt->playItf)->GetDuration(pCntxt->playItf, &durationInMsec);
232 SLresult result = (*pCntxt->playItf)->GetPosition(pCntxt->playItf, &posMsec);
285 SLPlayItf playItf; local
370 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
375 result = (*playItf)
[all...]
H A DslesTestBassBoostPath.cpp72 SLPlayItf playItf; local
154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
169 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
182 result = (*playItf)->GetDuration(playItf, &durationInMsec);
190 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING );
233 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPE
[all...]
H A DslesTestPlayFdPath.cpp89 SLPlayItf playItf; local
160 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
178 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
195 result = (*playItf)->GetDuration(playItf, &durationInMsec);
202 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
209 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPE
[all...]
H A DslesTestVirtualizerPath.cpp73 SLPlayItf playItf; local
155 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
170 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
183 result = (*playItf)->GetDuration(playItf, &durationInMsec);
191 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING );
235 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPE
[all...]
H A DslesTestSendToPresetReverb.cpp94 SLPlayItf playItf; local
209 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
232 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
249 result = (*playItf)->GetDuration(playItf, &durationInMsec);
278 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
285 result = (*playItf)->GetPlayState(playItf,
[all...]
H A DslesTestDecodeAac.cpp195 SLPlayItf playItf; member in struct:CallbackCntxt_
387 res = (*pCntxt->playItf)->GetPosition(pCntxt->playItf, &position);
390 res = (*pCntxt->playItf)->GetDuration(pCntxt->playItf, &duration);
465 SLPlayItf playItf; local
549 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
553 res = (*playItf)->SetMarkerPosition(playItf, 5000);
557 res = (*playItf)
[all...]
H A DslesTestEqFdPath.cpp77 SLPlayItf playItf; local
159 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
174 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
187 result = (*playItf)->GetDuration(playItf, &durationInMsec);
195 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING );
262 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPE
[all...]
H A DslesTestEqOutputPath.cpp77 SLPlayItf playItf; local
166 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
178 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
191 result = (*playItf)->GetDuration(playItf, &durationInMsec);
199 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING );
266 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPE
[all...]
H A DslesTestSawtoothBufferQueue.cpp73 SLPlayItf playItf; member in struct:CallbackCntxt_
119 SLPlayItf playItf; local
209 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
243 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
261 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);
H A DslesTestRecBuffQueue.cpp84 SLPlayItf playItf; member in struct:CallbackCntxt_
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp113 SLPlayItf playItf; local
169 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
184 res = (*playItf)->GetDuration(playItf, &durationInMsec);
193 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
213 res = (*playItf)->GetDuration(playItf, &durationInMsec);
227 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYIN
[all...]
/frameworks/wilhelm/tests/sandbox/streamSource/
H A DslesTestPlayStream.cpp197 SLPlayItf playItf; local
258 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); CheckErr(res);
275 res = (*playItf)->GetDuration(playItf, &durationInMsec);
292 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
341 /* res = (*playItf)->GetDuration(playItf, &durationInMsec);
351 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYIN
[all...]

Completed in 155 milliseconds