Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ISV/omx/
Disv_omxcomponent.cpp66 mpISVCallBacks(NULL), in ISVComponent()
129 if (mpISVCallBacks) { in ~ISVComponent()
130 free(mpISVCallBacks); in ~ISVComponent()
131 mpISVCallBacks = NULL; in ~ISVComponent()
197 if (mpISVCallBacks) { in getCallBacks()
198 free(mpISVCallBacks); in getCallBacks()
199 mpISVCallBacks = NULL; in getCallBacks()
202 mpISVCallBacks = (OMX_CALLBACKTYPE *)calloc(1, sizeof(OMX_CALLBACKTYPE)); in getCallBacks()
203 if (!mpISVCallBacks) { in getCallBacks()
207 mpISVCallBacks->EventHandler = EventHandler; in getCallBacks()
[all …]
/hardware/intel/common/utils/ISV/include/
Disv_omxcomponent.h263 OMX_CALLBACKTYPE *mpISVCallBacks; variable