Home
last modified time | relevance | path

Searched defs:handler (Results 1 – 25 of 64) sorted by relevance

123

/device/generic/goldfish/wifi/wifi_hal/
Dnetlink.cpp85 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
Dwifi_hal.cpp77 void wifi_cleanup(wifi_handle handle, wifi_cleaned_up_handler handler) { in wifi_cleanup()
149 wifi_stats_result_handler handler) { in wifi_get_link_stats()
168 wifi_alert_handler handler) { in wifi_set_alert_handler()
273 wifi_ring_buffer_data_handler handler) { in wifi_set_log_handler()
Dinterface.cpp93 wifi_stats_result_handler handler) { in getLinkStats()
291 wifi_stats_result_handler handler, in onLinkStatsReply()
/device/google/contexthub/firmware/os/inc/
DnanohubCommand.h28 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.10/Lib/xml/sax/
D__init__.py29 def parse(source, handler, errorHandler=ErrorHandler()): argument
35 def parseString(string, handler, errorHandler=ErrorHandler()): argument
Dxmlreader.py38 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.2/Lib/xml/sax/
D__init__.py29 def parse(source, handler, errorHandler=ErrorHandler()): argument
35 def parseString(string, handler, errorHandler=ErrorHandler()): argument
Dxmlreader.py38 def setContentHandler(self, handler): argument
46 def setDTDHandler(self, handler): argument
62 def setErrorHandler(self, handler): argument
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DwebRTC.cpp171 auto handler = in main() local
181 auto handler = std::make_shared<AdbWebSocketHandler>( in main() local
DDTLS.cpp67 std::shared_ptr<RTPSocketHandler> handler, in DTLS()
263 auto handler = mHandler.lock(); in queueOutputDataFromDTLS() local
303 auto handler = mHandler.lock(); in tryConnecting() local
/device/linaro/poplar/wifi/wifi_hal/
Dlink_layer_stats.cpp54 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()
Dgscan.cpp395 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 …]
Dwifi_logger.cpp497 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/linaro/bootloader/arm-trusted-firmware/bl31/
Dinterrupt_mgmt.c38 interrupt_type_handler_t handler; member
187 interrupt_type_handler_t handler, in register_interrupt_type_handler()
/device/google/cuttlefish/common/libs/fs/
Dtee.h38 TeeSubscriber handler; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dfpectlmodule.c112 static void fpe_reset(Sigfunc *handler) in fpe_reset()
/device/google/cuttlefish/host/frontend/gcastv2/https/
DClientSocket.cpp61 std::shared_ptr<WebSocketHandler> handler) { in setWebSocketHandler()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dsysctl.h162 #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/
Dfiptool.h50 int (*handler)(int, char **); member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DAParser.h297 #define zzmatch_wsig(_t,handler) \ argument
304 #define zzsetmatch_wsig(_ts, handler) \ argument
Dantlr.h518 #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/BaseTools/Source/C/VfrCompile/Pccts/h/
DAParser.h303 #define zzmatch_wsig(_t,handler) \ argument
310 #define zzsetmatch_wsig(_ts, handler) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcgitb.py310 handler = Hook().handle variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
DElementTree.py1216 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.10/Lib/xml/etree/
DElementTree.py1225 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

123