Searched defs:EventHandler (Results 26 - 30 of 30) sorted by relevance

12

/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c321 * EventHandler() Event Callback from Component. Method to notify when an event of
335 OMX_ERRORTYPE EventHandler(OMX_HANDLETYPE hComponent, function
343 APP_DPRINT( "%d :: App: Entering EventHandler \n", __LINE__);
437 APP_DPRINT( "%d :: App: Exiting EventHandler \n", __LINE__);
537 OMX_CALLBACKTYPE AacCaBa = {(void *)EventHandler,(void*) EmptyBufferDone,
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c305 * @fn EventHandler() description for SendCommand
306 EventHandler().
313 OMX_ERRORTYPE EventHandler( function
483 OMX_CALLBACKTYPE AmrCaBa = {(void *)EventHandler,
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
H A DWmaDecTest.c297 * @fn EventHandler() description for SendCommand
298 EventHandler().
304 OMX_ERRORTYPE EventHandler(OMX_HANDLETYPE hComponent, OMX_PTR pAppData, function
462 OMX_CALLBACKTYPE WmaCaBa = {(void *)EventHandler,
/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 740 milliseconds

12