Searched defs:EventHandler (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/utils/ISV/omx/
H A Disv_omxcomponent.cpp206 mpISVCallBacks->EventHandler = EventHandler;
741 OMX_ERRORTYPE ISVComponent::EventHandler( function in class:ISVComponent
773 return mpCallBacks->EventHandler(&mBaseComponent, pAppData, eEvent, nData1, nData2, pEventData);
820 return mpCallBacks->EventHandler(&mBaseComponent, pAppData, eEvent, nData1, nData2, pEventData);
847 mpISVCallBacks->EventHandler = EventHandler;
959 err = mpCallBacks->EventHandler(&mBaseComponent, mBaseComponent->pApplicationPrivate,
/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Core.h193 /** A non-supplier port sends this error to the IL client (via the EventHandler callback)
199 /** A non-supplier port sends this error to the IL client (via the EventHandler callback)
205 /** A supplier port sends this error to the IL client (via the EventHandler callback)
508 /** The EventHandler method is used to notify the application when an
539 OMX_ERRORTYPE (*EventHandler)( member in struct:OMX_CALLBACKTYPE
710 send the EventHandler() callback at the conclusion of the command.
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Core.h193 /** A non-supplier port sends this error to the IL client (via the EventHandler callback)
199 /** A non-supplier port sends this error to the IL client (via the EventHandler callback)
205 /** A supplier port sends this error to the IL client (via the EventHandler callback)
499 /** The EventHandler method is used to notify the application when an
530 OMX_ERRORTYPE (*EventHandler)( member in struct:OMX_CALLBACKTYPE
701 send the EventHandler() callback at the conclusion of the command.
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_Core.h193 /** A non-supplier port sends this error to the IL client (via the EventHandler callback)
199 /** A non-supplier port sends this error to the IL client (via the EventHandler callback)
205 /** A supplier port sends this error to the IL client (via the EventHandler callback)
508 /** The EventHandler method is used to notify the application when an
539 OMX_ERRORTYPE (*EventHandler)( member in struct:OMX_CALLBACKTYPE
710 send the EventHandler() callback at the conclusion of the command.
/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_Core.h193 /** A non-supplier port sends this error to the IL client (via the EventHandler callback)
199 /** A non-supplier port sends this error to the IL client (via the EventHandler callback)
205 /** A supplier port sends this error to the IL client (via the EventHandler callback)
508 /** The EventHandler method is used to notify the application when an
539 OMX_ERRORTYPE (*EventHandler)( member in struct:OMX_CALLBACKTYPE
710 send the EventHandler() callback at the conclusion of the command.
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp353 static OMX_ERRORTYPE EventHandler(OMX_IN OMX_HANDLETYPE hComponent,
435 printf("\n EventHandler for PAUSE DONE");
455 printf("\n EventHandler for RESUME DONE");
477 printf("\n EventHandler for FLUSH DONE");
502 printf("\n EventHandler for DISABLE OP");
516 printf("\n EventHandler for ENABLE OP");
911 OMX_ERRORTYPE EventHandler(OMX_IN OMX_HANDLETYPE hComponent, function
1609 static OMX_CALLBACKTYPE call_back = {&EventHandler, &EmptyBufferDone, &FillBufferDone};
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp488 static OMX_ERRORTYPE EventHandler(OMX_IN OMX_HANDLETYPE hComponent,
570 printf("\n EventHandler for PAUSE DONE");
585 printf("\n EventHandler for RESUME DONE");
603 printf("\n EventHandler for FLUSH DONE");
623 printf("\n EventHandler for DISABLE OP");
633 printf("\n EventHandler for ENABLE OP");
1108 OMX_ERRORTYPE EventHandler(OMX_IN OMX_HANDLETYPE hComponent, function
1818 static OMX_CALLBACKTYPE call_back = {&EventHandler, &EmptyBufferDone, &FillBufferDone};

Completed in 204 milliseconds