Home
last modified time | relevance | path

Searched refs:readResponse (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/media/mtp/
DMtpDevice.cpp289 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 …]
DMtpDevice.h110 MtpResponseCode readResponse();
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
DBluetoothPbapRequest.java83 readResponse(is); in execute()
113 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in BluetoothPbapRequest
DBluetoothPbapRequestPullVcardEntry.java64 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in BluetoothPbapRequestPullVcardEntry
DBluetoothPbapRequestPullVcardListing.java86 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in BluetoothPbapRequestPullVcardListing
DBluetoothPbapRequestPullPhoneBook.java91 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in BluetoothPbapRequestPullPhoneBook
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMasRequest.java114 readResponse(is); in executeGet()
154 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in BluetoothMasRequest
DBluetoothMasRequestGetFolderListing.java59 protected void readResponse(InputStream stream) { in readResponse() method in BluetoothMasRequestGetFolderListing
DBluetoothMasRequestGetMessage.java58 protected void readResponse(InputStream stream) { in readResponse() method in BluetoothMasRequestGetMessage
DBluetoothMasRequestGetMessagesListing.java113 protected void readResponse(InputStream stream) { in readResponse() method in BluetoothMasRequestGetMessagesListing
/frameworks/base/core/java/android/net/http/
DConnection.java282 req.readResponse(mHttpClientConnection); in processRequests()
DRequest.java239 void readResponse(AndroidHttpClientConnection httpClientConnection) in readResponse() method in Request
/frameworks/base/docs/html/google/play-services/
Dauth.jd215 String name = getFirstName(readResponse(is));
223 Log.e(TAG, "Server auth error: " + readResponse(con.getErrorStream()));