Home
last modified time | relevance | path

Searched refs:PrefetchEventCallback (Results 1 – 10 of 10) sorted by relevance

/frameworks/wilhelm/tests/
DmimeUri_test.cpp74 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) in PrefetchEventCallback() function
180 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf); in TestPlayUri()
/frameworks/ex/variablespeed/jni/
Dvariablespeed.h62 void PrefetchEventCallback(SLPrefetchStatusItf caller, SLuint32 event);
Dvariablespeed.cc152 AudioEngine::GetEngine()->PrefetchEventCallback(caller, event); in PrefetchEventCb()
788 void AudioEngine::PrefetchEventCallback( in PrefetchEventCallback() function in AudioEngine
/frameworks/wilhelm/tests/mimeUri/
DslesTestPlayUri.cpp72 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) in PrefetchEventCallback() function
207 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf); in TestPlayUri()
DslesTestLoopUri.cpp63 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) in PrefetchEventCallback() function
205 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, NULL); in TestLoopUri()
DslesTestGetPositionUri.cpp66 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) in PrefetchEventCallback() function
214 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf); in TestGetPositionUri()
DslesTestManyPlayers.cpp74 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) in PrefetchEventCallback() function
245 res = (*prefetchItfs[playerId])->RegisterCallback(prefetchItfs[playerId], PrefetchEventCallback, in CreatePlayer()
DslesTestSlowDownUri.cpp108 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) in PrefetchEventCallback() function
263 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, NULL); in TestSlowDownUri()
/frameworks/wilhelm/tests/examples/
DslesTestDecodeToBuffQueue.cpp127 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) in PrefetchEventCallback() function
423 result = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf); in TestDecToBuffQueue()
DslesTestDecodeAac.cpp159 void PrefetchEventCallback(SLPrefetchStatusItf caller, void *pContext, SLuint32 event) in PrefetchEventCallback() function
635 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, NULL); in TestDecToBuffQueue()