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.cpp173 virtual int handleResponse(WifiEvent& reply) { function in class:MKeepAliveCommand
174 ALOGD("In MKeepAliveCommand::handleResponse");
H A Dcpp_bindings.h301 virtual int handleResponse(WifiEvent& reply) { function in class:WifiCommand
H A Drtt.cpp138 virtual int handleResponse(WifiEvent& reply) { function in class:GetRttCapabilitiesCommand
140 ALOGD("In GetRttCapabilitiesCommand::handleResponse");
186 virtual int handleResponse(WifiEvent& reply) { function in class:GetRttResponderInfoCommand
188 ALOGD("In GetRttResponderInfoCommand::handleResponse");
237 virtual int handleResponse(WifiEvent& reply) { function in class:EnableResponderCommand
239 ALOGD("In EnableResponderCommand::handleResponse");
284 virtual int handleResponse(WifiEvent& reply) { function in class:CancelResponderCommand
501 virtual int handleResponse(WifiEvent& reply) { function in class:RttCommand
H A Dwifi_logger.cpp295 virtual int handleResponse(WifiEvent& reply) { function in class:DebugCommand
296 ALOGD("In DebugCommand::handleResponse");
629 virtual int handleResponse(WifiEvent& reply) { function in class:SetAlertHandler
630 ALOGD("In SetAlertHandler::handleResponse");
811 virtual int handleResponse(WifiEvent& reply) { function in class:MemoryDumpCommand
812 ALOGD("In MemoryDumpCommand::handleResponse");
1010 int handleResponse(WifiEvent& reply) { function in class:PacketFateCommand
1011 ALOGD("In GetPktFateCommand::handleResponse\n");
H A Dgscan.cpp195 virtual int handleResponse(WifiEvent& reply) { function in class:GetCapabilitiesCommand
197 ALOGV("In GetCapabilities::handleResponse");
261 virtual int handleResponse(WifiEvent& reply) { function in class:GetChannelListCommand
263 ALOGV("In GetChannelList::handleResponse");
438 virtual int handleResponse(WifiEvent& reply) { function in class:FullScanResultsCommand
646 virtual int handleResponse(WifiEvent& reply) { function in class:ScanCommand
888 virtual int handleResponse(WifiEvent& reply) { function in class:GetScanResultsCommand
889 ALOGV("In GetScanResultsCommand::handleResponse");
1119 virtual int handleResponse(WifiEvent& reply) { function in class:BssidHotlistCommand
1315 virtual int handleResponse(WifiEven function in class:ePNOCommand
1529 virtual int handleResponse(WifiEvent& reply) { function in class:SignificantWifiChangeCommand
1698 virtual int handleResponse(WifiEvent& reply) { function in class:BssidBlacklistCommand
1815 virtual int handleResponse(WifiEvent& reply) { function in class:AnqpoConfigureCommand
[all...]
H A Dwifi_hal.cpp552 virtual int handleResponse(WifiEvent& reply) { function in class:GetMulticastIdCommand
644 virtual int handleResponse(WifiEvent& reply) { function in class:SetPnoMacAddrOuiCommand
784 virtual int handleResponse(WifiEvent& reply) { function in class:SetRSSIMonitorCommand
916 int handleResponse(WifiEvent& reply) { function in class:AndroidPktFilterCommand
917 ALOGD("In SetAPFCommand::handleResponse");
1032 virtual int handleResponse(WifiEvent& reply) { function in class:GetFeatureSetCommand
1034 ALOGV("In GetFeatureSetCommand::handleResponse");
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Difaceeventhandler.cpp221 int WifihalGeneric::handleResponse(WifiEvent &reply) function in class:WifihalGeneric
226 WifiVendorCommand::handleResponse(reply);
H A Dllstats.cpp858 int LLStatsCommand::handleResponse(WifiEvent &reply) function in class:LLStatsCommand
862 WifiVendorCommand::handleResponse(reply);
H A Dnan.cpp654 int NanCommand::handleResponse(WifiEvent &reply){ function in class:NanCommand
H A Dtdls.cpp188 int TdlsCommand::handleResponse(WifiEvent &reply) function in class:TdlsCommand
192 WifiVendorCommand::handleResponse(reply);
H A Dcpp_bindings.cpp688 return cmd->handleResponse(reply);
755 int WifiVendorCommand::handleResponse(WifiEvent &reply) function in class:WifiVendorCommand
H A Dcpp_bindings.h348 virtual int handleResponse(WifiEvent& reply) { function in class:WifiCommand
458 virtual int handleResponse(WifiEvent &reply);
H A Dgscan.cpp1434 int GScanCommand::handleResponse(WifiEvent &reply) { function in class:GScanCommand
1440 WifiVendorCommand::handleResponse(reply);
H A Dwifi_hal.cpp856 virtual int handleResponse(WifiEvent& reply) { function in class:GetMulticastIdCommand
H A Dwifilogger.cpp990 int WifiLoggerCommand::handleResponse(WifiEvent &reply) { function in class:WifiLoggerCommand
998 WifiVendorCommand::handleResponse(reply);

Completed in 193 milliseconds