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

1 2 3

  /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)
AbstractHttpClient.java 662 result = responseHandler.handleResponse(response);
DefaultRequestDirector.java 489 RoutedRequest followup = handleResponse(roureq, response, context);
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
ifaceeventhandler.h 97 virtual int handleResponse(WifiEvent &reply);
tdlsCommand.h 98 virtual int handleResponse(WifiEvent &reply);
wifiloggercmd.h 96 virtual int handleResponse(WifiEvent &reply);
llstatscommand.h 102 virtual int handleResponse(WifiEvent &reply);
gscancommand.h 121 virtual int handleResponse(WifiEvent &reply);
nancommand.h 101 virtual int handleResponse(WifiEvent &reply);
ifaceeventhandler.cpp 216 int WifihalGeneric::handleResponse(WifiEvent &reply)
220 WifiVendorCommand::handleResponse(reply);
cpp_bindings.h 348 virtual int handleResponse(WifiEvent& reply) {
458 virtual int handleResponse(WifiEvent &reply);
tdls.cpp 183 int TdlsCommand::handleResponse(WifiEvent &reply)
185 WifiVendorCommand::handleResponse(reply);
  /external/jmdns/src/javax/jmdns/impl/
SocketListener.java 60 this._jmDNSImpl.handleResponse(msg);
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...]
  /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/
rtt.cpp 138 virtual int handleResponse(WifiEvent& reply) {
140 ALOGD("In GetRttCapabilitiesCommand::handleResponse");
186 virtual int handleResponse(WifiEvent& reply) {
188 ALOGD("In GetRttResponderInfoCommand::handleResponse");
237 virtual int handleResponse(WifiEvent& reply) {
239 ALOGD("In EnableResponderCommand::handleResponse");
284 virtual int handleResponse(WifiEvent& reply) {
501 virtual int handleResponse(WifiEvent& reply) {
link_layer_stats.cpp 70 virtual int handleResponse(WifiEvent& reply) {
72 // ALOGI("In GetLinkStatsCommand::handleResponse");
gscan.cpp 195 virtual int handleResponse(WifiEvent& reply) {
197 ALOGV("In GetCapabilities::handleResponse");
261 virtual int handleResponse(WifiEvent& reply) {
263 ALOGV("In GetChannelList::handleResponse");
438 virtual int handleResponse(WifiEvent& reply) {
646 virtual int handleResponse(WifiEvent& reply) {
888 virtual int handleResponse(WifiEvent& reply) {
889 ALOGV("In GetScanResultsCommand::handleResponse");
    [all...]
cpp_bindings.h 301 virtual int handleResponse(WifiEvent& reply) {
wifi_logger.cpp 295 virtual int handleResponse(WifiEvent& reply) {
296 ALOGD("In DebugCommand::handleResponse");
629 virtual int handleResponse(WifiEvent& reply) {
630 ALOGD("In SetAlertHandler::handleResponse");
811 virtual int handleResponse(WifiEvent& reply) {
812 ALOGD("In MemoryDumpCommand::handleResponse");
    [all...]
wifi_offload.cpp 173 virtual int handleResponse(WifiEvent& reply) {
174 ALOGD("In MKeepAliveCommand::handleResponse");
wifi_hal.cpp 552 virtual int handleResponse(WifiEvent& reply) {
644 virtual int handleResponse(WifiEvent& reply) {
784 virtual int handleResponse(WifiEvent& reply) {
916 int handleResponse(WifiEvent& reply) {
917 ALOGD("In SetAPFCommand::handleResponse");
    [all...]
  /external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/
OkApacheClient.java 195 return handler.handleResponse(response);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DefaultRequestDirectorTest.java 281 String responseStr = new BasicResponseHandler().handleResponse(response);

Completed in 2239 milliseconds

1 2 3