Home | History | Annotate | Download | only in src

Lines Matching refs:ion_type

112 int mm_app_allocate_ion_memory(mm_camera_app_buf_t *buf, int ion_type)
133 alloc.heap_mask = ion_type;
286 int ion_type = 0x1 << CAMERA_ION_FALLBACK_HEAP_ID;
289 ion_type |= 0x1 << CAMERA_ION_HEAP_ID;
302 mm_app_allocate_ion_memory(&app_bufs[i], ion_type);