Home
last modified time | relevance | path

Searched refs:handleResponse (Results 1 – 23 of 23) 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.h110 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
Dwifilogger.cpp1011 int WifiLoggerCommand::handleResponse(WifiEvent &reply) { in handleResponse() function in WifiLoggerCommand
1016 WifiVendorCommand::handleResponse(reply); in handleResponse()
Dllstats.cpp918 int LLStatsCommand::handleResponse(WifiEvent &reply) in handleResponse() function in LLStatsCommand
922 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
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Drtt.cpp162 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in GetRttCapabilitiesCommand
210 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in GetRttResponderInfoCommand
261 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in EnableResponderCommand
308 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in CancelResponderCommand
536 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in RttCommand
Dgscan.cpp223 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in GetCapabilitiesCommand
298 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in GetChannelListCommand
433 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in FullScanResultsCommand
647 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in ScanCommand
886 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in GetScanResultsCommand
1125 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in BssidHotlistCommand
1329 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in ePNOCommand
1552 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in SignificantWifiChangeCommand
1723 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in BssidBlacklistCommand
1814 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in FirmwareRoamingStateCommand
[all …]
Dlink_layer_stats.cpp87 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in GetLinkStatsCommand
Dwifi_hal.cpp875 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in GetMulticastIdCommand
970 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in SetPnoMacAddrOuiCommand
1138 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in SetRSSIMonitorCommand
1297 int handleResponse(WifiEvent& reply) { in handleResponse() function in AndroidPktFilterCommand
1424 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in GetFeatureSetCommand
1928 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in TxPowerScenario
2014 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in ThermalMitigation
2116 int handleResponse(WifiEvent& reply) { in handleResponse() function in ChAvoidCommand
2249 int handleResponse(WifiEvent& reply) { in handleResponse() function in DscpCommand
2422 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in VirtualIfaceConfig
[all …]
Dwifi_logger.cpp458 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in DebugCommand
845 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in SetAlertHandler
1001 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in SetRestartHandler
1075 int handleResponse(WifiEvent& reply) { in handleResponse() function in SubSystemRestart
1158 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in HalInit
1375 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in MemoryDumpCommand
1578 int handleResponse(WifiEvent& reply) { in handleResponse() function in PacketFateCommand
1671 int handleResponse(WifiEvent& reply) { in handleResponse() function in GetWakeReasonCountCommand
1894 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in OtaUpdateCommand
Dwifi_offload.cpp208 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in MKeepAliveCommand
Dcpp_bindings.cpp716 return cmd->handleResponse(reply); in response_handler()