Home
last modified time | relevance | path

Searched defs:handle_data (Results 1 – 19 of 19) sorted by relevance

/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3Mem.cpp301 struct ion_handle_data handle_data; in allocOneBuffer() local
362 struct ion_handle_data handle_data; in deallocOneBuffer() local
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3Mem.cpp301 struct ion_handle_data handle_data; in allocOneBuffer() local
362 struct ion_handle_data handle_data; in deallocOneBuffer() local
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Mem.cpp307 struct ion_handle_data handle_data; in allocOneBuffer() local
364 struct ion_handle_data handle_data; in deallocOneBuffer() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsgmllib.py439 def handle_data(self, data): member in SGMLParser
467 def handle_data(self, data): member in TestSGMLParser
DHTMLParser.py345 def handle_data(self, data): member in HTMLParser
Dxmllib.py778 def handle_data(self, data): member in XMLParser
819 def handle_data(self, data): member in TestXMLParser
Dhtmllib.py63 def handle_data(self, data): member in HTMLParser
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dxmllib.py778 def handle_data(self, data): member in XMLParser
819 def handle_data(self, data): member in TestXMLParser
DHTMLParser.py427 def handle_data(self, data): member in HTMLParser
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_htmlparser.py50 def handle_data(self, data): member in EventCollector
Dtest_sgmllib.py46 def handle_data(self, data): member in EventCollector
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraMem.cpp470 struct ion_handle_data handle_data; in allocOneBuffer() local
545 struct ion_handle_data handle_data; in deallocOneBuffer() local
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraMem.cpp470 struct ion_handle_data handle_data; in allocOneBuffer() local
545 struct ion_handle_data handle_data; in deallocOneBuffer() local
/device/google/marlin/camera/QCamera2/HAL/
DQCameraMem.cpp464 struct ion_handle_data handle_data; in allocOneBuffer() local
539 struct ion_handle_data handle_data; in deallocOneBuffer() local
/device/google/marlin/camera/usbcamcore/src/
DQualcommUsbCamera.cpp2671 struct ion_handle_data handle_data; in allocate_ion_memory() local
2734 struct ion_handle_data handle_data; in deallocate_ion_memory() local
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_app.c115 struct ion_handle_data handle_data; in mm_app_allocate_ion_memory() local
178 struct ion_handle_data handle_data; in mm_app_deallocate_ion_memory() local
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_app.c115 struct ion_handle_data handle_data; in mm_app_allocate_ion_memory() local
178 struct ion_handle_data handle_data; in mm_app_deallocate_ion_memory() local
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_app.c124 struct ion_handle_data handle_data; in mm_app_allocate_ion_memory() local
187 struct ion_handle_data handle_data; in mm_app_deallocate_ion_memory() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_elementtree.c2035 PyObject* handle_data; member