Searched refs:write (Results 101 - 125 of 577) sorted by relevance

1234567891011>>

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioRoute.cpp49 write(fd, result.string(), result.size());
/frameworks/av/soundtrigger/
H A DISoundTrigger.cpp77 data.write(&handle, sizeof(sound_model_handle_t));
90 data.write(&handle, sizeof(sound_model_handle_t));
108 data.write(&handle, sizeof(sound_model_handle_t));
140 reply->write(&handle, sizeof(sound_model_handle_t));
/frameworks/base/core/java/android/util/
H A DLogWriter.java64 @Override public void write(char[] buf, int offset, int count) { method in class:LogWriter
/frameworks/base/media/jni/soundpool/
H A DSoundPoolThread.h47 void write(SoundPoolMsg msg);
H A DSoundPoolThread.cpp25 void SoundPoolThread::write(SoundPoolMsg msg) { function in class:android::SoundPoolThread
102 write(SoundPoolMsg(SoundPoolMsg::LOAD_SAMPLE, sampleID));
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DOutputStreamTarget.java58 mOutputStream.write(data.array(), 0, data.limit());
62 "OutputStreamTarget: Could not write to stream: " + exception.getMessage() + "!");
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DSocketConnect.java32 to.write(buffer, 0, r);
/frameworks/compile/slang/
H A Dslang_bitcode_gen.cpp99 Out.write(reinterpret_cast<char*>(&Wrapper), ActualWrapperLen);
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/writer/
H A DAnnotationJavaFileWriter.java43 writer.write(contents);
45 L.e(e, "Could not write to %s", canonicalName);
/frameworks/native/libs/input/tests/
H A DTestHelpers.h50 ssize_t nWritten = ::write(sendFd, "*", 1);
/frameworks/support/compat/java/android/support/v4/util/
H A DLogWriter.java55 @Override public void write(char[] buf, int offset, int count) { method in class:LogWriter
/frameworks/support/documents-archive/tests/src/android/support/provider/
H A DTestUtils.java49 outputStream.write(buffer, 0, bytes);
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/
H A Dbuild-release.py21 file.write(newVal + "\n")
/frameworks/support/samples/SupportLeanbackShowcase/
H A Dbuild-release.py21 file.write(newVal + "\n")
/frameworks/base/obex/javax/obex/
H A DClientSession.java489 out.write((byte)opCode);
493 out.write(0x00);
494 out.write(0x03);
496 out.write((byte)((head.length + 3) >> 8));
497 out.write((byte)(head.length + 3));
498 out.write(head);
503 mOutput.write(out.toByteArray());
588 out.write((byte)HeaderSet.AUTH_RESPONSE);
589 out.write((byte)((header.mAuthResp.length + 3) >> 8));
590 out.write((byt
[all...]
H A DClientOperation.java48 * write data via puts and gets.
99 * Creates new OperationImpl to read and write data to a server
185 * we just need to write and read the same bytes
514 out.write(headerArray);
538 out.write(HeaderSet.END_OF_BODY);
541 out.write(HeaderSet.BODY);
545 out.write((byte)(bodyLength >> 8));
546 out.write((byte)bodyLength);
549 out.write(body);
556 out.write(HeaderSe
[all...]
/frameworks/av/media/libnbaio/
H A DAudioStreamOutSink.cpp53 ssize_t AudioStreamOutSink::write(const void *buffer, size_t count) function in class:android::AudioStreamOutSink
59 ssize_t ret = mStream->write(mStream, buffer, count * mFrameSize);
/frameworks/base/core/java/com/android/internal/logging/
H A DAndroidHandler.java96 sw.write(r.getMessage());
97 sw.write("\n");
/frameworks/base/core/java/com/android/internal/util/
H A DFastPrintWriter.java33 public void write(char[] buf, int offset, int count) throws IOException { method in class:FastPrintWriter.DummyWriter
336 mOutputStream.write(mBytes.array(), 0, position);
364 mWriter.write(mText, 0, mPos);
467 * The bytes are then written to the target with {@code write(int)}.
473 * @see #write(int)
569 * the buffer to write to the target.
571 * the index of the first character in {@code buffer} to write.
573 * the number of characters in {@code buffer} to write.
579 public void write(char[] buf, int offset, int count) { method in class:FastPrintWriter
598 * the character to write t
601 public void write(int oneChar) { method in class:FastPrintWriter
619 public void write(String str) { method in class:FastPrintWriter
645 public void write(String str, int offset, int count) { method in class:FastPrintWriter
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_am_ActivityManagerService.cpp76 if (write(boost_cpuset_fd, buf, i) < 0) {
122 if (write(fg_cpuset_fd, buf, i) < 0) {
/frameworks/base/core/java/com/android/internal/os/
H A DLoggingPrintStream.java63 public void write(int oneByte) throws IOException {
110 public void write(int oneByte) { method in class:LoggingPrintStream
111 write(new byte[] { (byte) oneByte }, 0, 1);
115 public void write(byte[] buffer) { method in class:LoggingPrintStream
116 write(buffer, 0, buffer.length);
120 public synchronized void write(byte bytes[], int start, int count) { method in class:LoggingPrintStream
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DLoggingPrintStreamTest.java136 out.write(expected.getBytes("UTF-8"));
144 out.write(b);
152 out.write(expected.getBytes());
162 out.write(bytes, i, 5);
165 out.write(bytes, i, bytes.length - i);
175 out.write(toWrite.getBytes());
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java97 mOutput.write(this.getName() + "\n");
113 mOutput.write("\n\n");
204 mOutput.write("Total number of loops: " + iterations + "\n");
207 mOutput.write("No of loop: ");
262 mOutput.write(i + 1);
264 mOutput.write(String.format(", %d", (i + 1)));
307 mOutput.write("Total number of loops: " + NUMBER_OF_TIME_LAPSE_LOOPS + "\n");
311 mOutput.write("No of loop: camera " + i);
366 mOutput.write(j + 1);
368 mOutput.write(Strin
[all...]
/frameworks/base/core/tests/coretests/src/android/os/
H A DMemoryFileTest.java86 os.write(testString);
107 os.write(new byte[] { 1, 2, 3, 4, 5 });
108 os.write(new byte[] { -1, -1, 6, 7, 8, -1 }, 2, 3);
109 os.write(9);
111 os.write(new byte[] { -1, -1 });
214 // Tests that we can't write to a closed memory file
/frameworks/av/media/libstagefright/
H A DSkipCutBuffer.cpp81 write(src, buflen);
113 write(src, buflen);
128 void SkipCutBuffer::write(const char *src, size_t num) { function in class:android::SkipCutBuffer

Completed in 3504 milliseconds

1234567891011>>