HomeSort by relevance Sort by last modified time
    Searched full:handle_data (Results 26 - 48 of 48) sorted by null

12

  /external/qemu/hw/
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.h 170 int (*handle_data)(USBDevice *dev, USBPacket *p); member in struct:USBDevice
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;
  /external/chromium_org/chrome/common/extensions/docs/server2/
document_parser.py 181 def handle_data(self, data): member in class:_DocumentParser
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_converter.py 171 def handle_data(self, data): member in class:_W3CTestConverter
  /device/lge/mako/camera/
QCameraHWI.cpp 2337 struct ion_handle_data handle_data; local
2379 struct ion_handle_data handle_data; local
2394 struct ion_handle_data handle_data; local
2453 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/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...]
  /hardware/qcom/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...]
  /external/chromium_org/sync/notifier/
sync_invalidation_listener_unittest.cc 49 return lhs.handle_data() < rhs.handle_data();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_htmlparser.py 50 def handle_data(self, data): member in class:EventCollector
368 # make sure that HTMLParser calls handle_data only once for each CDATA.
test_sgmllib.py 46 def handle_data(self, data): member in class:EventCollector
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_htmlparser.py 50 def handle_data(self, data): member in class:EventCollector
368 # make sure that HTMLParser calls handle_data only once for each CDATA.
test_sgmllib.py 46 def handle_data(self, data): member in class:EventCollector
  /system/core/adb/
file_sync_client.c 472 goto handle_data;
483 handle_data:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 1370 def handle_data(self, data): member in class:BeautifulStoneSoup
    [all...]
  /external/wpa_supplicant_8/src/drivers/
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);
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py 2322 def handle_data(self, data): member in class:FormParser
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 2322 def handle_data(self, data): member in class:FormParser
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py 572 self.handle_data = target.data
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmlrpclib.py 572 self.handle_data = target.data
    [all...]

Completed in 590 milliseconds

12