/frameworks/av/media/mtp/ |
D | MtpDevice.cpp | 289 MtpResponseCode ret = readResponse(); in openSession() 313 MtpResponseCode ret = readResponse(); in getDeviceInfo() 332 MtpResponseCode ret = readResponse(); in getStorageIDs() 348 MtpResponseCode ret = readResponse(); in getStorageInfo() 371 MtpResponseCode ret = readResponse(); in getObjectHandles() 389 MtpResponseCode ret = readResponse(); in getObjectInfo() 406 MtpResponseCode ret = readResponse(); in getThumbnail() 455 MtpResponseCode ret = readResponse(); in sendObjectInfo() 488 MtpResponseCode ret = readResponse(); in sendObject() 498 MtpResponseCode ret = readResponse(); in deleteObject() [all …]
|
D | MtpDevice.h | 110 MtpResponseCode readResponse();
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/ |
D | BluetoothPbapRequest.java | 83 readResponse(is); in execute() 113 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in BluetoothPbapRequest
|
D | BluetoothPbapRequestPullVcardEntry.java | 64 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in BluetoothPbapRequestPullVcardEntry
|
D | BluetoothPbapRequestPullVcardListing.java | 86 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in BluetoothPbapRequestPullVcardListing
|
D | BluetoothPbapRequestPullPhoneBook.java | 91 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in BluetoothPbapRequestPullPhoneBook
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
D | BluetoothMasRequest.java | 114 readResponse(is); in executeGet() 154 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in BluetoothMasRequest
|
D | BluetoothMasRequestGetFolderListing.java | 59 protected void readResponse(InputStream stream) { in readResponse() method in BluetoothMasRequestGetFolderListing
|
D | BluetoothMasRequestGetMessage.java | 58 protected void readResponse(InputStream stream) { in readResponse() method in BluetoothMasRequestGetMessage
|
D | BluetoothMasRequestGetMessagesListing.java | 113 protected void readResponse(InputStream stream) { in readResponse() method in BluetoothMasRequestGetMessagesListing
|
/frameworks/base/core/java/android/net/http/ |
D | Connection.java | 282 req.readResponse(mHttpClientConnection); in processRequests()
|
D | Request.java | 239 void readResponse(AndroidHttpClientConnection httpClientConnection) in readResponse() method in Request
|
/frameworks/base/docs/html/google/play-services/ |
D | auth.jd | 215 String name = getFirstName(readResponse(is)); 223 Log.e(TAG, "Server auth error: " + readResponse(con.getErrorStream()));
|