Home
last modified time | relevance | path

Searched refs:PlayCallback (Results 1 – 2 of 2) sorted by relevance

/frameworks/wilhelm/tests/native-media/jni/
Dnative-media-jni.c85 void PlayCallback(XAPlayItf caller, void *pContext, XAuint32 event) { in PlayCallback() function
423 PlayCallback /*callback*/, NULL /*pContext*/); in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer()
/frameworks/wilhelm/tests/examples/
DslesTestDecodeAac.cpp207 void PlayCallback(SLPlayItf caller, void *pContext __unused, SLuint32 event) { in PlayCallback() function
564 res = (*playItf)->RegisterCallback(playItf, PlayCallback /*callback*/, NULL /*pContext*/); in TestDecToBuffQueue()