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

12

/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/display/msm8996/sdm/libs/core/fb/
H A Dhw_primary.cpp492 typedef void (HWPrimary::*EventHandler)(char*); typedef
493 EventHandler event_handler[kNumDisplayEvents] = { &HWPrimary::HandleVSync,
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
H A DG722EncTest.c172 * @fn EventHandler() description for SendCommand
173 EventHandler().
179 OMX_ERRORTYPE EventHandler(OMX_HANDLETYPE hComponent,OMX_PTR pAppData,OMX_EVENTTYPE eEvent, function
193 printf("EventHandler: Overflow Error\n");
293 OMX_CALLBACKTYPE PcmCaBa = {(void *)EventHandler,
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
H A DG726DecTest.c210 * @fn EventHandler() This is event handle which is called by the component on
234 OMX_ERRORTYPE EventHandler(OMX_HANDLETYPE hComponent,OMX_PTR pAppData,OMX_EVENTTYPE eEvent, function
349 OMX_CALLBACKTYPE G726CaBa = {(void *)EventHandler,
/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/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c291 * EventHandler()
306 OMX_ERRORTYPE EventHandler(OMX_HANDLETYPE hComponent,OMX_PTR pAppData,OMX_EVENTTYPE eEvent, function
446 OMX_CALLBACKTYPE G711CaBa = {(void *)EventHandler,
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
H A DG711EncTest.c260 OMX_ERRORTYPE EventHandler(OMX_HANDLETYPE hComponent, function
270 APP_DPRINT("%d [TEST APP] Entering EventHandler \n", __LINE__);
400 OMX_CALLBACKTYPE G711CaBa = {(void *)EventHandler,
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
H A DG722DecTest.c122 OMX_ERRORTYPE EventHandler (OMX_HANDLETYPE, OMX_PTR, OMX_EVENTTYPE, OMX_U32, OMX_U32, OMX_PTR);
176 OMX_CALLBACKTYPE G722CaBa = {(void *)EventHandler,
676 * @fn EventHandler() This is event handle which is called by the component on
700 OMX_ERRORTYPE EventHandler(OMX_HANDLETYPE hComponent,OMX_PTR pAppData,OMX_EVENTTYPE eEvent, function
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
H A DG726EncTest.c328 OMX_ERRORTYPE EventHandler( function
336 APP_DPRINT( "%d :: App: Entering EventHandler \n", __LINE__);
373 printf ("App: EventHandler - Flush completed on input port\n");
376 printf ("App: EventHandler - Flush completed on output port\n");
418 APP_DPRINT( "%d :: App: Exiting EventHandler \n", __LINE__);
449 OMX_CALLBACKTYPE G726CaBa = {(void *)EventHandler,
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
H A DG729DecTest.c272 OMX_ERRORTYPE EventHandler( function
313 APP_DPRINT("EventHandler: WARNING: Overflow ERROR\n");
317 APP_DPRINT("EventHandler: ERROR: Data corrupt ERROR\n");
378 OMX_CALLBACKTYPE G729CaBa = {(void *)EventHandler,
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
H A DG729EncTest.c278 OMX_ERRORTYPE EventHandler( function
286 APP_DPRINT( "%d :: App: Entering EventHandler \n", __LINE__);
331 APP_DPRINT( "%d :: App: Exiting EventHandler \n", __LINE__);
363 OMX_CALLBACKTYPE G729CaBa = {(void *)EventHandler,
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
H A DAmrEncTest.c393 OMX_ERRORTYPE EventHandler( function
401 APP_DPRINT( "%d :: App: Entering EventHandler \n", __LINE__);
437 APP_IPRINT("EventHandler: Invalid State!!!!\n");
478 APP_DPRINT( "%d :: App: Exiting EventHandler \n", __LINE__);
515 OMX_CALLBACKTYPE AmrCaBa = {(void *)EventHandler,
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
H A DWbAmrEncTest.c371 OMX_ERRORTYPE EventHandler( function
378 APP_DPRINT( "%d :: App: Entering EventHandler \n", __LINE__);
462 APP_DPRINT( "%d :: App: Exiting EventHandler \n", __LINE__);
493 OMX_CALLBACKTYPE AmrCaBa = {(void *)EventHandler,
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
H A DJPEGTest.c384 OMX_ERRORTYPE EventHandler(OMX_HANDLETYPE hComponent, function
595 OMX_CALLBACKTYPE JPEGCaBa = { (void *)EventHandler,
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.c706 OMX_ERRORTYPE EventHandler(OMX_HANDLETYPE hComponent,OMX_PTR pAppData,OMX_EVENTTYPE eEvent, function
719 PRINT("Inside Test Application EventHandler function\n");
1059 OMX_CALLBACKTYPE JPEGCaBa = {(void *)EventHandler,
/hardware/ti/omap3/omx/system/src/openmax_il/omx_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)
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/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
H A DVPPTest.c177 void EventHandler(OMX_HANDLETYPE hComponent,OMX_PTR pAppData, OMX_EVENTTYPE eEvent, function
444 OMX_CALLBACKTYPE AmrCaBa = {(void *)EventHandler,
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_Core.h210 /** A non-supplier port sends this error to the IL client (via the EventHandler callback)
216 /** A non-supplier port sends this error to the IL client (via the EventHandler callback)
222 /** A supplier port sends this error to the IL client (via the EventHandler callback)
516 /** The EventHandler method is used to notify the application when an
547 OMX_ERRORTYPE (*EventHandler)( member in struct:OMX_CALLBACKTYPE
718 send the EventHandler() callback at the conclusion of the command.
/hardware/ti/omap4xxx/domx/omx_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)
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/audio/msm8909/mm-audio/aenc-aac/qdsp6/test/
H A Domx_aac_enc_test.c256 static OMX_ERRORTYPE EventHandler(OMX_IN OMX_HANDLETYPE hComponent,
312 OMX_ERRORTYPE EventHandler(OMX_IN OMX_HANDLETYPE hComponent, function
709 &EventHandler,&EmptyBufferDone,&FillBufferDone
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/test/
H A Domx_amr_enc_test.c262 static OMX_ERRORTYPE EventHandler(OMX_IN OMX_HANDLETYPE hComponent,
318 OMX_ERRORTYPE EventHandler(OMX_IN OMX_HANDLETYPE hComponent, function
675 &EventHandler,&EmptyBufferDone,&FillBufferDone
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/test/
H A Domx_evrc_enc_test.c271 static OMX_ERRORTYPE EventHandler(OMX_IN OMX_HANDLETYPE hComponent,
357 OMX_ERRORTYPE EventHandler(OMX_IN OMX_HANDLETYPE hComponent, function
718 &EventHandler,&EmptyBufferDone,&FillBufferDone
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/test/
H A Domx_qcelp13_enc_test.c271 static OMX_ERRORTYPE EventHandler(OMX_IN OMX_HANDLETYPE hComponent,
357 OMX_ERRORTYPE EventHandler(OMX_IN OMX_HANDLETYPE hComponent, function
720 &EventHandler,&EmptyBufferDone,&FillBufferDone

Completed in 497 milliseconds

12