/device/generic/goldfish/wifi/wifi_hal/ |
D | netlink.cpp | 85 void Netlink::stop(StopHandler handler) { in stop() 136 StopHandler handler; in eventLoop() local 156 ReplyHandler handler) { in sendMessage() 254 auto handler = mHandlers.find(message.sequence()); in notifyHandler() local
|
D | wifi_hal.cpp | 80 void wifi_cleanup(wifi_handle handle, wifi_cleaned_up_handler handler) { in wifi_cleanup() 152 wifi_stats_result_handler handler) { in wifi_get_link_stats() 171 wifi_alert_handler handler) { in wifi_set_alert_handler() 276 wifi_ring_buffer_data_handler handler) { in wifi_set_log_handler()
|
D | interface.cpp | 90 wifi_stats_result_handler handler) { in getLinkStats() 261 wifi_stats_result_handler handler, in onLinkStatsReply()
|
/device/google/contexthub/firmware/os/inc/ |
D | nanohubCommand.h | 28 uint32_t (*handler)(void *, uint8_t, void *, uint64_t); member 39 void (*handler)(void *, uint8_t); member 46 void (*handler)(void *, uint8_t, uint32_t); member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/ |
D | __init__.py | 29 def parse(source, handler, errorHandler=ErrorHandler()): argument 35 def parseString(string, handler, errorHandler=ErrorHandler()): argument
|
D | xmlreader.py | 38 def setContentHandler(self, handler): argument 46 def setDTDHandler(self, handler): argument 62 def setErrorHandler(self, handler): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/ |
D | __init__.py | 29 def parse(source, handler, errorHandler=ErrorHandler()): argument 35 def parseString(string, handler, errorHandler=ErrorHandler()): argument
|
D | xmlreader.py | 38 def setContentHandler(self, handler): argument 46 def setDTDHandler(self, handler): argument 62 def setErrorHandler(self, handler): argument
|
/device/linaro/poplar/wifi/wifi_hal/ |
D | link_layer_stats.cpp | 54 GetLinkStatsCommand(wifi_interface_handle iface, wifi_stats_result_handler handler) in GetLinkStatsCommand() 120 wifi_interface_handle iface, wifi_stats_result_handler handler) in wifi_get_link_stats()
|
D | gscan.cpp | 395 wifi_scan_result_handler handler) in FullScanResultsCommand() 475 wifi_scan_result_handler handler) in ScanCommand() 698 wifi_scan_result_handler handler) in wifi_start_gscan() 726 wifi_scan_result_handler handler; in wifi_stop_gscan() local 744 wifi_scan_result_handler handler) in wifi_enable_full_scan_results() 770 wifi_scan_result_handler handler) in wifi_handle_full_scan_event() 817 wifi_scan_result_handler handler; in wifi_disable_full_scan_results() local 1015 wifi_bssid_hotlist_params params, wifi_hotlist_ap_found_handler handler) in BssidHotlistCommand() 1189 const wifi_epno_params *params, wifi_epno_handler handler) in ePNOCommand() 1382 wifi_bssid_hotlist_params params, wifi_hotlist_ap_found_handler handler) in wifi_set_bssid_hotlist() [all …]
|
D | wifi_logger.cpp | 497 SetLogHandler(wifi_interface_handle iface, int id, wifi_ring_buffer_data_handler handler) in SetLogHandler() 576 wifi_ring_buffer_data_handler handler) in wifi_set_log_handler() 603 wifi_ring_buffer_data_handler handler; in wifi_reset_log_handler() local 625 SetAlertHandler(wifi_interface_handle iface, int id, wifi_alert_handler handler) in SetAlertHandler() 759 wifi_alert_handler handler) in wifi_set_alert_handler() 786 wifi_alert_handler handler; in wifi_reset_alert_handler() local 807 MemoryDumpCommand(wifi_interface_handle iface, wifi_firmware_memory_dump_handler handler) in MemoryDumpCommand() 907 wifi_firmware_memory_dump_handler handler) in wifi_get_firmware_memory_dump()
|
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg_interface.c | 64 uint32_t handler = 0; in mm_jpeg_util_generate_handler() local 88 uint8_t mm_jpeg_util_get_index_by_handler(uint32_t handler) in mm_jpeg_util_get_index_by_handler()
|
/device/linaro/bootloader/arm-trusted-firmware/bl31/ |
D | interrupt_mgmt.c | 38 interrupt_type_handler_t handler; member 187 interrupt_type_handler_t handler, in register_interrupt_type_handler()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | fpectlmodule.c | 112 static void fpe_reset(Sigfunc *handler) in fpe_reset()
|
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_thread.c | 410 uint32_t handler, in mm_camera_poll_thread_add_poll_fd() 459 uint32_t handler, in mm_camera_poll_thread_del_poll_fd()
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | sysctl.h | 162 #define SYSCTL_OID(parent, nbr, name, kind, a1, a2, handler, fmt, descr) \ argument 168 #define SYSCTL_NODE(parent, nbr, name, access, handler, descr) \ argument 174 #define SYSCTL_OID(parent, nbr, name, kind, a1, a2, handler, fmt, descr) argument 175 #define SYSCTL_NODE(parent, nbr, name, access, handler, descr) argument 205 #define SYSCTL_PROC(parent, nbr, name, access, ptr, arg, handler, fmt, descr) \ argument
|
/device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/ |
D | fiptool.h | 50 int (*handler)(int, char **); member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
D | AParser.h | 297 #define zzmatch_wsig(_t,handler) \ argument 304 #define zzsetmatch_wsig(_ts, handler) \ argument
|
D | antlr.h | 518 #define zzsetmatch_wsig(_es, handler) \ argument 521 #define zzsetmatch_wsig(_es, handler) \ argument 537 #define zzmatch_wsig(_t,handler) \ argument 540 #define zzmatch_wsig(_t,handler) \ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | cgitb.py | 310 handler = Hook().handle variable
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
D | AParser.h | 303 #define zzmatch_wsig(_t,handler) \ argument 310 #define zzsetmatch_wsig(_ts, handler) \ argument
|
D | antlr.h | 530 #define zzsetmatch_wsig(_es, handler) \ argument 533 #define zzsetmatch_wsig(_es, handler) \ argument 549 #define zzmatch_wsig(_t,handler) \ argument 552 #define zzmatch_wsig(_t,handler) \ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/ |
D | ElementTree.py | 1225 def handler(tag, attrib_in, event=event, append=append, function 1230 def handler(tag, attrib_in, event=event, append=append, function 1235 def handler(tag, event=event, append=append, function 1240 def handler(prefix, uri, event=event, append=append): function 1248 def handler(prefix, event=event, append=append): function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/ |
D | ElementTree.py | 1216 def handler(tag, attrib_in, event=event, append=append, function 1221 def handler(tag, attrib_in, event=event, append=append, function 1226 def handler(tag, event=event, append=append, function 1231 def handler(prefix, uri, event=event, append=append): function 1239 def handler(prefix, event=event, append=append): function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_wsgiref.py | 425 def checkEnvironAttrs(self, handler): argument 434 def checkOSEnviron(self,handler): argument
|