HomeSort by relevance Sort by last modified time
    Searched refs:cache_ops (Results 1 - 18 of 18) sorted by null

  /external/libnl/lib/
cache_mngt.c 33 static struct nl_cache_ops *cache_ops; variable in typeref:struct:nl_cache_ops
45 for (ops = cache_ops; ops; ops = ops->co_next)
116 for (ops = cache_ops; ops; ops = ops->co_next) {
205 for (ops = cache_ops; ops; ops = ops->co_next)
223 for (ops = cache_ops; ops; ops = ops->co_next)
264 ops->co_next = cache_ops;
265 cache_ops = ops;
296 for (tp = &cache_ops; (t=*tp) != NULL; tp = &t->co_next)
  /external/libnl/lib/genl/
mngt.c 48 struct genl_ops *ops, struct nl_cache_ops *cache_ops, void *arg)
78 err = cmd->c_msg_parser(cache_ops, cmd, &info, arg);
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h     [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h     [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Stream.cpp 421 mStreamInfo->cache_ops = CAM_STREAM_CACHE_OPS_HONOUR_FLAGS;
423 mStreamInfo->cache_ops = CAM_STREAM_CACHE_OPS_DISABLED;
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3Stream.cpp 428 mStreamInfo->cache_ops = CAM_STREAM_CACHE_OPS_HONOUR_FLAGS;
430 mStreamInfo->cache_ops = CAM_STREAM_CACHE_OPS_DISABLED;
    [all...]
  /device/google/marlin/camera/usbcamcore/src/
QualcommUsbCamera.cpp 1635 int cache_ops(QCameraHalMemInfo_t *mem_info, function in namespace:android
    [all...]
  /hardware/qcom/camera/msm8998/usbcamcore/src/
QualcommUsbCamera.cpp 1635 int cache_ops(QCameraHalMemInfo_t *mem_info, function in namespace:android
    [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
cam_intf.h 642 cam_stream_cache_ops_t cache_ops; member in struct:__anon2135
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
cam_intf.h 797 cam_stream_cache_ops_t cache_ops; member in struct:cam_stream_info
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp 10564 OMX_ERRORTYPE omx_vdec::allocate_color_convert_buf::cache_ops( function in class:omx_vdec::allocate_color_convert_buf
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 11859 OMX_ERRORTYPE omx_vdec::allocate_color_convert_buf::cache_ops( function in class:omx_vdec::allocate_color_convert_buf
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 13062 OMX_ERRORTYPE omx_vdec::allocate_color_convert_buf::cache_ops( function in class:omx_vdec::allocate_color_convert_buf
    [all...]

Completed in 421 milliseconds