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

1 2

  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapResponseParserTest.java 85 r = p.readResponse();
95 r = p.readResponse();
101 r = p.readResponse();
106 r = p.readResponse();
117 r = p.readResponse();
123 r = p.readResponse();
129 r = p.readResponse();
135 r = p.readResponse();
140 r = p.readResponse();
153 r = p.readResponse();
    [all...]
ImapTestUtils.java 91 return p.readResponse();
  /frameworks/av/media/mtp/
MtpEventPacket.h 41 int readResponse(struct usb_device *device);
MtpEventPacket.cpp 64 int MtpEventPacket::readResponse(struct usb_device *device) {
MtpDevice.cpp 339 MtpResponseCode ret = readResponse();
363 MtpResponseCode ret = readResponse();
382 MtpResponseCode ret = readResponse();
398 MtpResponseCode ret = readResponse();
421 MtpResponseCode ret = readResponse();
439 MtpResponseCode ret = readResponse();
456 MtpResponseCode ret = readResponse();
506 MtpResponseCode ret = readResponse();
533 const MtpResponseCode ret = readResponse();
545 MtpResponseCode ret = readResponse();
    [all...]
MtpDevice.h 166 MtpResponseCode readResponse();
  /hardware/interfaces/weaver/1.0/
IWeaver.hal 72 * @return readResponse contains the value read and the timeout to wait
79 WeaverReadResponse readResponse);
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
RequestGetFolderListing.java 58 protected void readResponse(InputStream stream) {
Request.java 106 readResponse(is);
146 protected void readResponse(InputStream stream) throws IOException {
RequestGetMessage.java 64 protected void readResponse(InputStream stream) {
RequestGetMessagesListing.java 115 protected void readResponse(InputStream stream) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapRequest.java 84 readResponse(is);
114 protected void readResponse(InputStream stream) throws IOException {
115 Log.v(TAG, "readResponse");
BluetoothPbapRequestPullPhoneBook.java 97 protected void readResponse(InputStream stream) throws IOException {
98 Log.v(TAG, "readResponse");
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
ImapConnection.java 112 ImapResponse response = mParser.readResponse(false);
142 if (!mParser.readResponse(true).is(0, ImapConstants.BYE)) {
145 if (!mParser.readResponse(false).isOk()) {
327 public ImapResponse readResponse() throws IOException, MessagingException {
328 return mParser.readResponse(false);
385 response = mParser.readResponse(false);
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequest.java 115 readResponse(is);
155 protected void readResponse(InputStream stream) throws IOException {
BluetoothMasRequestGetFolderListing.java 59 protected void readResponse(InputStream stream) {
BluetoothMasRequestGetMessage.java 60 protected void readResponse(InputStream stream) {
BluetoothMasRequestGetMessagesListing.java 118 protected void readResponse(InputStream stream) {
  /external/xmlrpcpp/src/
XmlRpcClient.h 82 virtual bool readResponse();
XmlRpcClient.cpp 132 if ( ! readResponse()) return 0;
354 XmlRpcClient::readResponse()
359 XmlRpcUtil::error("Error in XmlRpcClient::readResponse: read error (%s).",XmlRpcSocket::getErrorMsg().c_str());
366 XmlRpcUtil::error("Error in XmlRpcClient::readResponse: EOF while reading response");
374 XmlRpcUtil::log(3, "XmlRpcClient::readResponse (read %d bytes)", _response.length());
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapConnection.java 148 mParser.readResponse();
262 ImapResponse readResponse() throws IOException, MessagingException {
263 return mParser.readResponse();
313 ImapResponse response = readResponse();
341 response = mParser.readResponse();
557 response = mParser.readResponse();
567 response = readResponse();
  /external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
HttpURLConnectionImpl.java 455 private boolean execute(boolean readResponse) throws IOException {
470 if (readResponse) {
471 httpEngine.readResponse();
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
Http1xStream.java 50 * <li>{@link #readResponse Read response headers}.
127 return readResponse();
179 public Response.Builder readResponse() throws IOException {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Call.java 287 engine.readResponse();
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapResponseParser.java 112 * @see #readResponse()
134 public ImapResponse readResponse(boolean byeExpected) throws IOException, MessagingException {

Completed in 583 milliseconds

1 2