Searched refs:fpEventNotify (Results 1 – 2 of 2) sorted by relevance
286 static void (*fpEventNotify)(MS_U32 , void* ) = NULL; variable5645 fpEventNotify = fpGOP_CB; in MApi_GOP_RegisterEventNotify()5652 ioctl_info.pCB = fpEventNotify; in MApi_GOP_RegisterEventNotify()5781 if(fpEventNotify == NULL) in _GOP_RegisterAllCBFunc()5788 ioctl_info.pCB = fpEventNotify; in _GOP_RegisterAllCBFunc()
167 static void (*fpEventNotify)(MS_U32 , void* ) = NULL; variable2239 if(fpEventNotify != NULL) in _GOP_ArrangePoolMem()2240 fpEventNotify(E_GOP_EVENT_BUF_ARRANGE_BEGIN, NULL); in _GOP_ArrangePoolMem()2332 if(fpEventNotify != NULL) in _GOP_ArrangePoolMem()2333 fpEventNotify(E_GOP_EVENT_BUF_ARRANGE_END, NULL); in _GOP_ArrangePoolMem()10155 fpEventNotify = pCB; in Ioctl_GOP_Register_CB()