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

  /hardware/qcom/display/msm8909/gralloc/
gr_ion_alloc.h 48 int ion_handle = -1; member in struct:gralloc1::AllocData
67 int FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, int ion_handle);
gr_buf_mgr.cpp 223 int ion_handle,
225 auto buffer = std::make_shared<Buffer>(hnd, ion_handle, ion_handle_meta);
231 int ion_handle = allocator_->ImportBuffer(hnd->fd); local
232 if (ion_handle < 0) {
245 RegisterHandleLocked(hnd, ion_handle, ion_handle_meta);
537 RegisterHandleLocked(hnd, data.ion_handle, e_data.ion_handle);
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_ion_alloc.h 48 int ion_handle = -1; member in struct:gralloc1::AllocData
67 int FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, int ion_handle);
gr_buf_mgr.cpp 217 int ion_handle,
219 auto buffer = std::make_shared<Buffer>(hnd, ion_handle, ion_handle_meta);
225 int ion_handle = allocator_->ImportBuffer(hnd->fd); local
226 if (ion_handle < 0) {
239 RegisterHandleLocked(hnd, ion_handle, ion_handle_meta);
534 RegisterHandleLocked(hnd, data.ion_handle, e_data.ion_handle);
    [all...]
  /hardware/qcom/display/msm8996/libgralloc1/
gr_ion_alloc.h 48 int ion_handle = -1; member in struct:gralloc1::AllocData
67 int FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, int ion_handle);
gr_buf_mgr.cpp 214 int ion_handle,
216 auto buffer = std::make_shared<Buffer>(hnd, ion_handle, ion_handle_meta);
222 int ion_handle = allocator_->ImportBuffer(hnd->fd); local
223 if (ion_handle < 0) {
236 RegisterHandleLocked(hnd, ion_handle, ion_handle_meta);
542 RegisterHandleLocked(hnd, data.ion_handle, e_data.ion_handle);
  /hardware/qcom/display/msm8998/libgralloc1/
gr_ion_alloc.h 48 int ion_handle = -1; member in struct:gralloc1::AllocData
67 int FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, int ion_handle);
gr_buf_mgr.cpp 221 int ion_handle,
223 auto buffer = std::make_shared<Buffer>(hnd, ion_handle, ion_handle_meta);
229 int ion_handle = allocator_->ImportBuffer(hnd->fd); local
230 if (ion_handle < 0) {
243 RegisterHandleLocked(hnd, ion_handle, ion_handle_meta);
530 RegisterHandleLocked(hnd, data.ion_handle, e_data.ion_handle);
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Mem.cpp 870 struct ion_handle_data ion_handle; local
871 memset(&ion_handle, 0, sizeof(ion_handle));
872 ion_handle.handle = mMemInfo[idx].handle;
873 if (ioctl(main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) {
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3Mem.cpp 865 struct ion_handle_data ion_handle; local
866 memset(&ion_handle, 0, sizeof(ion_handle));
867 ion_handle.handle = mMemInfo[idx].handle;
868 if (ioctl(main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) {
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
QCameraHAL3Base.h 99 ion_user_handle_t ion_handle; member in struct:qcamera::__anon48868
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMem.cpp 2137 struct ion_handle_data ion_handle; local
2164 struct ion_handle_data ion_handle; local
2187 struct ion_handle_data ion_handle; local
2273 struct ion_handle_data ion_handle; local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMem.cpp 2304 struct ion_handle_data ion_handle; local
2331 struct ion_handle_data ion_handle; local
2354 struct ion_handle_data ion_handle; local
2447 struct ion_handle_data ion_handle; local
    [all...]
  /device/google/marlin/camera/usbcamcore/src/
QualcommUsbCamera.cpp 1010 struct ion_handle_data ion_handle; local
    [all...]
  /hardware/qcom/camera/msm8998/usbcamcore/src/
QualcommUsbCamera.cpp 1010 struct ion_handle_data ion_handle; local
    [all...]

Completed in 416 milliseconds