Home
last modified time | relevance | path

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

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMasRequestGetFolderListing.java59 protected void readResponse(InputStream stream) { in readResponse() method in BluetoothMasRequestGetFolderListing
DBluetoothMasRequestGetMessage.java60 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/av/media/mtp/
DMtpEventPacket.cpp64 int MtpEventPacket::readResponse(struct usb_device *device) { in readResponse() function in android::MtpEventPacket
DMtpDevice.cpp890 MtpResponseCode MtpDevice::readResponse() { in readResponse() function in android::MtpDevice