Searched refs:prefetchItf (Results 1 - 17 of 17) sorted by relevance

/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayUri.cpp141 SLPrefetchStatusItf prefetchItf; local
202 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
204 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf);
206 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf,
211 (*prefetchItf)->SetFillUpdatePeriod(prefetchItf, 50);
254 (*prefetchItf)
[all...]
H A DslesTestGetPositionUri.cpp143 SLPrefetchStatusItf prefetchItf; local
209 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
211 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf);
213 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf,
218 res = (*prefetchItf)->SetFillUpdatePeriod(prefetchItf, 50); CheckErr(res);
247 (*prefetchItf)
[all...]
H A DslesTestLoopUri.cpp138 SLPrefetchStatusItf prefetchItf; local
200 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
202 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, NULL);
204 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf,
209 (*prefetchItf)->SetFillUpdatePeriod(prefetchItf, 50);
H A DslesTestSlowDownUri.cpp194 SLPrefetchStatusItf prefetchItf; local
258 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
260 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, NULL);
262 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf,
266 (*prefetchItf)->SetFillUpdatePeriod(prefetchItf, 50); CheckErr(res);
H A DslesTestPlayStreamType.cpp67 SLPrefetchStatusItf prefetchItf; local
157 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
173 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
H A DslesTestPlayUri2.cpp83 SLPrefetchStatusItf prefetchItf, prefetchItf2; local
164 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
200 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
H A DslesTest_playStates.cpp67 SLPrefetchStatusItf prefetchItf; local
134 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
154 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
/frameworks/wilhelm/tests/examples/
H A DslesTestPlayFdPath.cpp90 SLPrefetchStatusItf prefetchItf; local
163 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
167 result = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf);
169 result = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, PREFETCHEVENT_ERROR_CANDIDATE);
185 result = (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
H A DslesTestSendToPresetReverb.cpp95 SLPrefetchStatusItf prefetchItf; local
212 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
214 result = (*prefetchItf)->RegisterCallback(prefetchItf, prefetch_callback, NULL);
216 result = (*prefetchItf)->SetCallbackEventsMask(prefetchItf,
243 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
H A DslesTestDecodeToBuffQueue.cpp284 SLPrefetchStatusItf prefetchItf; local
392 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
423 result = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf);
425 result = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, PREFETCHEVENT_ERROR_CANDIDATE);
439 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
H A DslesTestBassBoostPath.cpp73 SLPrefetchStatusItf prefetchItf; local
157 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
176 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
H A DslesTestVirtualizerPath.cpp74 SLPrefetchStatusItf prefetchItf; local
158 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
177 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
H A DslesTestEqFdPath.cpp78 SLPrefetchStatusItf prefetchItf; local
162 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
181 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
H A DslesTestEqOutputPath.cpp78 SLPrefetchStatusItf prefetchItf; local
169 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
185 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
H A DslesTestDecodeAac.cpp475 SLPrefetchStatusItf prefetchItf; local
598 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
635 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, NULL);
637 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, PREFETCHEVENT_ERROR_CANDIDATE);
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp115 SLPrefetchStatusItf prefetchItf; local
175 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
177 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf);
179 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf,
202 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp183 SLPrefetchStatusItf prefetchItf; local
251 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
255 result = (*prefetchItf)->RegisterCallback(prefetchItf, prefetch_callback, NULL);
257 result = (*prefetchItf)->SetCallbackEventsMask(prefetchItf,

Completed in 621 milliseconds