HomeSort by relevance Sort by last modified time
    Searched defs:handle_data (Results 1 - 25 of 27) sorted by null

1 2

  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_helper.c 110 struct ion_handle_data handle_data; local
143 handle_data.handle = ion_info_fd->handle;
144 ioctl(ion_fd, ION_IOC_FREE, &handle_data);
156 struct ion_handle_data handle_data; local
157 handle_data.handle = ion_info_fd->handle;
158 ioctl(ion_fd, ION_IOC_FREE, &handle_data);
262 struct ion_handle_data handle_data; local
296 handle_data.handle = ion_info_fd->handle;
297 ioctl(ion_fd, ION_IOC_FREE, &handle_data);
314 struct ion_handle_data handle_data; local
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_helper.c 110 struct ion_handle_data handle_data; local
143 handle_data.handle = ion_info_fd->handle;
144 ioctl(ion_fd, ION_IOC_FREE, &handle_data);
156 struct ion_handle_data handle_data; local
157 handle_data.handle = ion_info_fd->handle;
158 ioctl(ion_fd, ION_IOC_FREE, &handle_data);
280 struct ion_handle_data handle_data; local
313 handle_data.handle = ion_info_fd->handle;
314 ioctl(ion_fd, ION_IOC_FREE, &handle_data);
331 struct ion_handle_data handle_data; local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
converter_html_parser.py 39 def handle_data(self, data): member in class:_ConverterHTMLParser
document_parser.py 181 def handle_data(self, data): member in class:_DocumentParser
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
htmlutil.py 57 def handle_data(self, data): member in class:ScriptExtractor
166 def handle_data(self, d): member in class:_HtmlStripper
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
htmlutil.py 57 def handle_data(self, data): member in class:ScriptExtractor
166 def handle_data(self, d): member in class:_HtmlStripper
  /external/chromium_org/third_party/skia/tools/
compare_codereview.py 108 def handle_data(self, data): member in class:CodeReviewHTMLParser
237 def handle_data(self, data): member in class:BuilderHTMLParser
  /external/chromium_org/tools/telemetry/telemetry/web_components/
web_component.py 109 def handle_data(self, data): member in class:WebComponent.ReadDataObjectFromWebComponentFile.MyHTMLParser
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_converter.py 177 def handle_data(self, data): member in class:_W3CTestConverter
  /device/asus/flo/camera/QCamera2/HAL/
QCameraMem.cpp 298 struct ion_handle_data handle_data; local
339 memset(&handle_data, 0, sizeof(handle_data));
340 handle_data.handle = ion_info_fd.handle;
341 ioctl(main_ion_fd, ION_IOC_FREE, &handle_data);
360 struct ion_handle_data handle_data; local
368 memset(&handle_data, 0, sizeof(handle_data));
369 handle_data.handle = memInfo.handle;
370 ioctl(memInfo.main_ion_fd, ION_IOC_FREE, &handle_data);
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Mem.cpp 318 struct ion_handle_data handle_data; local
358 memset(&handle_data, 0, sizeof(handle_data));
359 handle_data.handle = ion_info_fd.handle;
360 ioctl(main_ion_fd, ION_IOC_FREE, &handle_data);
379 struct ion_handle_data handle_data; local
387 memset(&handle_data, 0, sizeof(handle_data));
388 handle_data.handle = memInfo.handle;
389 ioctl(memInfo.main_ion_fd, ION_IOC_FREE, &handle_data);
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 114 struct ion_handle_data handle_data; local
166 memset(&handle_data, 0, sizeof(handle_data));
167 handle_data.handle = ion_info_fd.handle;
168 ioctl(main_ion_fd, ION_IOC_FREE, &handle_data);
177 struct ion_handle_data handle_data; local
188 memset(&handle_data, 0, sizeof(handle_data));
189 handle_data.handle = buf->mem_info.handle;
190 ioctl(buf->mem_info.main_ion_fd, ION_IOC_FREE, &handle_data);
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraMem.cpp 298 struct ion_handle_data handle_data; local
339 memset(&handle_data, 0, sizeof(handle_data));
340 handle_data.handle = ion_info_fd.handle;
341 ioctl(main_ion_fd, ION_IOC_FREE, &handle_data);
360 struct ion_handle_data handle_data; local
368 memset(&handle_data, 0, sizeof(handle_data));
369 handle_data.handle = memInfo.handle;
370 ioctl(memInfo.main_ion_fd, ION_IOC_FREE, &handle_data);
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Mem.cpp 323 struct ion_handle_data handle_data; local
363 memset(&handle_data, 0, sizeof(handle_data));
364 handle_data.handle = ion_info_fd.handle;
365 ioctl(main_ion_fd, ION_IOC_FREE, &handle_data);
384 struct ion_handle_data handle_data; local
392 memset(&handle_data, 0, sizeof(handle_data));
393 handle_data.handle = memInfo.handle;
394 ioctl(memInfo.main_ion_fd, ION_IOC_FREE, &handle_data);
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 114 struct ion_handle_data handle_data; local
166 memset(&handle_data, 0, sizeof(handle_data));
167 handle_data.handle = ion_info_fd.handle;
168 ioctl(main_ion_fd, ION_IOC_FREE, &handle_data);
177 struct ion_handle_data handle_data; local
188 memset(&handle_data, 0, sizeof(handle_data));
189 handle_data.handle = buf->mem_info.handle;
190 ioctl(buf->mem_info.main_ion_fd, ION_IOC_FREE, &handle_data);
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_preview.c 53 struct ion_handle_data handle_data; local
86 handle_data.handle = ion_info_fd->handle;
87 ioctl(ion_fd, ION_IOC_FREE, &handle_data);
104 struct ion_handle_data handle_data; local
105 handle_data.handle = ion_info_fd->handle;
106 ioctl(ion_fd, ION_IOC_FREE, &handle_data);
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraMem.cpp 330 struct ion_handle_data handle_data; local
384 memset(&handle_data, 0, sizeof(handle_data));
385 handle_data.handle = ion_info_fd.handle;
386 ioctl(main_ion_fd, ION_IOC_FREE, &handle_data);
405 struct ion_handle_data handle_data; local
413 memset(&handle_data, 0, sizeof(handle_data));
414 handle_data.handle = memInfo.handle;
415 ioctl(memInfo.main_ion_fd, ION_IOC_FREE, &handle_data);
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Mem.cpp 324 struct ion_handle_data handle_data; local
364 memset(&handle_data, 0, sizeof(handle_data));
365 handle_data.handle = ion_info_fd.handle;
366 ioctl(main_ion_fd, ION_IOC_FREE, &handle_data);
385 struct ion_handle_data handle_data; local
393 memset(&handle_data, 0, sizeof(handle_data));
394 handle_data.handle = memInfo.handle;
395 ioctl(memInfo.main_ion_fd, ION_IOC_FREE, &handle_data);
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_preview.c 67 struct ion_handle_data handle_data; local
100 handle_data.handle = ion_info_fd->handle;
101 ioctl(ion_fd, ION_IOC_FREE, &handle_data);
118 struct ion_handle_data handle_data; local
119 handle_data.handle = ion_info_fd->handle;
120 ioctl(ion_fd, ION_IOC_FREE, &handle_data);
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 2162 struct ion_handle_data handle_data; local
2205 struct ion_handle_data handle_data; local
2220 struct ion_handle_data handle_data; local
2278 struct ion_handle_data handle_data; local
    [all...]
  /device/lge/mako/camera/
QCameraHWI.cpp 2339 struct ion_handle_data handle_data; local
2381 struct ion_handle_data handle_data; local
2396 struct ion_handle_data handle_data; local
2455 struct ion_handle_data handle_data; local
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QualcommUsbCamera.cpp 2671 struct ion_handle_data handle_data; local
2734 struct ion_handle_data handle_data; local
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 115 struct ion_handle_data handle_data; local
167 memset(&handle_data, 0, sizeof(handle_data));
168 handle_data.handle = ion_info_fd.handle;
169 ioctl(main_ion_fd, ION_IOC_FREE, &handle_data);
178 struct ion_handle_data handle_data; local
189 memset(&handle_data, 0, sizeof(handle_data));
190 handle_data.handle = buf->mem_info.handle;
191 ioctl(buf->mem_info.main_ion_fd, ION_IOC_FREE, &handle_data);
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 2854 struct ion_handle_data handle_data; local
2904 struct ion_handle_data handle_data; local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 1370 def handle_data(self, data): member in class:BeautifulStoneSoup
    [all...]

Completed in 794 milliseconds

1 2