| /cts/tests/tests/media/src/android/media/cts/ |
| D | AudioHelper.java | 283 public int read(byte[] audioData, int offsetInBytes, int sizeInBytes) { in read() method in AudioHelper.AudioRecordAudit 296 public int read(byte[] audioData, int offsetInBytes, int sizeInBytes, int readMode) { in read() method in AudioHelper.AudioRecordAudit 310 public int read(short[] audioData, int offsetInShorts, int sizeInShorts) { in read() method in AudioHelper.AudioRecordAudit 323 public int read(short[] audioData, int offsetInShorts, int sizeInShorts, int readMode) { in read() method in AudioHelper.AudioRecordAudit 337 public int read(float[] audioData, int offsetInFloats, int sizeInFloats, int readMode) { in read() method in AudioHelper.AudioRecordAudit 351 public int read(ByteBuffer audioBuffer, int sizeInBytes) { in read() method in AudioHelper.AudioRecordAudit 368 public int read(ByteBuffer audioBuffer, int sizeInBytes, int readMode) { in read() method in AudioHelper.AudioRecordAudit 483 public int read(short[] audioData, int offsetInShorts, int sizeInShorts, int readFlags) { in read() method in AudioHelper.AudioRecordAuditNative 494 public int read(float[] audioData, int offsetInFloats, int sizeInFloats, int readFlags) { in read() method in AudioHelper.AudioRecordAuditNative
|
| D | AudioRecordNative.java | 88 public int read(@NonNull byte[] byteArray, in read() method in AudioRecordNative 94 public int read(@NonNull short[] shortArray, in read() method in AudioRecordNative 100 public int read(@NonNull float[] floatArray, in read() method in AudioRecordNative
|
| /cts/tests/tests/os/src/android/os/cts/ |
| D | RecoverySystemTest.java | 50 int read; in getAsset() local
|
| D | IParcelFileDescriptorPeer.aidl | 39 int read(); in read() method
|
| D | ParcelFileDescriptorPeer.java | 124 public int read() throws RemoteException { in read() method in ParcelFileDescriptorPeer
|
| D | ParcelFileDescriptorTest.java | 248 private static int read(ParcelFileDescriptor pfd) throws IOException { in read() method in ParcelFileDescriptorTest
|
| /cts/suite/audio_quality/lib/src/ |
| D | RWBuffer.h | 87 template <typename T> T read() { in read() function
|
| D | ClientSocket.cpp | 96 int read; in readData() local
|
| D | SignalProcessingImpl.cpp | 247 bool SignalProcessingImpl::read(char* data, int len) in read() function in SignalProcessingImpl
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
| D | AudioRecordHelper.java | 105 int read = audioRecord.read(data, 0, bufferSize); in startPullingData() local
|
| /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
| D | LibraryDeviceInfo.java | 117 int read = in.read(buffer); in digest() local
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/ |
| D | PipeShort.java | 86 public int read(short[] buffer, int offset, int count) in read() method in PipeShort
|
| /cts/suite/audio_quality/test/ |
| D | TaskTest.cpp | 116 android::String8 read; in TEST_F() local
|
| /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/ |
| D | VpnTestHelper.java | 142 int read = Os.read(socket, reply, 0, echo.length); in checkPing() local
|
| /cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/ |
| D | CreatePrivateDataTest.java | 229 int read = 0; in createTrafficStatsWithTags() local
|
| /cts/tests/tests/net/src/android/net/cts/ |
| D | TrafficStatsTest.java | 155 int read = 0; in testTrafficStatsForLocalhost() local
|
| /cts/tools/dex-tools/src/dex/reader/ |
| D | DexFileReader.java | 68 public DexFile read(DexBuffer buffer) { in read() method in DexFileReader
|
| /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
| D | XmpDepthDecode.java | 143 static XMPMeta read(InputStream is, boolean skipExtendedContent) { in read() method in XmpDepthDecode
|
| /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
| D | VpnTest.java | 316 int read = Os.read(s, reply, 0, LENGTH); in checkPing() local
|
| /cts/suite/audio_quality/client/src/com/android/cts/audiotest/ |
| D | AudioProtocol.java | 143 private void read(InputStream in, ByteBuffer buffer, int len) throws IOException, ExitRequest { in read() method in AudioProtocol
|
| /cts/tests/tests/graphics/src/android/opengl/cts/ |
| D | CompressedTextureLoader.java | 212 private static ByteBuffer read(InputStream is, int dataSize) { in read() method in CompressedTextureLoader
|
| /cts/libs/deviceutil/src/android/cts/util/ |
| D | ReadElf.java | 170 public static ReadElf read(File file) throws IOException { in read() method in ReadElf
|
| /cts/tests/tests/media/libaudiojni/ |
| D | audio-record-native.cpp | 298 ssize_t read(void *buffer, size_t size, bool blocking = false) { in read() function in AudioRecordNative
|