/frameworks/wilhelm/tests/mimeUri/ |
H A D | slesTestPlayUri.cpp | 141 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 D | slesTestGetPositionUri.cpp | 143 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 D | slesTestLoopUri.cpp | 138 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 D | slesTestSlowDownUri.cpp | 194 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 D | slesTestPlayStreamType.cpp | 67 SLPrefetchStatusItf prefetchItf; local 157 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); 173 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
|
H A D | slesTestPlayUri2.cpp | 83 SLPrefetchStatusItf prefetchItf, prefetchItf2; local 164 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); 200 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
|
H A D | slesTest_playStates.cpp | 67 SLPrefetchStatusItf prefetchItf; local 134 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); 154 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
|
/frameworks/wilhelm/tests/examples/ |
H A D | slesTestPlayFdPath.cpp | 90 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 D | slesTestSendToPresetReverb.cpp | 95 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 D | slesTestDecodeToBuffQueue.cpp | 284 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 D | slesTestBassBoostPath.cpp | 73 SLPrefetchStatusItf prefetchItf; local 157 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); 176 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
|
H A D | slesTestVirtualizerPath.cpp | 74 SLPrefetchStatusItf prefetchItf; local 158 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); 177 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
|
H A D | slesTestEqFdPath.cpp | 78 SLPrefetchStatusItf prefetchItf; local 162 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); 181 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
|
H A D | slesTestEqOutputPath.cpp | 78 SLPrefetchStatusItf prefetchItf; local 169 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); 185 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus);
|
H A D | slesTestDecodeAac.cpp | 474 SLPrefetchStatusItf prefetchItf; local 597 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); 634 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, NULL); 636 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, PREFETCHEVENT_ERROR_CANDIDATE);
|
/frameworks/wilhelm/tests/ |
H A D | mimeUri_test.cpp | 115 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 D | slesTest_playMuteSolo.cpp | 183 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,
|