HomeSort by relevance Sort by last modified time
    Searched defs:cache_ops (Results 1 - 9 of 9) 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)
  /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:__anon3522
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
cam_intf.h 793 cam_stream_cache_ops_t cache_ops; member in struct:cam_stream_info
    [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 11845 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 13041 OMX_ERRORTYPE omx_vdec::allocate_color_convert_buf::cache_ops( function in class:omx_vdec::allocate_color_convert_buf
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 11506 OMX_ERRORTYPE omx_vdec::allocate_color_convert_buf::cache_ops( function in class:omx_vdec::allocate_color_convert_buf
    [all...]

Completed in 569 milliseconds