Home
last modified time | relevance | path

Searched refs:prefetch_callback (Results 1 – 4 of 4) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
Dmultiplay.c91 void prefetch_callback(SLPrefetchStatusItf caller, void *context, SLuint32 event) in prefetch_callback() function
208 prefetch_callback, p); in main()
Dreverb.c190 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/
DslesTestSendToPresetReverb.cpp54 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/
DslesTest_playMuteSolo.cpp70 void prefetch_callback(SLPrefetchStatusItf caller, void *context __unused, SLuint32 event) in prefetch_callback() function
255 result = (*prefetchItf)->RegisterCallback(prefetchItf, prefetch_callback, NULL); in TestPlayUri()