Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/examples/
DslesTestPlayFdPath.cpp90 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()
DslesTestSendToPresetReverb.cpp95 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()
DslesTestDecodeToBuffQueue.cpp284 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()
DslesTestVirtualizerPath.cpp74 SLPrefetchStatusItf prefetchItf; in TestVirtualizerPathFromFD() local
158 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestVirtualizerPathFromFD()
177 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus); in TestVirtualizerPathFromFD()
DslesTestBassBoostPath.cpp73 SLPrefetchStatusItf prefetchItf; in TestBassBoostPathFromFD() local
157 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestBassBoostPathFromFD()
176 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus); in TestBassBoostPathFromFD()
DslesTestEqOutputPath.cpp78 SLPrefetchStatusItf prefetchItf; in TestEQPathFromFD() local
169 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestEQPathFromFD()
185 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus); in TestEQPathFromFD()
DslesTestEqFdPath.cpp78 SLPrefetchStatusItf prefetchItf; in TestEQPathFromFD() local
162 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestEQPathFromFD()
181 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus); in TestEQPathFromFD()
DslesTestDecodeAac.cpp475 SLPrefetchStatusItf prefetchItf; in TestDecToBuffQueue() local
598 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestDecToBuffQueue()
635 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, NULL); in TestDecToBuffQueue()
637 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, PREFETCHEVENT_ERROR_CANDIDATE); in TestDecToBuffQueue()
/frameworks/wilhelm/tests/mimeUri/
DslesTestPlayUri.cpp141 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()
DslesTestGetPositionUri.cpp143 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()
DslesTestLoopUri.cpp138 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()
DslesTestSlowDownUri.cpp194 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()
DslesTest_playStates.cpp67 SLPrefetchStatusItf prefetchItf; in TestPlayUri() local
134 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayUri()
154 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus); in TestPlayUri()
DslesTestPlayStreamType.cpp67 SLPrefetchStatusItf prefetchItf; in TestStreamTypeConfiguration() local
157 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestStreamTypeConfiguration()
173 (*prefetchItf)->GetPrefetchStatus(prefetchItf, &prefetchStatus); in TestStreamTypeConfiguration()
DslesTestPlayUri2.cpp83 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/
DmimeUri_test.cpp115 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/
DslesTest_playMuteSolo.cpp183 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()