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

12

  /hardware/qcom/camera/QCamera2/HAL/
QCameraMem.cpp 446 struct ion_handle_data handle_data; local
500 memset(&handle_data, 0, sizeof(handle_data));
501 handle_data.handle = ion_info_fd.handle;
502 ioctl(main_ion_fd, ION_IOC_FREE, &handle_data);
521 struct ion_handle_data handle_data; local
529 memset(&handle_data, 0, sizeof(handle_data));
530 handle_data.handle = memInfo.handle;
531 ioctl(memInfo.main_ion_fd, ION_IOC_FREE, &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.
  /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.
  /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);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
htmllib.py 63 def handle_data(self, data): member in class:HTMLParser
123 self.handle_data("[%d]" % len(self.anchorlist))
132 handle_data() method.
135 self.handle_data(alt)
xmllib.py 88 # parser by calling self.handle_data() with some data as argument (the
251 self.handle_data(data)
269 self.handle_data(data)
277 self.handle_data(data)
296 self.handle_data(data)
336 self.handle_data(data)
355 self.handle_data(data)
389 self.handle_data(data)
396 self.handle_data(rawdata[i])
412 self.handle_data(data
778 def handle_data(self, data): member in class:XMLParser
819 def handle_data(self, data): member in class:TestXMLParser
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
htmllib.py 63 def handle_data(self, data): member in class:HTMLParser
123 self.handle_data("[%d]" % len(self.anchorlist))
132 handle_data() method.
135 self.handle_data(alt)
xmllib.py 88 # parser by calling self.handle_data() with some data as argument (the
251 self.handle_data(data)
269 self.handle_data(data)
277 self.handle_data(data)
296 self.handle_data(data)
336 self.handle_data(data)
355 self.handle_data(data)
389 self.handle_data(data)
396 self.handle_data(rawdata[i])
412 self.handle_data(data
778 def handle_data(self, data): member in class:XMLParser
819 def handle_data(self, data): member in class:TestXMLParser
    [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...]
  /hardware/qcom/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-trace/trace-viewer/tracing/third_party/tvcm/third_party/beautifulsoup/
BeautifulSoup.py 1370 def handle_data(self, data): member in class:BeautifulStoneSoup
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 2322 def handle_data(self, data): member in class:FormParser
    [all...]

Completed in 2363 milliseconds

12