Home | History | Annotate | Download | only in examples

Lines Matching full:pcontext

157 void PrefetchEventCallback(SLPrefetchStatusItf caller, void *pContext, SLuint32 event)
159 // pContext is unused here, so we pass NULL
160 assert(pContext == NULL);
207 void PlayCallback(SLPlayItf caller, void *pContext __unused, SLuint32 event) {
318 void *pContext)
323 CallbackCntxt *pCntxt = (CallbackCntxt*)pContext;
564 res = (*playItf)->RegisterCallback(playItf, PlayCallback /*callback*/, NULL /*pContext*/);