HomeSort by relevance Sort by last modified time
    Searched defs:handle_data (Results 76 - 80 of 80) sorted by null

1 2 34

  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 125 struct ion_handle_data handle_data; local
177 memset(&handle_data, 0, sizeof(handle_data));
178 handle_data.handle = ion_info_fd.handle;
179 ioctl(main_ion_fd, ION_IOC_FREE, &handle_data);
188 struct ion_handle_data handle_data; local
199 memset(&handle_data, 0, sizeof(handle_data));
200 handle_data.handle = buf->mem_info.handle;
201 ioctl(buf->mem_info.main_ion_fd, ION_IOC_FREE, &handle_data);
    [all...]
  /hardware/qcom/camera/msm8998/usbcamcore/src/
QualcommUsbCamera.cpp 2671 struct ion_handle_data handle_data; local
2734 struct ion_handle_data handle_data; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_elementtree.c 2035 PyObject* handle_data; member in struct:__anon4686
    [all...]
  /external/python/cpython2/Modules/
_elementtree.c 2028 PyObject* handle_data; member in struct:__anon32707
    [all...]
  /external/python/cpython3/Modules/
_elementtree.c 2731 PyObject *handle_data; member in struct:__anon33313
    [all...]

Completed in 378 milliseconds

1 2 34