HomeSort by relevance Sort by last modified time
    Searched defs:custom_data (Results 1 - 22 of 22) sorted by null

  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_ionbuf.c 156 struct ion_custom_data custom_data; local
159 memset(&custom_data, 0, sizeof(custom_data));
164 custom_data.cmd = (unsigned int)ION_IOC_INV_CACHES;
165 custom_data.arg = (unsigned long)&cache_inv_data;
167 lrc = ioctl(p_buffer->ion_fd, ION_IOC_CUSTOM, &custom_data);
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_ionbuf.c 156 struct ion_custom_data custom_data; local
159 memset(&custom_data, 0, sizeof(custom_data));
164 custom_data.cmd = (unsigned int)ION_IOC_INV_CACHES;
165 custom_data.arg = (unsigned long)&cache_inv_data;
167 lrc = ioctl(p_buffer->ion_fd, ION_IOC_CUSTOM, &custom_data);
190 struct ion_custom_data custom_data; local
193 memset(&custom_data, 0, sizeof(custom_data));
198 custom_data.cmd = (unsigned int)ION_IOC_CLEAN_CACHES
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Mem.cpp 111 struct ion_custom_data custom_data; local
126 memset(&custom_data, 0, sizeof(custom_data));
131 custom_data.cmd = cmd;
132 custom_data.arg = (unsigned long)&cache_inv_data;
138 ret = ioctl(main_ion_fd, ION_IOC_CUSTOM, &custom_data);
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3Mem.cpp 112 struct ion_custom_data custom_data; local
127 memset(&custom_data, 0, sizeof(custom_data));
132 custom_data.cmd = cmd;
133 custom_data.arg = (unsigned long)&cache_inv_data;
139 ret = ioctl(main_ion_fd, ION_IOC_CUSTOM, &custom_data);
    [all...]
  /art/compiler/optimizing/
code_generator_arm64.h 612 vixl::aarch64::Label* NewBakerReadBarrierPatch(uint32_t custom_data);
793 uint32_t custom_data; member in struct:art::arm64::CodeGeneratorARM64::BakerReadBarrierPatchInfo
    [all...]
code_generator_arm_vixl.h 588 vixl::aarch32::Label* NewBakerReadBarrierPatch(uint32_t custom_data);
775 uint32_t custom_data; member in struct:art::arm::CodeGeneratorARMVIXL::BakerReadBarrierPatchInfo
    [all...]
code_generator_arm_vixl.cc 8364 uint32_t custom_data = linker::Thumb2RelativePatcher::EncodeBakerReadBarrierGcRootData( local
8489 uint32_t custom_data = linker::Thumb2RelativePatcher::EncodeBakerReadBarrierFieldData( local
8576 uint32_t custom_data = local
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMem.cpp 125 struct ion_custom_data custom_data; local
134 memset(&custom_data, 0, sizeof(custom_data));
141 custom_data.cmd = cmd;
142 custom_data.arg = (unsigned long)&cache_inv_data;
148 ret = ioctl(mMemInfo[index].main_ion_fd, ION_IOC_CUSTOM, &custom_data);
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMem.cpp 127 struct ion_custom_data custom_data; local
136 memset(&custom_data, 0, sizeof(custom_data));
143 custom_data.cmd = cmd;
144 custom_data.arg = (unsigned long)&cache_inv_data;
150 ret = ioctl(mMemInfo[index].main_ion_fd, ION_IOC_CUSTOM, &custom_data);
    [all...]
  /system/core/adf/libadf/include/video/
adf.h 102 void __user * custom_data; member in struct:adf_post_config
114 __u64 custom_data; member in struct:adf_post_config_v2
155 void __user * custom_data; member in struct:adf_device_data
175 void __user * custom_data; member in struct:adf_interface_data
185 void __user * custom_data; member in struct:adf_overlay_engine_data
  /system/core/adf/libadf/original-kernel-headers/video/
adf.h 151 * @custom_data: driver-private data (input)
163 void __user *custom_data; member in struct:adf_post_config
176 * @custom_data: driver-private data (input)
190 __u64 custom_data; /* void * packed into __u64 */ member in struct:adf_post_config_v2
281 * @custom_data: driver-private data
293 void __user *custom_data; member in struct:adf_device_data
313 * @custom_data: driver-private data
333 void __user *custom_data; member in struct:adf_interface_data
344 * @custom_data: driver-private data
353 void __user *custom_data; member in struct:adf_overlay_engine_data
    [all...]
  /bionic/libc/kernel/uapi/linux/
input.h 160 __s16 __user * custom_data; member in struct:ff_periodic_effect
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 212 struct ion_custom_data custom_data; local
222 memset(&custom_data, 0, sizeof(custom_data));
227 custom_data.cmd = (unsigned int)cmd;
228 custom_data.arg = (unsigned long)&cache_inv_data;
235 if(ioctl(mem_info->main_ion_fd, ION_IOC_CUSTOM, &custom_data) < 0) {
    [all...]
  /device/google/marlin/camera/usbcamcore/src/
QualcommUsbCamera.cpp 1640 struct ion_custom_data custom_data; local
    [all...]
  /external/kernel-headers/original/uapi/linux/
input.h 375 * @custom_data: buffer of samples (FF_CUSTOM only)
381 * Note: the data pointed by custom_data is copied by the driver.
394 __s16 __user *custom_data; member in struct:ff_periodic_effect
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 213 struct ion_custom_data custom_data; local
223 memset(&custom_data, 0, sizeof(custom_data));
228 custom_data.cmd = (unsigned int)cmd;
229 custom_data.arg = (unsigned long)&cache_inv_data;
236 if(ioctl(mem_info->main_ion_fd, ION_IOC_CUSTOM, &custom_data) < 0) {
    [all...]
  /hardware/qcom/camera/msm8998/usbcamcore/src/
QualcommUsbCamera.cpp 1640 struct ion_custom_data custom_data; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
nlmconv.c 181 FILE *custom_data = NULL;
707 custom_data = fopen (custom_file, "r");
708 if (custom_data == NULL
709 || fstat (fileno (custom_data), &st) < 0)
902 if (fread (data, 1, custom_size, custom_data) != custom_size)
179 FILE *custom_data = NULL; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp 10577 struct ion_custom_data custom_data; local
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 11872 struct ion_custom_data custom_data; local
12364 struct ion_custom_data *custom_data = (struct ion_custom_data*) malloc(sizeof(*custom_data)); local
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 13075 struct ion_custom_data custom_data; local
13578 struct ion_custom_data *custom_data = (struct ion_custom_data*) malloc(sizeof(*custom_data)); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
input.h 1006 * @custom_data: buffer of samples (FF_CUSTOM only)
1012 * Note: the data pointed by custom_data is copied by the driver.
1025 __s16 *custom_data; member in struct:ff_periodic_effect

Completed in 2271 milliseconds