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

/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayUri.cpp144 SLPrefetchStatusItf prefetchItf; local
205 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
207 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf);
209 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf,
214 (*prefetchItf)->SetFillUpdatePeriod(prefetchItf, 50);
257 (*prefetchItf)
[all...]
H A DslesTestGetPositionUri.cpp146 SLPrefetchStatusItf prefetchItf; local
212 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
214 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf);
216 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf,
221 res = (*prefetchItf)->SetFillUpdatePeriod(prefetchItf, 50); CheckErr(res);
250 (*prefetchItf)
[all...]
H A DslesTestLoopUri.cpp141 SLPrefetchStatusItf prefetchItf; local
203 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
205 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, NULL);
207 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf,
212 (*prefetchItf)->SetFillUpdatePeriod(prefetchItf, 50);
H A DslesTestSlowDownUri.cpp197 SLPrefetchStatusItf prefetchItf; local
261 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
263 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, NULL);
265 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf,
269 (*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.cpp68 SLPrefetchStatusItf prefetchItf; local
135 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
155 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp118 SLPrefetchStatusItf prefetchItf; local
178 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
180 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf);
182 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf,
205 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
/frameworks/wilhelm/tests/examples/
H A DslesTestSendToPresetReverb.cpp96 SLPrefetchStatusItf prefetchItf; local
213 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
215 result = (*prefetchItf)->RegisterCallback(prefetchItf, prefetch_callback, NULL);
217 result = (*prefetchItf)->SetCallbackEventsMask(prefetchItf,
244 (*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 DslesTestPlayFdPath.cpp69 SLPrefetchStatusItf prefetchItf; local
142 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
158 (*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/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,
/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.h75 SLPlayItf playItf, SLPrefetchStatusItf prefetchItf);

Completed in 134 milliseconds