/frameworks/wilhelm/tests/mimeUri/ |
slesTestPlayUri.cpp | 144 SLPrefetchStatusItf prefetchItf; 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)->GetPrefetchStatus(prefetchItf, &prefetchStatus) [all...] |
slesTestGetPositionUri.cpp | 146 SLPrefetchStatusItf prefetchItf; 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)->GetPrefetchStatus(prefetchItf, &prefetchStatus) [all...] |
slesTestLoopUri.cpp | 141 SLPrefetchStatusItf prefetchItf; 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);
|
slesTestSlowDownUri.cpp | 197 SLPrefetchStatusItf prefetchItf; 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);
|
slesTestPlayStreamType.cpp | 67 SLPrefetchStatusItf prefetchItf; 157 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); 173 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
|
slesTestPlayUri2.cpp | 83 SLPrefetchStatusItf prefetchItf, prefetchItf2; 164 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); 200 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
|
slesTest_playStates.cpp | 68 SLPrefetchStatusItf prefetchItf; 135 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); 155 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
|
/frameworks/wilhelm/tests/ |
mimeUri_test.cpp | 118 SLPrefetchStatusItf prefetchItf; 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/ |
slesTestSendToPresetReverb.cpp | 96 SLPrefetchStatusItf prefetchItf; 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);
|
slesTestDecodeToBuffQueue.cpp | 284 SLPrefetchStatusItf prefetchItf; 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);
|
slesTestBassBoostPath.cpp | 73 SLPrefetchStatusItf prefetchItf; 157 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); 176 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
|
slesTestPlayFdPath.cpp | 69 SLPrefetchStatusItf prefetchItf; 142 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); 158 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
|
slesTestVirtualizerPath.cpp | 74 SLPrefetchStatusItf prefetchItf; 158 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); 177 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
|
slesTestEqFdPath.cpp | 78 SLPrefetchStatusItf prefetchItf; 162 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); 181 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
|
slesTestEqOutputPath.cpp | 78 SLPrefetchStatusItf prefetchItf; 169 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); 185 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
|
slesTestDecodeAac.cpp | 475 SLPrefetchStatusItf prefetchItf; 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); [all...] |
/frameworks/wilhelm/tests/listening/ |
slesTest_playMuteSolo.cpp | 183 SLPrefetchStatusItf prefetchItf; 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/ |
variablespeed.h | 75 SLPlayItf playItf, SLPrefetchStatusItf prefetchItf);
|