Lines Matching full:pcontext
76 XAuint32 streamIndex, void *pEventData, void *pContext)
79 assert(NULL == pContext);
92 void prefetchStatusCallback(XAPrefetchStatusItf caller, void *pContext, XAuint32 event)
94 // pContext is unused here, so we pass NULL
95 assert(pContext == NULL);
130 void playEventCallback(XAPlayItf caller, void *pContext, XAuint32 event)
132 // pContext is unused here, so we pass NULL
133 assert(NULL == pContext);