Home
last modified time | relevance | path

Searched defs:write (Results 1 – 19 of 19) sorted by relevance

/cts/tests/tests/webkit/src/android/webkit/cts/
DTracingControllerTest.java54 public void write(byte[] chunk) { in write() method in TracingControllerTest.TracingReceiver
76 public void write(int b) { in write() method in TracingControllerTest.TracingReceiver
81 public void write(byte[] b, int off, int len) { in write() method in TracingControllerTest.TracingReceiver
/cts/tests/tests/os/src/android/os/cts/
DISharedMemoryService.aidl24 void write(int index, byte value); in write() method
DSharedMemoryService.java58 public void write(int index, byte value) throws RemoteException { in write() method in SharedMemoryService.SharedMemoryServiceImpl
DIParcelFileDescriptorPeer.aidl40 void write(int oneByte); in write() method
DParcelFileDescriptorPeer.java133 public void write(int oneByte) throws RemoteException { in write() method in ParcelFileDescriptorPeer
DParcelFileDescriptorTest.java231 private static void write(ParcelFileDescriptor pfd, int oneByte) throws IOException{ in write() method in ParcelFileDescriptorTest
/cts/tests/tests/media/src/android/media/cts/
DAudioTrackNative.java96 public int write(@NonNull byte[] byteArray, in write() method in AudioTrackNative
102 public int write(@NonNull short[] shortArray, in write() method in AudioTrackNative
108 public int write(@NonNull float[] floatArray, in write() method in AudioTrackNative
DMediaPlayerFlakyNetworkTest.java302 public void write(byte[] b, int off, int len) throws IOException { in createSessionOutputBuffer() method in MediaPlayerFlakyNetworkTest.FlakyHttpServerConnection
321 public void write(int b) throws IOException { in createSessionOutputBuffer() method in MediaPlayerFlakyNetworkTest.FlakyHttpServerConnection
DNonBlockingAudioTrack.java173 public void write(ByteBuffer data, int size, long pts) { in write() method in NonBlockingAudioTrack
DStreamingMediaPlayerTest.java653 public void write(byte[] b) throws IOException { in createSessionOutputBuffer() method in StreamingMediaPlayerTest.RateLimitHttpServerConnection
658 public synchronized void write(byte[] b, int off, int len) throws IOException { in createSessionOutputBuffer() method in StreamingMediaPlayerTest.RateLimitHttpServerConnection
DNativeDecoderTest.java892 public void write(byte[] b, int off, int len) throws IOException { in createSessionOutputBuffer() method in NativeDecoderTest.SlowHttpServerConnection
911 public void write(int b) throws IOException { in createSessionOutputBuffer() method in NativeDecoderTest.SlowHttpServerConnection
/cts/suite/audio_quality/lib/src/
DRWBuffer.h75 template <typename T> void write(T v) { in write() function
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DPipeShort.java44 public int write(short[] buffer, int offset, int count) in write() method in PipeShort
/cts/hostsidetests/jvmti/base/run-test-based-app/src/android/jvmti/cts/
DJvmtiRunTestBasedTest.java49 public void write(int b) throws IOException { in write() method in JvmtiRunTestBasedTest.TeeLogcatOutputStream
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DJsonPrinter.java40 public void write() { in write() method in JsonPrinter
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothChatService.java286 public void write(byte[] out) { in write() method in BluetoothChatService
575 public void write(byte[] buffer) { in write() method in BluetoothChatService.ConnectedThread
/cts/tests/tests/proto/src/android/util/proto/cts/
DProtoOutputStreamSwitchedWriteTest.java43 abstract void write(Number val, long fieldId, ProtoOutputStream po); in write() method in ProtoOutputStreamSwitchedWriteTest.WriteTester
/cts/tests/tests/media/libaudiojni/
Daudio-track-native.cpp280 status_t write(const void *buffer, size_t size, bool isBlocking = false) { in write() function in AudioTrackNative
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java1784 @Override public void write(char[] buf, int offset, int count) { in write() method in GLSurfaceViewCustom.LogWriter