Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/https/
DHTTPClientConnection.cpp137 (void)handleResponse(true /* isEOS */); in receiveResponse()
146 if (!handleResponse(false /* isEOS */)) { in receiveResponse()
152 bool HTTPClientConnection::handleResponse(bool isEOS) { in handleResponse() function in HTTPClientConnection
/device/linaro/poplar/wifi/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
Dlink_layer_stats.cpp71 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in GetLinkStatsCommand
Dgscan.cpp213 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in GetCapabilitiesCommand
279 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in GetChannelListCommand
455 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in FullScanResultsCommand
663 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in ScanCommand
905 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in GetScanResultsCommand
1141 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in BssidHotlistCommand
1341 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in ePNOCommand
1563 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in SignificantWifiChangeCommand
1773 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in AnqpoConfigureCommand
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_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
Dwifi_offload.cpp191 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function in MKeepAliveCommand
Dcpp_bindings.h318 virtual int handleResponse(WifiEvent& reply) { in handleResponse() function
Dcpp_bindings.cpp703 return cmd->handleResponse(reply); in response_handler()
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DHTTPClientConnection.h68 bool handleResponse(bool isEOS);