HomeSort by relevance Sort by last modified time
    Searched refs:handle_data (Results 1 - 20 of 20) sorted by null

  /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...]
  /hardware/qcom/display/libgralloc/
ionalloc.cpp 69 struct ion_handle_data handle_data; local
93 handle_data.handle = ionAllocData.handle;
98 ioctl(mIonFd, ION_IOC_FREE, &handle_data);
109 ioctl(mIonFd, ION_IOC_FREE, &handle_data);
120 ioctl(mIonFd, ION_IOC_FREE, &handle_data);
183 struct ion_handle_data handle_data; local
199 handle_data.handle = fd_data.handle;
225 ioctl(mIonFd, ION_IOC_FREE, &handle_data);
228 ioctl(mIonFd, ION_IOC_FREE, &handle_data);
  /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/qemu/hw/
usb.c 86 return s->handle_data(s, p);
129 return s->handle_data(s, p);
usb.h 170 int (*handle_data)(USBDevice *dev, USBPacket *p); member in struct:USBDevice
bt-hid.c 134 s->dataout.len = s->usbdev->handle_data(s->usbdev, &p);
157 s->datain.len = s->usbdev->handle_data(s->usbdev, &p);
usb-hid.c 859 s->dev.handle_data = usb_hid_handle_data;
880 s->dev.handle_data = usb_hid_handle_data;
901 s->dev.handle_data = usb_hid_handle_data;
usb-hub.c 539 s->dev.handle_data = usb_hub_handle_data;
usb-msd.c 563 s->dev.handle_data = usb_msd_handle_data;
  /hardware/qcom/keymaster/
keymaster_qcom.cpp 201 struct ion_handle_data handle_data; local
274 handle_data.handle = ion_alloc_data.handle;
277 iret = ioctl(ion_fd, ION_IOC_FREE, &handle_data);
294 struct ion_handle_data handle_data; local
303 handle_data.handle = handle->ion_alloc_handle.handle;
305 ret = ioctl(handle->ion_fd, ION_IOC_FREE, &handle_data);
  /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...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 1022 def handle_data(self, content): member in class:HTMLParserBuilder
1440 def handle_data(self, data): member in class:BeautifulStoneSoup
    [all...]
  /device/lge/mako/camera/
QCameraHWI.cpp 2296 struct ion_handle_data handle_data; local
2338 struct ion_handle_data handle_data; local
2353 struct ion_handle_data handle_data; local
2412 struct ion_handle_data handle_data; local
    [all...]
QualcommCameraHardware.cpp 3664 struct ion_handle_data handle_data; local
3704 struct ion_handle_data handle_data; local
    [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...]
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 113 static void handle_data(void *ctx, unsigned char *buf, size_t len) function
124 wpa_printf(MSG_MSGDUMP, "handle_data: too short (%lu)",
164 handle_data(eloop_ctx, buf, len);
driver_hostap.c 58 static void handle_data(struct hostap_driver_data *drv, u8 *buf, size_t len, function
200 handle_data(drv, buf, data_len, stype);
  /system/core/adb/
file_sync_client.c 472 goto handle_data;
483 handle_data:
  /external/regex-re2/lib/codereview/
codereview.py 2322 def handle_data(self, data): member in class:FormParser
    [all...]

Completed in 709 milliseconds