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

  /cts/hostsidetests/security/securityPatch/CVE-2017-0564/
poc.c 56 static unsigned int ion_type[] = { variable
68 int ion_alloc(int fd, int len, int *hdl, unsigned int ion_type)
74 .heap_id_mask = ion_type,
181 for (i=0; i < sizeof(ion_type)/sizeof(ion_type[0]); i++) {
182 ret = ion_alloc(ion_fd, 0x1000, &ion_handle, ion_type[i]);
188 if (i == sizeof(ion_type)/sizeof(ion_type[0])) {
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 121 __unused unsigned int ion_type)
299 unsigned int ion_type = 0x1 << CAMERA_ION_FALLBACK_HEAP_ID; local
302 ion_type |= 0x1 << CAMERA_ION_HEAP_ID;
315 mm_app_allocate_ion_memory(&app_bufs[i], ion_type);
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 112 int mm_app_allocate_ion_memory(mm_camera_app_buf_t *buf, unsigned int ion_type)
133 alloc.heap_id_mask = ion_type;
290 unsigned int ion_type = 0x1 << CAMERA_ION_FALLBACK_HEAP_ID; local
293 ion_type |= 0x1 << CAMERA_ION_HEAP_ID;
306 mm_app_allocate_ion_memory(&app_bufs[i], ion_type);
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 112 int mm_app_allocate_ion_memory(mm_camera_app_buf_t *buf, unsigned int ion_type)
133 alloc.heap_id_mask = ion_type;
290 unsigned int ion_type = 0x1 << CAMERA_ION_FALLBACK_HEAP_ID; local
293 ion_type |= 0x1 << CAMERA_ION_HEAP_ID;
306 mm_app_allocate_ion_memory(&app_bufs[i], ion_type);
    [all...]

Completed in 290 milliseconds