Searched refs:mInputStream (Results 1 – 5 of 5) sorted by relevance
167 private BufferedInputStream mInputStream; field in FileDataSource.StreamProvider176 mInputStream = new BufferedInputStream(new FileInputStream(filepath)); in open()179 mInputStream = null; in open()184 return mInputStream != null; in isReady()213 if (mInputStream == null) { in read()240 readSize = mInputStream.read(mPreBuffer, 0, mPreBuffer.length); in readInternal()250 mInputStream.close(); in close()254 mInputStream = null; in close()
68 public final FileInputStream mInputStream; field in BluetoothOppSendFileInfo85 mInputStream = inputStream; in BluetoothOppSendFileInfo()93 mInputStream = null; in BluetoothOppSendFileInfo()
346 if (info != null && info.mInputStream != null) { in closeSendFileInfo()348 info.mInputStream.close(); in closeSendFileInfo()
402 BufferedInputStream a = new BufferedInputStream(fileInfo.mInputStream, 0x4000); in sendFile()
626 if (sendFileInfo == null || sendFileInfo.mInputStream == null) { in insertShare()