Home
last modified time | relevance | path

Searched refs:handleResponse (Results 1 – 25 of 25) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifihal_vendorcommand.h62 virtual int handleResponse(WifiEvent &reply);
DtdlsCommand.h97 virtual int handleResponse(WifiEvent &reply);
Dllstatscommand.h107 virtual int handleResponse(WifiEvent &reply);
Dwifiloggercmd.h99 virtual int handleResponse(WifiEvent &reply);
Difaceeventhandler.h103 virtual int handleResponse(WifiEvent &reply);
Dwifihal_vendor.cpp111 int NUDStatsCommand::handleResponse(WifiEvent &reply) in handleResponse() function in NUDStatsCommand
114 WifiVendorCommand::handleResponse(reply); in handleResponse()
Dgscancommand.h119 virtual int handleResponse(WifiEvent &reply);
Dnancommand.h116 virtual int handleResponse(WifiEvent &reply);
Dtdls.cpp183 int TdlsCommand::handleResponse(WifiEvent &reply) in handleResponse() function in TdlsCommand
185 WifiVendorCommand::handleResponse(reply); in handleResponse()
Dcpp_bindings.h368 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function
482 virtual int handleResponse(WifiEvent &reply);
Difaceeventhandler.cpp225 int WifihalGeneric::handleResponse(WifiEvent &reply) in handleResponse() function in WifihalGeneric
229 WifiVendorCommand::handleResponse(reply); in handleResponse()
Dcpp_bindings.cpp690 return cmd->handleResponse(reply); in response_handler()
757 int WifiVendorCommand::handleResponse(WifiEvent &reply) in handleResponse() function in WifiVendorCommand
Dllstats.cpp902 int LLStatsCommand::handleResponse(WifiEvent &reply) in handleResponse() function in LLStatsCommand
906 WifiVendorCommand::handleResponse(reply); in handleResponse()
Dwifilogger.cpp1011 int WifiLoggerCommand::handleResponse(WifiEvent &reply) { in handleResponse() function in WifiLoggerCommand
1016 WifiVendorCommand::handleResponse(reply); in handleResponse()
Dgscan.cpp1209 int GScanCommand::handleResponse(WifiEvent &reply) in handleResponse() function in GScanCommand
1215 WifiVendorCommand::handleResponse(reply); in handleResponse()
Dnan.cpp1143 int NanCommand::handleResponse(WifiEvent &reply){ in handleResponse() function in NanCommand
Dwifi_hal.cpp1688 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in GetMulticastIdCommand
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Drtt.cpp157 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in GetRttCapabilitiesCommand
205 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in GetRttResponderInfoCommand
256 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in EnableResponderCommand
303 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in CancelResponderCommand
520 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in RttCommand
Dgscan.cpp213 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in GetCapabilitiesCommand
279 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in GetChannelListCommand
456 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in FullScanResultsCommand
664 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in ScanCommand
906 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in GetScanResultsCommand
1142 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in BssidHotlistCommand
1346 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in ePNOCommand
1568 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in SignificantWifiChangeCommand
1778 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in AnqpoConfigureCommand
Dlink_layer_stats.cpp87 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in GetLinkStatsCommand
Dwifi_hal.cpp618 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in GetMulticastIdCommand
710 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in SetPnoMacAddrOuiCommand
850 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in SetRSSIMonitorCommand
982 int handleResponse(WifiEvent& reply) { in handleResponse() function in AndroidPktFilterCommand
1098 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in GetFeatureSetCommand
Dwifi_offload.cpp191 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in MKeepAliveCommand
Dwifi_logger.cpp312 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in DebugCommand
646 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in SetAlertHandler
828 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in MemoryDumpCommand
1027 int handleResponse(WifiEvent& reply) { in handleResponse() function in PacketFateCommand
Dcpp_bindings.h318 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function
Dcpp_bindings.cpp703 return cmd->handleResponse(reply); in response_handler()