HomeSort by relevance Sort by last modified time
    Searched refs:EventHandler (Results 151 - 175 of 254) sorted by null

1 2 3 4 5 67 8 91011

  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp 911 if (pThis->m_cb.EventHandler) {
917 pThis->m_cb.EventHandler(&pThis->m_cmp, pThis->m_app_data,
925 pThis->m_cb.EventHandler(&pThis->m_cmp, pThis->m_app_data,
930 pThis->m_cb.EventHandler(&pThis->m_cmp, pThis->m_app_data,
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 639 pCompPrivate->cbInfo.EventHandler(pHandle, pHandle->pApplicationPrivate,
668 pCompPrivate->cbInfo.EventHandler(pHandle,
682 pCompPrivate->cbInfo.EventHandler(pHandle,
727 pCompPrivate->cbInfo.EventHandler(pHandle, pHandle->pApplicationPrivate,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c 697 pCompPrivate->cbInfo.EventHandler (pHandle,
720 pCompPrivate->cbInfo.EventHandler ( pHandle,
732 pCompPrivate->cbInfo.EventHandler ( pHandle,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 122 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,
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/client/
AbstractHttpConnection.java 256 private class Handler extends HttpParser.EventHandler
  /external/jetty/src/java/org/eclipse/jetty/websocket/
WebSocketClientFactory.java 374 _parser = new HttpParser(buffers, _endp, new HttpParser.EventHandler()
  /frameworks/base/tests/CoreTests/android/core/
TestEventHandler.java 27 * Implements EventHandler and provides test functionality to validate
30 public class TestEventHandler implements EventHandler {
124 * Implementation of EventHandler method called when a request has been
150 * Implements the EventHandler status method called when a server status
217 * Implements the EventHandler headers method called when a server
321 * Implements the EventHandler locationChanged method called when a server
365 * Implements the EventHandler data method called when a server
413 * Implements the EventHandler endData method called to
445 * Implements the EventHandler certificate method called every
451 * Implements the EventHandler error method called when a serve
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 85 private HWComposer::EventHandler
239 * HWComposer::EventHandler interface
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 230 _pComponentPrivate_->cbInfo.EventHandler(_pComponentPrivate_->pHandle,\
  /packages/apps/Calendar/src/com/android/calendar/
SearchActivity.java 49 public class SearchActivity extends Activity implements CalendarController.EventHandler,
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 49 public class AgendaFragment extends Fragment implements CalendarController.EventHandler,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tdi.h 115 PVOID EventHandler;
  /external/jetty/src/java/org/eclipse/jetty/server/
AbstractHttpConnection.java 187 protected HttpParser newHttpParser(Buffers requestBuffers, EndPoint endpoint, HttpParser.EventHandler requestHandler)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 172 * @fn EventHandler() description for SendCommand
173 EventHandler().
179 OMX_ERRORTYPE EventHandler(OMX_HANDLETYPE hComponent,OMX_PTR pAppData,OMX_EVENTTYPE eEvent,
193 printf("EventHandler: Overflow Error\n");
293 OMX_CALLBACKTYPE PcmCaBa = {(void *)EventHandler,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 210 * @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,
349 OMX_CALLBACKTYPE G726CaBa = {(void *)EventHandler,
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 57 import com.android.calendar.CalendarController.EventHandler;
73 public class EditEventFragment extends Fragment implements EventHandler, OnColorSelectedListener {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
tdikrnl.h 129 PVOID EventHandler;
806 _Request->EventHandler = (PVOID)(InEventHandler); \
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c 684 pCompPrivate->cbInfo.EventHandler ( pHandle,
696 pCompPrivate->cbInfo.EventHandler ( pHandle,
742 pCompPrivate->cbInfo.EventHandler ( pHandle,
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDecoder.c 402 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle,
425 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle,
434 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle,
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c 230 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle,
254 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle,
263 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle,
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c 447 pMyData->cbInfo.EventHandler (pMyData->pHandle,
472 pMyData->cbInfo.EventHandler (pMyData->pHandle,
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h 358 (_hComponent_)->sCbData.EventHandler((_hComponent_)->pHandle, \
365 OMX_PRINT1((_hComponent_)->dbg, "EventHandler : %lx : %lx : %lx \n", (OMX_U32) (_eEvent_), (OMX_U32) (_nData1_), (OMX_U32) (_nData2_)); \

Completed in 598 milliseconds

1 2 3 4 5 67 8 91011