HomeSort by relevance Sort by last modified time
    Searched refs:prefetch_callback (Results 1 - 4 of 4) sorted by null

  /frameworks/wilhelm/tests/examples/
slesTestSendToPresetReverb.cpp 54 void prefetch_callback(SLPrefetchStatusItf caller, void *context __unused, SLuint32 event) function
214 result = (*prefetchItf)->RegisterCallback(prefetchItf, prefetch_callback, NULL);
  /frameworks/wilhelm/tests/listening/
slesTest_playMuteSolo.cpp 70 void prefetch_callback(SLPrefetchStatusItf caller, void *context __unused, SLuint32 event) function
255 result = (*prefetchItf)->RegisterCallback(prefetchItf, prefetch_callback, NULL);
  /frameworks/wilhelm/tests/sandbox/
multiplay.c 91 void prefetch_callback(SLPrefetchStatusItf caller, void *context, SLuint32 event) function
208 prefetch_callback, p);
reverb.c 190 void prefetch_callback(SLPrefetchStatusItf caller, void *context, SLuint32 event) function
600 result = (*playerPrefetchStatus)->RegisterCallback(playerPrefetchStatus, prefetch_callback,

Completed in 106 milliseconds