Home | History | Annotate | Download | only in mimeUri

Lines Matching refs:prefetchItf

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);