Searched refs:write (Results 26 - 50 of 577) sorted by relevance

1234567891011>>

/frameworks/av/media/mtp/
H A DMtpRequestPacket.h39 // write our buffer to the given endpoint
40 int write(struct usb_request *request);
H A DMtpResponsePacket.h32 // write our data to the given file descriptor
33 int write(int fd);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDurable.java26 public void write(DataOutputStream out) throws IOException; method in interface:Durable
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DPoolingByteArrayOutputStream.java83 public synchronized void write(byte[] buffer, int offset, int len) { method in class:PoolingByteArrayOutputStream
85 super.write(buffer, offset, len);
89 public synchronized void write(int oneByte) { method in class:PoolingByteArrayOutputStream
91 super.write(oneByte);
/frameworks/base/core/tests/coretests/src/android/os/
H A DFileBridgeTest.java90 client.write("meow".getBytes(StandardCharsets.UTF_8));
97 client.write("cake".getBytes(StandardCharsets.UTF_8));
105 client.write("meow".getBytes(StandardCharsets.UTF_8));
107 client.write("cake".getBytes(StandardCharsets.UTF_8));
114 client.write(new byte[0]);
121 client.write("meow".getBytes(StandardCharsets.UTF_8));
124 client.write("cake".getBytes(StandardCharsets.UTF_8));
138 result.write(test);
139 client.write(test);
152 client.write(tes
[all...]
/frameworks/base/core/jni/
H A Dandroid_server_Watchdog.cpp39 write(outFd, buf, strlen(buf));
44 write(outFd, buf, nBytes);
48 write(outFd, "\n", 1);
75 write(outFd, buf, strlen(buf));
93 write(outFd, buf, strlen(buf));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DResponseData.java33 * Format the data appropriate for TERMINAL RESPONSE and write it into
43 buf.write(0x81);
45 buf.write(length);
62 buf.write(tag); // tag
63 buf.write(1); // length
64 buf.write(mId); // identifier of item chosen
105 buf.write(tag); // tag
157 buf.write(0x08); // UCS2
159 buf.write(0x00); // 7 bit packed
161 buf.write(
[all...]
/frameworks/base/obex/javax/obex/
H A DObexHelper.java380 out.write((byte)HeaderSet.CONNECTION_ID);
381 out.write(headImpl.mConnectionID);
387 out.write((byte)HeaderSet.COUNT);
389 out.write(value);
398 out.write((byte)HeaderSet.NAME);
403 out.write(lengthArray);
404 out.write(value);
409 out.write((byte) HeaderSet.NAME);
412 out.write(lengthArray);
418 out.write((byt
[all...]
H A DHeaderSet.java580 out.write(COUNT);
583 out.write(NAME);
586 out.write(TYPE);
589 out.write(LENGTH);
592 out.write(TIME_ISO_8601);
595 out.write(TIME_4_BYTE);
598 out.write(DESCRIPTION);
601 out.write(TARGET);
604 out.write(HTTP);
607 out.write(WH
[all...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DVolumeCurve.cpp77 write(fd, result.string(), result.size());
95 write(fd, result.string(), result.size());
104 write(fd, buffer, strlen(buffer));
108 write(fd, result.string(), result.size());
117 write(fd, buffer, strlen(buffer));
120 write(fd, buffer, strlen(buffer));
123 write(fd, buffer, strlen(buffer));
127 write(fd, buffer, strlen(buffer));
134 write(fd, buffer, strlen(buffer));
H A DAudioCollections.cpp49 write(fd, buffer, strlen(buffer));
52 write(fd, buffer, strlen(buffer));
/frameworks/native/libs/gui/
H A DLayerState.cpp25 status_t layer_state_t::write(Parcel& output) const function in class:android::layer_state_t
40 output.write(crop);
41 output.write(finalCrop);
45 output.write(transparentRegion);
77 status_t ComposerState::write(Parcel& output) const { function in class:android::ComposerState
79 return state.write(output);
98 status_t DisplayState::write(Parcel& output) const { function in class:android::DisplayState
104 output.write(viewport);
105 output.write(frame);
/frameworks/native/opengl/tools/glgen2/registry/
H A Dreg.py27 def write( *args, **kwargs ): function
30 file.write( ' '.join([str(arg) for arg in args]) )
31 file.write( end )
211 # filename - name of file to generate, or None to write to stdout.
328 # errFile, warnFile, diagFile - file handles to write errors,
329 # warnings, diagnostics to. May be None to not write.
337 # beginFeature(interface, emit) - write interface for a feature
340 # emit - actually write to the header only when True
363 # logMsg - write a message of different categories to different
374 write('ERRO
[all...]
/frameworks/base/core/java/android/os/
H A DFileBridge.java108 IoBridge.write(mTarget, temp, 0, n);
115 IoBridge.write(mServer, temp, 0, MSG_LENGTH);
122 IoBridge.write(mServer, temp, 0, MSG_LENGTH);
165 IoBridge.write(mClient, mTemp, 0, MSG_LENGTH);
178 public void write(byte[] buffer, int byteOffset, int byteCount) throws IOException { method in class:FileBridge.FileBridgeOutputStream
182 IoBridge.write(mClient, mTemp, 0, MSG_LENGTH);
183 IoBridge.write(mClient, buffer, byteOffset, byteCount);
187 public void write(int oneByte) throws IOException { method in class:FileBridge.FileBridgeOutputStream
/frameworks/base/core/java/android/view/
H A DViewHierarchyEncoder.java83 // write out the string table
138 mStream.write(SIG_MAP);
150 mStream.write(SIG_BOOLEAN);
151 mStream.write(v ? 1 : 0);
159 mStream.write(SIG_SHORT);
168 mStream.write(SIG_INT);
177 mStream.write(SIG_FLOAT);
190 mStream.write(SIG_STRING);
196 mStream.write(bytes, 0, len);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaTestUtil.java70 mOutput.write(mProcessName + " died. Test failed\n");
123 mOutput.write(mTestName + '\n');
124 mOutput.write("Start memory : " + mStartMemory + "\n");
126 mOutput.write(memusage);
133 mOutput.write(memusage);
144 mOutput.write("End Memory :" + endMemory + "\n");
148 mOutput.write(mTestName + " total diff = " + memDiff);
149 mOutput.write("\n\n");
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
H A DIPdfEditor.aidl30 void write(in ParcelFileDescriptor destination);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DOrderedDataOutputStream.java40 out.write(mByteBuffer.array(), 0, 2);
47 out.write(mByteBuffer.array());
/frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
H A DFileUtil.java45 fos.write(sDateFormat.format(new Date()).getBytes());
46 fos.write('\n');
/frameworks/compile/libbcc/lib/Support/
H A DOutputFile.cpp30 ssize_t OutputFile::write(const void *pBuf, size_t count) { function in class:OutputFile
37 ALOGW("OutputFile::write: count = %zu, buffer = %p", count, pBuf);
42 ssize_t write_size = ::write(mFD, pBuf, count);
47 // If the errno is EAGAIN or EINTR, then we try to write again.
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DQuotedPrintable.java58 buffer.write((char) ((u << 4) + l));
63 buffer.write(b);
/frameworks/support/buildSrc/src/main/groovy/android/support/doclava/
H A DDoclavaJavadocOptionFileOption.java48 public void write(JavadocOptionFileWriterContext writerContext) throws IOException { method in class:DoclavaJavadocOptionFileOption
57 writerContext.write(" ");
/frameworks/av/include/media/nbaio/
H A DPipe.h25 // It cannot UNDERRUN on write, unless we allow designation of a master reader that provides the
52 // The write side of a pipe permits overruns; flow control is the caller's responsibility.
56 virtual ssize_t write(const void *buffer, size_t count);
/frameworks/av/media/img_utils/include/img_utils/
H A DOutput.h48 virtual status_t write(const uint8_t* buf, size_t offset, size_t count) = 0;
/frameworks/compile/libbcc/include/bcc/Support/
H A DOutputFile.h34 ssize_t write(const void *pBuf, size_t count);

Completed in 1348 milliseconds

1234567891011>>