Searched refs:PrefetchEventCallback (Results 1 – 10 of 10) sorted by relevance
/frameworks/wilhelm/tests/ |
D | mimeUri_test.cpp | 74 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) in PrefetchEventCallback() function 180 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf); in TestPlayUri()
|
/frameworks/ex/variablespeed/jni/ |
D | variablespeed.h | 62 void PrefetchEventCallback(SLPrefetchStatusItf caller, SLuint32 event);
|
D | variablespeed.cc | 152 AudioEngine::GetEngine()->PrefetchEventCallback(caller, event); in PrefetchEventCb() 788 void AudioEngine::PrefetchEventCallback( in PrefetchEventCallback() function in AudioEngine
|
/frameworks/wilhelm/tests/mimeUri/ |
D | slesTestPlayUri.cpp | 72 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) in PrefetchEventCallback() function 207 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf); in TestPlayUri()
|
D | slesTestLoopUri.cpp | 63 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) in PrefetchEventCallback() function 205 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, NULL); in TestLoopUri()
|
D | slesTestGetPositionUri.cpp | 66 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) in PrefetchEventCallback() function 214 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf); in TestGetPositionUri()
|
D | slesTestManyPlayers.cpp | 74 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) in PrefetchEventCallback() function 245 res = (*prefetchItfs[playerId])->RegisterCallback(prefetchItfs[playerId], PrefetchEventCallback, in CreatePlayer()
|
D | slesTestSlowDownUri.cpp | 108 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) in PrefetchEventCallback() function 263 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, NULL); in TestSlowDownUri()
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestDecodeToBuffQueue.cpp | 127 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) in PrefetchEventCallback() function 423 result = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, &prefetchItf); in TestDecToBuffQueue()
|
D | slesTestDecodeAac.cpp | 159 void PrefetchEventCallback(SLPrefetchStatusItf caller, void *pContext, SLuint32 event) in PrefetchEventCallback() function 635 res = (*prefetchItf)->RegisterCallback(prefetchItf, PrefetchEventCallback, NULL); in TestDecToBuffQueue()
|