Searched refs:PrefetchEventCallback (Results 1 – 9 of 9) sorted by relevance
/frameworks/wilhelm/tests/examples/ |
D | slesTestPlayFdPath.cpp | 52 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext __unused, SLuint32 event) in PrefetchEventCallback() function 167 result = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf); in TestPlayPathFromFD()
|
D | slesTestDecodeToBuffQueue.cpp | 127 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext __unused, SLuint32 event) in PrefetchEventCallback() function 423 result = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf); in TestDecToBuffQueue()
|
D | slesTestDecodeAac.cpp | 157 void PrefetchEventCallback(SLPrefetchStatusItf caller, void *pContext, SLuint32 event) in PrefetchEventCallback() function 634 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, NULL); in TestDecToBuffQueue()
|
/frameworks/wilhelm/tests/ |
D | mimeUri_test.cpp | 74 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext __unused, SLuint32 event) in PrefetchEventCallback() function 177 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf); in TestPlayUri()
|
/frameworks/wilhelm/tests/mimeUri/ |
D | slesTestLoopUri.cpp | 63 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) in PrefetchEventCallback() function 202 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, NULL); in TestLoopUri()
|
D | slesTestPlayUri.cpp | 72 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext __unused, SLuint32 event) in PrefetchEventCallback() function 204 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf); in TestPlayUri()
|
D | slesTestGetPositionUri.cpp | 66 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext __unused, SLuint32 event) in PrefetchEventCallback() function 211 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf); in TestGetPositionUri()
|
D | slesTestManyPlayers.cpp | 74 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) in PrefetchEventCallback() function 243 res = (*prefetchItfs[playerId])->RegisterCallback(prefetchItfs[playerId], PrefetchEventCallback, in CreatePlayer()
|
D | slesTestSlowDownUri.cpp | 108 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) in PrefetchEventCallback() function 260 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, NULL); in TestSlowDownUri()
|