Home
last modified time | relevance | path

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

12

/cts/tools/vm-tests-tf/build/src/util/build/
DFileUtil.java33 int read = fis.read(tmp, pos, tmp.length - pos); in readFile() local
/cts/tests/tests/os/src/android/os/cts/
DISharedMemoryService.aidl23 byte read(int index); in read() method
DSharedMemoryService.java49 public byte read(int index) throws RemoteException { in read() method in SharedMemoryService.SharedMemoryServiceImpl
DRecoverySystemTest.java50 int read; in getAsset() local
DIParcelFileDescriptorPeer.aidl39 int read(); in read() method
DParcelFileDescriptorPeer.java124 public int read() throws RemoteException { in read() method in ParcelFileDescriptorPeer
DParcelFileDescriptorTest.java241 private static int read(ParcelFileDescriptor pfd) throws IOException { in read() method in ParcelFileDescriptorTest
/cts/tests/tests/media/src/android/media/cts/
DAudioHelper.java457 public int read(byte[] audioData, int offsetInBytes, int sizeInBytes) { in read() method in AudioHelper.AudioRecordAudit
470 public int read(byte[] audioData, int offsetInBytes, int sizeInBytes, int readMode) { in read() method in AudioHelper.AudioRecordAudit
484 public int read(short[] audioData, int offsetInShorts, int sizeInShorts) { in read() method in AudioHelper.AudioRecordAudit
497 public int read(short[] audioData, int offsetInShorts, int sizeInShorts, int readMode) { in read() method in AudioHelper.AudioRecordAudit
511 public int read(float[] audioData, int offsetInFloats, int sizeInFloats, int readMode) { in read() method in AudioHelper.AudioRecordAudit
525 public int read(ByteBuffer audioBuffer, int sizeInBytes) { in read() method in AudioHelper.AudioRecordAudit
542 public int read(ByteBuffer audioBuffer, int sizeInBytes, int readMode) { in read() method in AudioHelper.AudioRecordAudit
657 public int read(short[] audioData, int offsetInShorts, int sizeInShorts, int readFlags) { in read() method in AudioHelper.AudioRecordAuditNative
668 public int read(float[] audioData, int offsetInFloats, int sizeInFloats, int readFlags) { in read() method in AudioHelper.AudioRecordAuditNative
DAudioRecordNative.java94 public int read(@NonNull byte[] byteArray, in read() method in AudioRecordNative
100 public int read(@NonNull short[] shortArray, in read() method in AudioRecordNative
106 public int read(@NonNull float[] floatArray, in read() method in AudioRecordNative
DAudioTrackOffloadTest.java118 final int read = audioInputStream.read(data); in testAudioTrackOffload() local
DMediaCodecTest.java2025 public abstract ByteBuffer read() throws IOException; in read() method in MediaCodecTest.ByteBufferStream
2096 public ByteBuffer read() throws IOException { in read() method in MediaCodecTest.MediaCodecStream
2234 public int read() throws IOException { in read() method in MediaCodecTest.ByteBufferInputStream
2287 public ByteBuffer read() throws IOException { in read() method in MediaCodecTest.PcmAudioBufferStream
/cts/suite/audio_quality/lib/src/
DRWBuffer.h87 template <typename T> T read() { in read() function
DClientSocket.cpp96 int read; in readData() local
DSignalProcessingImpl.cpp247 bool SignalProcessingImpl::read(char* data, int len) in read() function in SignalProcessingImpl
/cts/tests/backup/app/src/android/backup/app/
DKeyValueBackupAgent.java54 int read; in onBackup() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioRecordHelper.java105 int read = audioRecord.read(data, 0, bufferSize); in startPullingData() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DPipeShort.java86 public int read(short[] buffer, int offset, int count) in read() method in PipeShort
/cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
DDeviceTestCompanion.java96 int read = 0; in echoBytes() local
/cts/suite/audio_quality/test/
DTaskTest.cpp116 android::String8 read; in TEST_F() local
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DHelper.java171 public static String read(@NonNull File file) throws IOException { in read() method in Helper
/cts/libs/input/src/com/android/cts/input/
DHidJsonParser.java132 int read = inputStream.read(buffer); in readFully() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/
DVpnTestHelper.java204 int read = Os.read(socket, reply, 0, echo.length); in checkPing() local
/cts/tests/tests/net/src/android/net/cts/
DTrafficStatsTest.java149 int read = 0; in testTrafficStatsForLocalhost() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DXmpDepthDecode.java143 static XMPMeta read(InputStream is, boolean skipExtendedContent) { in read() method in XmpDepthDecode
/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
DAudioProtocol.java143 private void read(InputStream in, ByteBuffer buffer, int len) throws IOException, ExitRequest { in read() method in AudioProtocol

12