Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/websocket/
Dwebsocket_server.cpp283 auto handler = InstantiateDynHandler(path, wsi); in DynServerCallback() local
323 auto handler = dyn_handlers_[wsi].get(); in DynServerCallback() local
332 auto handler = dyn_handlers_[wsi].get(); in DynServerCallback() local
346 auto handler = dyn_handlers_[wsi].get(); in DynServerCallback() local
371 auto handler = InstantiateHandler(path, wsi); in ServerCallback() local
382 auto handler = handlers_[wsi]; in ServerCallback() local
390 auto handler = handlers_[wsi]; in ServerCallback() local
404 auto handler = handlers_[wsi]; in ServerCallback() local
/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.cpp100 wifi_stats_result_handler handler) { in getLinkStats()
314 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/google/cuttlefish/host/commands/modem_simulator/
Dmodem_service.cpp26 CommandHandler::CommandHandler(const std::string& command, f_func handler) in CommandHandler()
31 CommandHandler::CommandHandler(const std::string& command, p_func handler) in CommandHandler()
68 for (auto& handler : command_handlers_) { in HandleModemCommand() local
/device/linaro/poplar/wifi/wifi_hal/
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 …]
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()
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()
Drtt.cpp323 wifi_rtt_config rtt_config[], wifi_rtt_event_handler handler) in RttCommand()
631 unsigned num_rtt_config, wifi_rtt_config rtt_config[], wifi_rtt_event_handler handler) in wifi_rtt_range_request()
Dwifi_hal.cpp379 void wifi_cleanup(wifi_handle handle, wifi_cleaned_up_handler handler) in wifi_cleanup()
1315 wifi_rssi_event_handler handler; in wifi_stop_rssi_monitoring() local
/device/google/cuttlefish/tests/powerwash/src/com/android/cuttlefish/tests/
DPowerwashTest.java84 DeviceResetHandler handler = new DeviceResetHandler(getInvocationContext()); in testPowerwash() local
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DTransport.java68 Transport build(BluetoothDevice device, Runnable pendingRequest, Handler handler, in build()
78 protected Transport(BluetoothDevice device, Runnable pendingRequest, Handler handler, in Transport()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/pairing/
DBluetoothScanner.java88 private final Handler handler = new Handler(); field in BluetoothScanner.Receiver
/device/google/contexthub/firmware/os/cpu/cortexm4/
Dcpu.c244 SyscallFunc handler; in syscallHandler() local
/device/google/cuttlefish/host/frontend/webrtc_operator/
Dclient_handler.cpp191 std::string PollConnectionStore::Add(std::shared_ptr<PollConnectionHandler> handler) { in Add()
/device/google/contexthub/contexthubhal/test/
Dmain.cpp79 void setHandler(std::function<void(const hub_message_t &)> handler) { in setHandler()
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto4368 optional uint32 handler = 3; field