Searched defs:readResponse (Results 1 – 3 of 3) sorted by relevance
64 int MtpEventPacket::readResponse(struct usb_device *device) { in readResponse() function in android::MtpEventPacket
916 MtpResponseCode MtpDevice::readResponse() { in readResponse() function in android::MtpDevice
153 private static String readResponse(URLConnection connection) throws IOException { in readResponse() method in HttpClient