HomeSort by relevance Sort by last modified time
    Searched refs:dev_stop (Results 1 - 25 of 27) sorted by null

1 2

  /external/dhcpcd-6.8.2/
dev.h 52 void dev_stop(struct dhcpcd_ctx *);
57 #define dev_stop(a) {} macro
dev.c 78 dev_stop(struct dhcpcd_ctx *ctx) function
dhcpcd.c     [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
omx_video_encoder.h 63 OMX_U32 dev_stop(void);
omx_video_base.h 206 virtual OMX_U32 dev_stop(void) = 0;
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
omx_video_encoder.h 67 OMX_U32 dev_stop(void);
omx_video_base.h 216 virtual OMX_U32 dev_stop(void) = 0;
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
omx_swvenc_hevc.h 70 virtual OMX_U32 dev_stop(void);
omx_video_encoder.h 67 OMX_U32 dev_stop(void);
omx_swvenc_mpeg4.h 110 OMX_U32 dev_stop(void);
omx_video_base.h 221 virtual OMX_U32 dev_stop(void) = 0;
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
omx_swvenc_hevc.h 70 virtual OMX_U32 dev_stop(void);
omx_video_encoder.h 61 OMX_U32 dev_stop(void);
omx_swvenc_mpeg4.h 112 OMX_U32 dev_stop(void);
omx_video_base.h 240 virtual OMX_U32 dev_stop(void) = 0;
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp 500 DEBUG_PRINT_LOW("\n dev_stop called after input flush complete\n");
501 if(dev_stop() != 0)
503 DEBUG_PRINT_ERROR("\nERROR: dev_stop() failed in i/p flush!\n");
531 DEBUG_PRINT_LOW("\n dev_stop called after Output flush complete\n");
534 if(dev_stop() != 0)
536 DEBUG_PRINT_ERROR("\nERROR: dev_stop() failed in o/p flush!\n");
888 if(dev_stop() != 0)
890 DEBUG_PRINT_ERROR("\nERROR: dev_stop() failed at Idle --> Loaded");
    [all...]
omx_video_encoder.cpp 1500 OMX_U32 omx_venc::dev_stop( void) function in class:omx_venc
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 474 DEBUG_PRINT_LOW("dev_stop called after input flush complete");
475 if (dev_stop() != 0) {
476 DEBUG_PRINT_ERROR("ERROR: dev_stop() failed in i/p flush!");
500 DEBUG_PRINT_LOW("dev_stop called after Output flush complete");
502 if (dev_stop() != 0) {
503 DEBUG_PRINT_ERROR("ERROR: dev_stop() failed in o/p flush!");
821 if (dev_stop() != 0) {
822 DEBUG_PRINT_ERROR("ERROR: dev_stop() failed at Idle --> Loaded");
    [all...]
omx_video_encoder.cpp 2011 OMX_U32 omx_venc::dev_stop( void) function in class:omx_venc
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 536 DEBUG_PRINT_LOW("dev_stop called after input flush complete");
537 if (dev_stop() != 0) {
538 DEBUG_PRINT_ERROR("ERROR: dev_stop() failed in i/p flush!");
562 DEBUG_PRINT_LOW("dev_stop called after Output flush complete");
564 if (dev_stop() != 0) {
565 DEBUG_PRINT_ERROR("ERROR: dev_stop() failed in o/p flush!");
    [all...]
omx_swvenc_hevc.cpp 1056 OMX_U32 omx_swvenc::dev_stop( void) function in class:omx_swvenc
    [all...]
omx_swvenc_mpeg4.cpp 1672 OMX_U32 omx_venc::dev_stop(void) function in class:omx_venc
    [all...]
omx_video_encoder.cpp 2256 OMX_U32 omx_venc::dev_stop( void) function in class:omx_venc
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 551 DEBUG_PRINT_LOW("dev_stop called after input flush complete");
552 if (dev_stop() != 0) {
553 DEBUG_PRINT_ERROR("ERROR: dev_stop() failed in i/p flush!");
577 DEBUG_PRINT_LOW("dev_stop called after Output flush complete");
579 if (dev_stop() != 0) {
580 DEBUG_PRINT_ERROR("ERROR: dev_stop() failed in o/p flush!");
    [all...]
omx_swvenc_hevc.cpp 1056 OMX_U32 omx_swvenc::dev_stop( void) function in class:omx_swvenc
    [all...]

Completed in 1032 milliseconds

1 2