/frameworks/wilhelm/tests/examples/ |
D | slesTestPlayFdPath.cpp | 90 SLPrefetchStatusItf prefetchItf; in TestPlayPathFromFD() local 163 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayPathFromFD() 167 result = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf); in TestPlayPathFromFD() 169 result = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, PREFETCHEVENT_ERROR_CANDIDATE); in TestPlayPathFromFD() 185 result = (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus); in TestPlayPathFromFD()
|
D | slesTestSendToPresetReverb.cpp | 95 SLPrefetchStatusItf prefetchItf; in TestSendToPresetReverb() local 212 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestSendToPresetReverb() 214 result = (*prefetchItf)->RegisterCallback(prefetchItf, prefetch_callback, NULL); in TestSendToPresetReverb() 216 result = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, in TestSendToPresetReverb() 243 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus); in TestSendToPresetReverb()
|
D | slesTestDecodeToBuffQueue.cpp | 284 SLPrefetchStatusItf prefetchItf; in TestDecToBuffQueue() local 392 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestDecToBuffQueue() 423 result = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf); in TestDecToBuffQueue() 425 result = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, PREFETCHEVENT_ERROR_CANDIDATE); in TestDecToBuffQueue() 439 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus); in TestDecToBuffQueue()
|
D | slesTestBassBoostPath.cpp | 73 SLPrefetchStatusItf prefetchItf; in TestBassBoostPathFromFD() local 157 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestBassBoostPathFromFD() 176 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus); in TestBassBoostPathFromFD()
|
D | slesTestVirtualizerPath.cpp | 74 SLPrefetchStatusItf prefetchItf; in TestVirtualizerPathFromFD() local 158 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestVirtualizerPathFromFD() 177 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus); in TestVirtualizerPathFromFD()
|
D | slesTestEqOutputPath.cpp | 78 SLPrefetchStatusItf prefetchItf; in TestEQPathFromFD() local 169 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestEQPathFromFD() 185 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus); in TestEQPathFromFD()
|
D | slesTestEqFdPath.cpp | 78 SLPrefetchStatusItf prefetchItf; in TestEQPathFromFD() local 162 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestEQPathFromFD() 181 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus); in TestEQPathFromFD()
|
D | slesTestDecodeAac.cpp | 474 SLPrefetchStatusItf prefetchItf; in TestDecToBuffQueue() local 597 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestDecToBuffQueue() 634 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, NULL); in TestDecToBuffQueue() 636 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, PREFETCHEVENT_ERROR_CANDIDATE); in TestDecToBuffQueue()
|
/frameworks/wilhelm/tests/mimeUri/ |
D | slesTestPlayUri.cpp | 141 SLPrefetchStatusItf prefetchItf; in TestPlayUri() local 202 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayUri() 204 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf); in TestPlayUri() 206 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, in TestPlayUri() 211 (*prefetchItf)->SetFillUpdatePeriod(prefetchItf, 50); in TestPlayUri() 254 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus); in TestPlayUri()
|
D | slesTestGetPositionUri.cpp | 143 SLPrefetchStatusItf prefetchItf; in TestGetPositionUri() local 209 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestGetPositionUri() 211 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf); in TestGetPositionUri() 213 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, in TestGetPositionUri() 218 res = (*prefetchItf)->SetFillUpdatePeriod(prefetchItf, 50); CheckErr(res); in TestGetPositionUri() 247 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus); in TestGetPositionUri()
|
D | slesTestLoopUri.cpp | 138 SLPrefetchStatusItf prefetchItf; in TestLoopUri() local 200 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestLoopUri() 202 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, NULL); in TestLoopUri() 204 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, in TestLoopUri() 209 (*prefetchItf)->SetFillUpdatePeriod(prefetchItf, 50); in TestLoopUri()
|
D | slesTestSlowDownUri.cpp | 194 SLPrefetchStatusItf prefetchItf; in TestSlowDownUri() local 258 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestSlowDownUri() 260 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, NULL); in TestSlowDownUri() 262 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, in TestSlowDownUri() 266 (*prefetchItf)->SetFillUpdatePeriod(prefetchItf, 50); CheckErr(res); in TestSlowDownUri()
|
D | slesTest_playStates.cpp | 67 SLPrefetchStatusItf prefetchItf; in TestPlayUri() local 134 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayUri() 154 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus); in TestPlayUri()
|
D | slesTestPlayStreamType.cpp | 67 SLPrefetchStatusItf prefetchItf; in TestStreamTypeConfiguration() local 157 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestStreamTypeConfiguration() 173 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus); in TestStreamTypeConfiguration()
|
D | slesTestPlayUri2.cpp | 83 SLPrefetchStatusItf prefetchItf, prefetchItf2; in TestPlayUri() local 164 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayUri() 200 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus); in TestPlayUri()
|
/frameworks/wilhelm/tests/ |
D | mimeUri_test.cpp | 115 SLPrefetchStatusItf prefetchItf; in TestPlayUri() local 175 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayUri() 177 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf); in TestPlayUri() 179 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, in TestPlayUri() 202 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus); in TestPlayUri()
|
/frameworks/wilhelm/tests/listening/ |
D | slesTest_playMuteSolo.cpp | 183 SLPrefetchStatusItf prefetchItf; in TestPlayUri() local 251 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayUri() 255 result = (*prefetchItf)->RegisterCallback(prefetchItf, prefetch_callback, NULL); in TestPlayUri() 257 result = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, in TestPlayUri()
|