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

  /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);
  /hardware/qcom/display/sdm845/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 222 int ion_handle,
224 auto buffer = std::make_shared<Buffer>(hnd, ion_handle, ion_handle_meta);
230 int ion_handle = allocator_->ImportBuffer(hnd->fd); local
231 if (ion_handle < 0) {
244 RegisterHandleLocked(hnd, ion_handle, ion_handle_meta);
556 RegisterHandleLocked(hnd, data.ion_handle, e_data.ion_handle);
  /cts/hostsidetests/security/securityPatch/CVE-2017-0564/
poc.c 125 int ion_handle; variable
140 ion_free(ion_fd, ion_handle);
159 ion_free(ion_fd, ion_handle);
182 ret = ion_alloc(ion_fd, 0x1000, &ion_handle, ion_type[i]);
208 ret = ion_map(ion_fd, ion_handle);
215 ion_free(ion_fd,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...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3Mem.cpp 834 struct ion_handle_data ion_handle; local
835 memset(&ion_handle, 0, sizeof(ion_handle));
836 ion_handle.handle = mMemInfo[idx].handle;
837 if (ioctl(mMemInfo[idx].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) {
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3Mem.cpp 834 struct ion_handle_data ion_handle; local
835 memset(&ion_handle, 0, sizeof(ion_handle));
836 ion_handle.handle = mMemInfo[idx].handle;
837 if (ioctl(mMemInfo[idx].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...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraMem.cpp 1704 struct ion_handle_data ion_handle; local
1727 struct ion_handle_data ion_handle; local
1811 struct ion_handle_data ion_handle; local
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraMem.cpp 1700 struct ion_handle_data ion_handle; local
1723 struct ion_handle_data ion_handle; local
1807 struct ion_handle_data ion_handle; local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
QCameraHAL3Base.h 99 ion_user_handle_t ion_handle; member in struct:qcamera::__anon43751
  /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 875 milliseconds