Home
last modified time | relevance | path

Searched defs:readResponse (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
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.java118 protected void readResponse(InputStream stream) { in readResponse() method in BluetoothMasRequestGetMessagesListing
DBluetoothMasRequest.java155 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in BluetoothMasRequest
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
DBluetoothPbapRequestPullVcardEntry.java64 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in BluetoothPbapRequestPullVcardEntry
DBluetoothPbapRequestPullPhoneBook.java91 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in BluetoothPbapRequestPullPhoneBook
DBluetoothPbapRequestPullVcardListing.java86 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in BluetoothPbapRequestPullVcardListing
DBluetoothPbapRequest.java113 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in BluetoothPbapRequest
/frameworks/av/media/mtp/
DMtpDevice.cpp834 MtpResponseCode MtpDevice::readResponse() { in readResponse() function in android::MtpDevice