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

1 2

  /hardware/qcom/msm8960/kernel-headers/linux/
msm_ion.h 81 #define ION_SET_CACHED(__cache) (__cache | ION_FLAG_CACHED)
82 #define ION_SET_UNCACHED(__cache) (__cache & ~ION_FLAG_CACHED)
84 #define ION_IS_CACHED(__flags) ((__flags) & ION_FLAG_CACHED)
ion.h 40 #define ION_FLAG_CACHED 1
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_ion.h 99 #define ION_SET_CACHED(__cache) (__cache | ION_FLAG_CACHED)
100 #define ION_SET_UNCACHED(__cache) (__cache & ~ION_FLAG_CACHED)
101 #define ION_IS_CACHED(__flags) ((__flags) & ION_FLAG_CACHED)
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_ion.h 99 #define ION_SET_CACHED(__cache) (__cache | ION_FLAG_CACHED)
100 #define ION_SET_UNCACHED(__cache) (__cache & ~ION_FLAG_CACHED)
102 #define ION_IS_CACHED(__flags) ((__flags) & ION_FLAG_CACHED)
ion.h 60 #define ION_FLAG_CACHED 1 /* mappings of this buffer should be
  /bionic/libc/kernel/common/linux/
ion.h 36 #define ION_FLAG_CACHED 1
  /hardware/samsung_slsi/exynos5/include/
ion.h 22 #define ION_FLAG_CACHED 1
108 * @flags: Additional requirements about buffer. ION_FLAG_CACHED for a
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_ion.h 107 #define ION_SET_CACHED(__cache) (__cache | ION_FLAG_CACHED)
108 #define ION_SET_UNCACHED(__cache) (__cache & ~ION_FLAG_CACHED)
110 #define ION_IS_CACHED(__flags) ((__flags) & ION_FLAG_CACHED)
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_ionbuf.c 55 p_buffer->alloc.flags = ION_FLAG_CACHED;
  /external/kernel-headers/original/linux/
ion.h 51 #define ION_FLAG_CACHED 1 /* mappings of this buffer should be
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_ionbuf.c 55 p_buffer->alloc.flags = ION_FLAG_CACHED;
  /hardware/qcom/display/msm8960/libgralloc/
ionalloc.cpp 77 ionAllocData.flags = data.uncached ? 0 : ION_FLAG_CACHED;
  /hardware/qcom/display/msm8974/libgralloc/
ionalloc.cpp 77 ionAllocData.flags = data.uncached ? 0 : ION_FLAG_CACHED;
  /hardware/qcom/display/msm8x26/libgralloc/
ionalloc.cpp 77 ionAllocData.flags = data.uncached ? 0 : ION_FLAG_CACHED;
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Mem.cpp 334 alloc.flags = ION_FLAG_CACHED;
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Mem.cpp 334 alloc.flags = ION_FLAG_CACHED;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_SharedMemory.c 168 flag = ION_FLAG_CACHED;
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 348 ion_flags = ION_FLAG_CACHED | ION_FLAG_CACHED_NEEDS_SYNC;
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI.cpp     [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraMem.cpp 315 alloc.flags = ION_FLAG_CACHED;
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 131 alloc.flags = ION_FLAG_CACHED;
  /hardware/qcom/camera/QCamera2/HAL/
QCameraMem.cpp 315 alloc.flags = ION_FLAG_CACHED;
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 131 alloc.flags = ION_FLAG_CACHED;
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp     [all...]

Completed in 1559 milliseconds

1 2