Searched refs:prefetch_callback (Results 1 – 4 of 4) sorted by relevance
/frameworks/wilhelm/tests/sandbox/ |
D | multiplay.c | 91 void prefetch_callback(SLPrefetchStatusItf caller, void *context, SLuint32 event) in prefetch_callback() function 208 prefetch_callback, p); in main()
|
D | reverb.c | 190 void prefetch_callback(SLPrefetchStatusItf caller, void *context, SLuint32 event) in prefetch_callback() function 600 result = (*playerPrefetchStatus)->RegisterCallback(playerPrefetchStatus, prefetch_callback, in main()
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestSendToPresetReverb.cpp | 54 void prefetch_callback(SLPrefetchStatusItf caller, void *context __unused, SLuint32 event) in prefetch_callback() function 214 result = (*prefetchItf)->RegisterCallback(prefetchItf, prefetch_callback, NULL); in TestSendToPresetReverb()
|
/frameworks/wilhelm/tests/listening/ |
D | slesTest_playMuteSolo.cpp | 70 void prefetch_callback(SLPrefetchStatusItf caller, void *context __unused, SLuint32 event) in prefetch_callback() function 255 result = (*prefetchItf)->RegisterCallback(prefetchItf, prefetch_callback, NULL); in TestPlayUri()
|