Home
last modified time | relevance | path

Searched defs:read (Results 1 – 25 of 173) sorted by relevance

1234567

/packages/modules/Bluetooth/offload/hci/
Dreader.rs16 fn read(r: &mut Reader) -> Option<Self> in read() method
40 pub(crate) fn read<T: Read>(&mut self) -> Option<T> { in read() method
63 fn read(r: &mut Reader) -> Option<Self> { in read() method
70 fn read(r: &mut Reader) -> Option<Self> { in read() method
78 fn read(r: &mut Reader) -> Option<Self> { in read() method
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DPeekableInputStream.java37 public int read() throws IOException { in read() method in PeekableInputStream
55 public int read(byte[] b, int offset, int length) throws IOException { in read() method in PeekableInputStream
71 public int read(byte[] b) throws IOException { in read() method in PeekableInputStream
DFixedLengthInputStream.java42 public int read() throws IOException { in read() method in FixedLengthInputStream
52 public int read(byte[] b, int offset, int length) throws IOException { in read() method in FixedLengthInputStream
67 public int read(byte[] b) throws IOException { in read() method in FixedLengthInputStream
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DByteBufferInputStream.java31 public int read() { in read() method in ByteBufferInputStream
39 public int read(byte[] bytes, int off, int len) { in read() method in ByteBufferInputStream
DCountedDataInputStream.java44 public int read(byte[] b) throws IOException { in read() method in CountedDataInputStream
51 public int read(byte[] b, int off, int len) throws IOException { in read() method in CountedDataInputStream
58 public int read() throws IOException { in read() method in CountedDataInputStream
/packages/apps/Camera2/src/com/android/camera/exif/
DByteBufferInputStream.java31 public int read() { in read() method in ByteBufferInputStream
39 public int read(byte[] bytes, int off, int len) { in read() method in ByteBufferInputStream
DCountedDataInputStream.java44 public int read(byte[] b) throws IOException { in read() method in CountedDataInputStream
51 public int read(byte[] b, int off, int len) throws IOException { in read() method in CountedDataInputStream
58 public int read() throws IOException { in read() method in CountedDataInputStream
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DByteBufferInputStream.java31 public int read() { in read() method in ByteBufferInputStream
39 public int read(byte[] bytes, int off, int len) { in read() method in ByteBufferInputStream
DCountedDataInputStream.java44 public int read(byte[] b) throws IOException { in read() method in CountedDataInputStream
51 public int read(byte[] b, int off, int len) throws IOException { in read() method in CountedDataInputStream
58 public int read() throws IOException { in read() method in CountedDataInputStream
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothInputStream.java57 public int read() throws IOException { in read() method in BluetoothInputStream
81 public int read(byte[] b, int offset, int length) throws IOException { in read() method in BluetoothInputStream
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DFakeInputStream.java32 public int read() { in read() method in FakeInputStream
43 public int read(byte[] buffer, int offset, int length) { in read() method in FakeInputStream
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DArchiveEntryInputStream.java46 public int read() throws IOException { in read() method in ArchiveEntryInputStream
51 public int read(byte[] b, int off, int len) throws IOException { in read() method in ArchiveEntryInputStream
75 int read(byte[] b, int off, int len) throws IOException; in read() method
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
DCountedDataInputStream.java45 public int read(byte[] b) throws IOException { in read() method in CountedDataInputStream
52 public int read(byte[] b, int off, int len) throws IOException { in read() method in CountedDataInputStream
59 public int read() throws IOException { in read() method in CountedDataInputStream
DExifReader.java38 protected ExifData read(InputStream inputStream) throws ExifInvalidFormatException, IOException { in read() method in ExifReader
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
DJPEGInputStream.java91 public int read() throws IOException { in read() method in JPEGInputStream
97 public int read(byte[] buffer) throws IOException { in read() method in JPEGInputStream
102 public int read(byte[] buffer, int offset, int count) throws IOException { in read() method in JPEGInputStream
/packages/modules/Permission/SafetyCenter/Persistence/tests/java/com/android/safetycenter/persistence/
DSafetyCenterIssuesPersistenceWriteTest.kt44 val read = SafetyCenterIssuesPersistence.read(file) in toString() constant
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DXmpDataParser.java278 public int read(byte[] b) throws IOException { in read() method in XmpDataParser.ByteCountingInputStream
283 public int read(byte[] b, int off, int len) throws IOException { in read() method in XmpDataParser.ByteCountingInputStream
284 final int read = mWrapped.read(b, off, len); in read() local
298 public int read() throws IOException { in read() method in XmpDataParser.ByteCountingInputStream
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DReadWriteDraftMessageActionTest.java150 final Action read = calls.get(0).action; in testReadDraft() local
209 final Action read = calls.get(0).action; in testReadDraftForNewConversation() local
262 final Action read = calls.get(1).action; in testWriteAndReadDraft() local
381 final int read = inputStream.read(buffer); in testBugleDatabaseDraftOperations() local
433 final int read = inputStream.read(buffer); in testBugleDatabaseDraftOperations() local
/packages/modules/Connectivity/service-t/src/com/android/server/ethernet/
DEthernetConfigStore.java84 public void read() { in read() method in EthernetConfigStore
89 void read(final String newFilePath, final String oldFilePath, final String filename) { in read() method in EthernetConfigStore
/packages/apps/Launcher3/src/com/android/launcher3/util/
DPersistedItemArray.java115 public List<T> read(Context context, ItemFactory<T> factory) { in read() method in PersistedItemArray
124 public List<T> read(Context context, ItemFactory<T> factory, LongFunction<UserHandle> userFn) { in read() method in PersistedItemArray
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDurable.java25 public void read(DataInputStream in) throws IOException; in read() method
/packages/modules/Nfc/NfcNci/testutils/pn532/src/com/android/nfc/pn532/
DTransportLayer.kt54 fun read(timeout: Long, numBytes: Int = MAX_READ_BUFFER_SIZE): ByteArray? { in read() method in com.android.nfc.pn532.TransportLayer
/packages/modules/Bluetooth/system/test/mock/
Dmock_audio_hal_interface_a2dp_encoding.h204 struct read { struct
210 extern struct read read; argument
/packages/modules/Connectivity/service/src/com/android/server/net/
DL2capPacketForwarder.java70 int read(byte[] bytes, int off, int len) throws IOException; in read() method
109 public int read(byte[] bytes, int off, int len) throws IOException { in read() method in L2capPacketForwarder.BluetoothSocketWrapper
171 public int read(byte[] bytes, int off, int len) throws IOException { in read() method in L2capPacketForwarder.FdWrapper
/packages/modules/Virtualization/android/TerminalApp/java/com/android/virtualization/terminal/
DInstallerService.kt293 override fun read(buf: ByteArray?, offset: Int, numToRead: Int): Int { in read() method in com.android.virtualization.terminal.WifiCheckInputStream
300 val read = in read() constant
316 override fun read(): Int { in read() method in com.android.virtualization.terminal.WifiCheckInputStream

1234567