Searched defs:write (Results 1 - 11 of 11) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
H A DPipeShort.java20 // The write side of a pipe permits overruns; flow control is the caller's responsibility.
26 private volatile int mVolatileRear; // written by write(), read by read()
44 public int write(short[] buffer, int offset, int count) method in class:PipeShort
/cts/suite/audio_quality/lib/src/
H A DRWBuffer.h75 template <typename T> void write(T v) { function in class:RWBuffer
/cts/tests/tests/media/src/android/media/cts/
H A DNonBlockingAudioTrack.java29 * {@link #write(byte[], int, int)} and {@link #write(short[], int, int)} methods will
149 int written = mAudioTrack.write(element.data, element.size,
152 throw new RuntimeException("Audiotrack.write() failed.");
173 public void write(ByteBuffer data, int size, long pts) { method in class:NonBlockingAudioTrack
H A DAudioTrackNative.java95 public int write(@NonNull byte[] byteArray, method in class:AudioTrackNative
101 public int write(@NonNull short[] shortArray, method in class:AudioTrackNative
107 public int write(@NonNull float[] floatArray, method in class:AudioTrackNative
/cts/tests/tests/os/src/android/os/cts/
H A DParcelFileDescriptorPeer.java133 public void write(int oneByte) throws RemoteException { method in class:ParcelFileDescriptorPeer
135 new FileOutputStream(mLocal.getFileDescriptor()).write(oneByte);
H A DParcelFileDescriptorTest.java90 out.write(DATA);
238 private static void write(ParcelFileDescriptor pfd, int oneByte) throws IOException{ method in class:ParcelFileDescriptorTest
239 new FileOutputStream(pfd.getFileDescriptor()).write(oneByte);
257 write(blue, 1);
272 write(blue, 2);
291 write(blue, 2);
310 write(file, 7);
324 write(file, 8);
403 fout.write(new byte[] { 0x0, 0x1, 0x2, 0x3 });
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
H A DBluetoothChatService.java229 * @param out The bytes to write
230 * @see ConnectedThread#write(byte[])
232 public void write(byte[] out) { method in class:BluetoothChatService
240 // Perform the write unsynchronized
241 r.write(out);
476 * @param buffer The bytes to write
478 public void write(byte[] buffer) { method in class:BluetoothChatService.ConnectedThread
480 mmOutStream.write(buffer);
487 Log.e(TAG, "Exception during write", e);
/cts/tests/tests/media/libaudiojni/
H A Daudio-track-native.cpp47 // TODO: Add a single buffer blocking write mode which does not require additional memory.
280 status_t write(const void *buffer, size_t size, bool isBlocking = false) { function in class:AudioTrackNative
310 ALOGW("unable to deliver write");
363 std::mutex mWriteLock; // write lock - for blocking mode, prevents multiple
393 track.write((char *)buffer + i * (framesPerBuffer * frameSize),
534 ssize_t ret = track->write(data + offsetInSamples, sizeInBytes, isBlocking);
/cts/tools/dasm/src/dasm/
H A DDAsm.java74 * and write) and few utility methods. To compile .d file: -create DAsm instance
75 * -call readD() to read and parse content of .d file -call write() to write out
1580 public void write(OutputStream outp, FileWriter human_readable) method in class:DAsm
/cts/tests/tests/openglperf/src/android/openglperf/cts/
H A DGLSurfaceViewCustom.java1784 @Override public void write(char[] buf, int offset, int count) { method in class:GLSurfaceViewCustom.LogWriter
/cts/apps/CtsVerifier/libs/
H A Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/opencv/BuildConfig.class BuildConfig. ...

Completed in 302 milliseconds