Searched defs:handleResponse (Results 1 - 16 of 16) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dlink_layer_stats.cpp70 virtual int handleResponse(WifiEvent& reply) { function in class:GetLinkStatsCommand
72 // ALOGI("In GetLinkStatsCommand::handleResponse");
H A Dwifi_offload.cpp175 virtual int handleResponse(WifiEvent& reply) { function in class:MKeepAliveCommand
176 ALOGD("In MKeepAliveCommand::handleResponse");
H A Dcpp_bindings.h301 virtual int handleResponse(WifiEvent& reply) { function in class:WifiCommand
H A Drtt.cpp139 virtual int handleResponse(WifiEvent& reply) { function in class:GetRttCapabilitiesCommand
141 ALOGD("In GetRttCapabilitiesCommand::handleResponse");
187 virtual int handleResponse(WifiEvent& reply) { function in class:GetRttResponderInfoCommand
189 ALOGD("In GetRttResponderInfoCommand::handleResponse");
238 virtual int handleResponse(WifiEvent& reply) { function in class:EnableResponderCommand
240 ALOGD("In EnableResponderCommand::handleResponse");
285 virtual int handleResponse(WifiEvent& reply) { function in class:CancelResponderCommand
502 virtual int handleResponse(WifiEvent& reply) { function in class:RttCommand
H A Dwifi_logger.cpp296 virtual int handleResponse(WifiEvent& reply) { function in class:DebugCommand
297 ALOGD("In DebugCommand::handleResponse");
630 virtual int handleResponse(WifiEvent& reply) { function in class:SetAlertHandler
631 ALOGD("In SetAlertHandler::handleResponse");
812 virtual int handleResponse(WifiEvent& reply) { function in class:MemoryDumpCommand
813 ALOGD("In MemoryDumpCommand::handleResponse");
1011 int handleResponse(WifiEvent& reply) { function in class:PacketFateCommand
1012 ALOGD("In GetPktFateCommand::handleResponse\n");
H A Dgscan.cpp196 virtual int handleResponse(WifiEvent& reply) { function in class:GetCapabilitiesCommand
198 ALOGV("In GetCapabilities::handleResponse");
262 virtual int handleResponse(WifiEvent& reply) { function in class:GetChannelListCommand
264 ALOGV("In GetChannelList::handleResponse");
439 virtual int handleResponse(WifiEvent& reply) { function in class:FullScanResultsCommand
647 virtual int handleResponse(WifiEvent& reply) { function in class:ScanCommand
889 virtual int handleResponse(WifiEvent& reply) { function in class:GetScanResultsCommand
890 ALOGV("In GetScanResultsCommand::handleResponse");
1125 virtual int handleResponse(WifiEvent& reply) { function in class:BssidHotlistCommand
1325 virtual int handleResponse(WifiEven function in class:ePNOCommand
1547 virtual int handleResponse(WifiEvent& reply) { function in class:SignificantWifiChangeCommand
1757 virtual int handleResponse(WifiEvent& reply) { function in class:AnqpoConfigureCommand
[all...]
H A Dwifi_hal.cpp570 virtual int handleResponse(WifiEvent& reply) { function in class:GetMulticastIdCommand
662 virtual int handleResponse(WifiEvent& reply) { function in class:SetPnoMacAddrOuiCommand
802 virtual int handleResponse(WifiEvent& reply) { function in class:SetRSSIMonitorCommand
934 int handleResponse(WifiEvent& reply) { function in class:AndroidPktFilterCommand
935 ALOGD("In SetAPFCommand::handleResponse");
1050 virtual int handleResponse(WifiEvent& reply) { function in class:GetFeatureSetCommand
1052 ALOGV("In GetFeatureSetCommand::handleResponse");
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dtdls.cpp183 int TdlsCommand::handleResponse(WifiEvent &reply) function in class:TdlsCommand
185 WifiVendorCommand::handleResponse(reply);
H A Difaceeventhandler.cpp220 int WifihalGeneric::handleResponse(WifiEvent &reply) function in class:WifihalGeneric
224 WifiVendorCommand::handleResponse(reply);
H A Dllstats.cpp901 int LLStatsCommand::handleResponse(WifiEvent &reply) function in class:LLStatsCommand
905 WifiVendorCommand::handleResponse(reply);
H A Dnan.cpp1134 int NanCommand::handleResponse(WifiEvent &reply){ function in class:NanCommand
H A Dcpp_bindings.cpp687 return cmd->handleResponse(reply);
754 int WifiVendorCommand::handleResponse(WifiEvent &reply) function in class:WifiVendorCommand
H A Dcpp_bindings.h348 virtual int handleResponse(WifiEvent& reply) { function in class:WifiCommand
460 virtual int handleResponse(WifiEvent &reply);
H A Dgscan.cpp1328 int GScanCommand::handleResponse(WifiEvent &reply) { function in class:GScanCommand
1333 WifiVendorCommand::handleResponse(reply);
H A Dwifi_hal.cpp964 virtual int handleResponse(WifiEvent& reply) { function in class:GetMulticastIdCommand
H A Dwifilogger.cpp985 int WifiLoggerCommand::handleResponse(WifiEvent &reply) { function in class:WifiLoggerCommand
990 WifiVendorCommand::handleResponse(reply);

Completed in 162 milliseconds