Searched refs:handleResponse (Results 1 - 13 of 13) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dlink_layer_stats.cpp55 virtual int handleResponse(WifiEvent& reply) { function in class:GetLinkStatsCommand
57 // ALOGI("In GetLinkStatsCommand::handleResponse");
H A Drtt.cpp73 virtual int handleResponse(WifiEvent& reply) { function in class:GetRttCapabilitiesCommand
75 ALOGD("In GetRttCapabilitiesCommand::handleResponse");
253 virtual int handleResponse(WifiEvent& reply) { function in class:RttCommand
H A Dgscan.cpp119 virtual int handleResponse(WifiEvent& reply) { function in class:GetCapabilitiesCommand
121 ALOGD("In GetCapabilities::handleResponse");
185 virtual int handleResponse(WifiEvent& reply) { function in class:GetChannelListCommand
187 ALOGD("In GetChannelList::handleResponse");
362 virtual int handleResponse(WifiEvent& reply) { function in class:FullScanResultsCommand
644 virtual int handleResponse(WifiEvent& reply) { function in class:ScanCommand
844 virtual int handleResponse(WifiEvent& reply) { function in class:GetScanResultsCommand
845 ALOGD("In GetScanResultsCommand::handleResponse");
1056 virtual int handleResponse(WifiEvent& reply) { function in class:BssidHotlistCommand
1265 virtual int handleResponse(WifiEven function in class:SignificantWifiChangeCommand
[all...]
H A Dwifi_hal.cpp387 virtual int handleResponse(WifiEvent& reply) { function in class:GetMulticastIdCommand
479 virtual int handleResponse(WifiEvent& reply) { function in class:SetPnoMacAddrOuiCommand
555 virtual int handleResponse(WifiEvent& reply) { function in class:GetFeatureSetCommand
557 ALOGD("In GetFeatureSetCommand::handleResponse");
H A Dcpp_bindings.h295 virtual int handleResponse(WifiEvent& reply) { function in class:WifiCommand
H A Dcpp_bindings.cpp683 return cmd->handleResponse(reply);
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dllstatscommand.h113 virtual int handleResponse(WifiEvent &reply);
H A Dgscancommand.h154 virtual int handleResponse(WifiEvent &reply);
H A Dcpp_bindings.h306 virtual int handleResponse(WifiEvent& reply) { function in class:WifiCommand
396 virtual int handleResponse(WifiEvent &reply);
H A Dwifi_hal.cpp413 virtual int handleResponse(WifiEvent& reply) { function in class:GetMulticastIdCommand
H A Dcpp_bindings.cpp700 return cmd->handleResponse(reply);
771 int WifiVendorCommand::handleResponse(WifiEvent &reply) function in class:WifiVendorCommand
773 ALOGI("WifiVendorCommand::handleResponse");
H A Dllstats.cpp543 int LLStatsCommand::handleResponse(WifiEvent &reply) function in class:LLStatsCommand
548 WifiVendorCommand::handleResponse(reply);
H A Dgscan.cpp1376 int GScanCommand::handleResponse(WifiEvent &reply) { function in class:GScanCommand
1380 WifiVendorCommand::handleResponse(reply);

Completed in 103 milliseconds