HomeSort by relevance Sort by last modified time
    Searched defs:handleResponse (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/apache-http/src/org/apache/http/client/
ResponseHandler.java 62 T handleResponse(HttpResponse response) throws ClientProtocolException, IOException;
  /external/apache-http/src/org/apache/http/impl/client/
BasicResponseHandler.java 72 public String handleResponse(final HttpResponse response)
DefaultRequestDirector.java 489 RoutedRequest followup = handleResponse(roureq, response, context);
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
tdls.cpp 183 int TdlsCommand::handleResponse(WifiEvent &reply)
185 WifiVendorCommand::handleResponse(reply);
wifihal_vendor.cpp 112 int NUDStatsCommand::handleResponse(WifiEvent &reply)
115 WifiVendorCommand::handleResponse(reply);
ifaceeventhandler.cpp 220 int WifihalGeneric::handleResponse(WifiEvent &reply)
224 WifiVendorCommand::handleResponse(reply);
llstats.cpp     [all...]
nan.cpp     [all...]
cpp_bindings.cpp 690 return cmd->handleResponse(reply);
757 int WifiVendorCommand::handleResponse(WifiEvent &reply)
cpp_bindings.h 368 virtual int handleResponse(WifiEvent& reply) {
482 virtual int handleResponse(WifiEvent &reply);
gscan.cpp     [all...]
wifi_hal.cpp     [all...]
wifilogger.cpp     [all...]
  /external/autotest/frontend/client/src/autotest/common/
PaddedJsonRpcProxy.java 88 public void handleResponse(JavaScriptObject responseJso) {
123 request.@autotest.common.PaddedJsonRpcProxy.JsonpRequest::handleResponse(Lcom/google/gwt/core/client/JavaScriptObject;)(someData);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
link_layer_stats.cpp 87 virtual int handleResponse(WifiEvent& reply) {
89 // ALOGI("In GetLinkStatsCommand::handleResponse");
wifi_offload.cpp 191 virtual int handleResponse(WifiEvent& reply) {
192 ALOGD("In MKeepAliveCommand::handleResponse");
cpp_bindings.h 318 virtual int handleResponse(WifiEvent& reply) {
rtt.cpp 157 virtual int handleResponse(WifiEvent& reply) {
159 ALOGD("In GetRttCapabilitiesCommand::handleResponse");
205 virtual int handleResponse(WifiEvent& reply) {
207 ALOGD("In GetRttResponderInfoCommand::handleResponse");
256 virtual int handleResponse(WifiEvent& reply) {
258 ALOGD("In EnableResponderCommand::handleResponse");
303 virtual int handleResponse(WifiEvent& reply) {
520 virtual int handleResponse(WifiEvent& reply) {
wifi_logger.cpp 312 virtual int handleResponse(WifiEvent& reply) {
313 ALOGD("In DebugCommand::handleResponse");
646 virtual int handleResponse(WifiEvent& reply) {
647 ALOGD("In SetAlertHandler::handleResponse");
828 virtual int handleResponse(WifiEvent& reply) {
829 ALOGD("In MemoryDumpCommand::handleResponse");
    [all...]
wifi_hal.cpp 615 virtual int handleResponse(WifiEvent& reply) {
707 virtual int handleResponse(WifiEvent& reply) {
847 virtual int handleResponse(WifiEvent& reply) {
979 int handleResponse(WifiEvent& reply) {
980 ALOGD("In SetAPFCommand::handleResponse");
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 544 Error handleResponse(ChannelT &C, SequenceNumberT *SeqNoRet = nullptr) {
585 if (auto Err = handleResponse(C, &SeqNo))
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 84 abstract boolean handleResponse(JmDNSImpl dns);
365 boolean handleResponse(JmDNSImpl dns) {
367 logger1.finer("handleResponse() Denial detected");
473 boolean handleResponse(JmDNSImpl dns) {
590 boolean handleResponse(JmDNSImpl dns) {
774 boolean handleResponse(JmDNSImpl dns) {
777 logger1.finer("handleResponse() Denial detected");
784 logger1.finer("handleResponse() New unique name chose:" + info.getName());
886 * @see javax.jmdns.impl.DNSRecord#handleResponse(javax.jmdns.impl.JmDNSImpl)
889 boolean handleResponse(JmDNSImpl dns)
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler-proxy/4.1.6.Final/
netty-handler-proxy-4.1.6.Final.jar 
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DefaultRequestDirector.java 524 RoutedRequest followup = handleResponse(roureq, response, context);
    [all...]
  /external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DefaultRequestDirector.java 548 RoutedRequest followup = handleResponse(roureq, response, context);
    [all...]

Completed in 545 milliseconds

1 2 3 4