| /device/google/cuttlefish/host/libs/websocket/ |
| D | websocket_server.cpp | 283 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/ |
| 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 | 77 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()
|
| D | interface.cpp | 95 wifi_stats_result_handler handler) { in getLinkStats() 292 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/google/cuttlefish/host/commands/modem_simulator/ |
| D | modem_service.cpp | 51 CommandHandler::CommandHandler(const std::string& command, f_func handler) in CommandHandler() 56 CommandHandler::CommandHandler(const std::string& command, p_func handler) in CommandHandler() 93 for (auto& handler : command_handlers_) { in HandleModemCommand() local
|
| /device/linaro/poplar/wifi/wifi_hal/ |
| 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 | 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 | 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()
|
| D | rtt.cpp | 323 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()
|
| D | wifi_hal.cpp | 379 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/host/commands/cvd/ |
| D | command_sequence.cpp | 108 auto handler = CF_EXPECT(RequestHandler(request, server_handlers_)); in Execute() local 133 for (const auto& handler : server_handlers_) { in CmdList() local
|
| D | server.h | 88 CvdServerHandler* handler; member
|
| D | server.cc | 254 for (auto& handler : handlers) { in RequestHandler() local
|
| /device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/ |
| D | EglOsApi_glx.cpp | 377 X11ErrorHandler handler(mDisplay); in isValidNativeWin() local 419 X11ErrorHandler handler(mDisplay); in createContext() local 538 X11ErrorHandler handler(mDisplay); in makeCurrent() local 586 X11ErrorHandler handler(mDisplay); in queryCoreProfileSupport() local
|
| /device/google/cuttlefish/tests/powerwash/src/com/android/cuttlefish/tests/ |
| D | PowerwashTest.java | 87 DeviceResetHandler handler = new DeviceResetHandler(getInvocationContext()); in testPowerwash() local
|
| /device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/ |
| D | Transport.java | 68 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/ |
| D | BluetoothScanner.java | 88 private final Handler handler = new Handler(); field in BluetoothScanner.Receiver
|
| /device/google/contexthub/firmware/os/cpu/cortexm4/ |
| D | cpu.c | 244 SyscallFunc handler; in syscallHandler() local
|
| /device/google/cuttlefish/host/frontend/webrtc_operator/ |
| D | client_handler.cpp | 191 std::string PollConnectionStore::Add(std::shared_ptr<PollConnectionHandler> handler) { in Add()
|
| /device/google/contexthub/contexthubhal/test/ |
| D | main.cpp | 79 void setHandler(std::function<void(const hub_message_t &)> handler) { in setHandler()
|
| /device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/ |
| D | Xlibint.h | 721 Bool (*handler)( member 742 #define DeqAsyncHandler(dpy,handler) { \ argument
|
| /device/google/trout/tools/tracing/proto/ |
| D | perfetto_trace.proto | 4368 optional uint32 handler = 3; field
|
| /device/generic/goldfish-opengl/system/profiler/ |
| D | perfetto.cpp | 99 void InstallCtrCHandler(CtrlCHandlerFunction handler) { in InstallCtrCHandler()
|