Home
last modified time | relevance | path

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

12

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utility/
DCountingOutputStream.java38 public void write(byte[] buffer, int offset, int count) throws IOException { in write() method in CountingOutputStream
44 public void write(int oneByte) throws IOException { in write() method in CountingOutputStream
DEOLConvertingOutputStream.java30 public void write(int oneByte) throws IOException { in write() method in EOLConvertingOutputStream
/packages/apps/Camera2/src/com/android/camera/stats/profiler/
DProfilers.java125 public void write(String message) { in write() method in Profilers.DebugWriter
132 public void write(String message) { in write() method in Profilers.ErrorWriter
139 public void write(String message) { in write() method in Profilers.InfoWriter
146 public void write(String message) { in write() method in Profilers.VerboseWriter
153 public void write(String message) { in write() method in Profilers.WarningWriter
DWriter.java26 public void write(String message); in write() method
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DInterruptableOutputStream.java37 public void write(int oneByte) throws IOException { in write() method in InterruptableOutputStream
43 public void write(byte[] buffer, int offset, int count) throws IOException { in write() method in InterruptableOutputStream
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/analytics/
DInstantMetricsWriter.java26 public void write(DevicePolicyEventLogger... loggers) { in write() method in InstantMetricsWriter
DMetricsWriter.java25 void write(DevicePolicyEventLogger... logger); in write() method
DDeferredMetricsWriter.java56 public void write(DevicePolicyEventLogger... loggers) { in write() method in DeferredMetricsWriter
/packages/apps/Dialer/java/com/android/voicemail/impl/utils/
DIndentingPrintWriter.java88 public void write(int c) { in write() method in IndentingPrintWriter
94 public void write(String s, int off, int len) { in write() method in IndentingPrintWriter
101 public void write(char[] buf, int offset, int count) { in write() method in IndentingPrintWriter
/packages/apps/Gallery2/jni_jpegstream/src/
Doutputstream_wrapper.cpp22 int32_t OutputStreamWrapper::write(int32_t length, int32_t offset) { in write() function in OutputStreamWrapper
Djpeg_writer.cpp116 int32_t JpegWriter::write(int8_t* bytes, int32_t length) { in write() function in JpegWriter
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
DJPEGOutputStream.java80 public void write(byte[] buffer, int offset, int length) throws IOException { in write() method in JPEGOutputStream
116 public void write(byte[] buffer) throws IOException { in write() method in JPEGOutputStream
121 public void write(int oneByte) throws IOException { in write() method in JPEGOutputStream
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDurable.java26 public void write(DataOutputStream out) throws IOException; in write() method
/packages/services/Car/service/src/com/android/car/trust/
DBLEMessagePayloadStream.java47 public void write(BLEMessage message) throws IOException { in write() method in BLEMessagePayloadStream
/packages/modules/NetworkStack/src/com/android/networkstack/metrics/
DDataStallStatsUtils.java64 public static void write(@NonNull final DataStallDetectionStats stats, in write() method in DataStallStatsUtils
/packages/apps/Nfc/src/com/android/nfc/echoserver/
DEchoServer.java77 public void write(byte[] data); in write() method
252 public void write(byte[] data) { in write() method in EchoServer.ServerThread
344 public void write(byte[] data) { in write() method in EchoServer.ConnectionlessServerThread
/packages/services/Car/tests/common_utils/src/com/android/car/test/utils/
DTemporaryFile.java58 public void write(String s) throws IOException { in write() method in TemporaryFile
/packages/apps/TV/tuner/tests/testing/src/com/android/tv/tuner/testing/buffer/
DVerySlowSampleChunk.java51 protected void write(SampleHolder sample, IoState state) throws IOException { in write() method in VerySlowSampleChunk
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DParcelables.java45 Parcel write = Parcel.obtain(); in parcel() local
/packages/apps/Camera2/src/com/android/camera/exif/
DExifOutputStream.java118 public void write(byte[] buffer, int offset, int length) throws IOException { in write() method in ExifOutputStream
196 public void write(int oneByte) throws IOException { in write() method in ExifOutputStream
205 public void write(byte[] buffer) throws IOException { in write() method in ExifOutputStream
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifOutputStream.java119 public void write(byte[] buffer, int offset, int length) throws IOException { in write() method in ExifOutputStream
197 public void write(int oneByte) throws IOException { in write() method in ExifOutputStream
206 public void write(byte[] buffer) throws IOException { in write() method in ExifOutputStream
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifOutputStream.java118 public void write(byte[] buffer, int offset, int length) throws IOException { in write() method in ExifOutputStream
196 public void write(int oneByte) throws IOException { in write() method in ExifOutputStream
205 public void write(byte[] buffer) throws IOException { in write() method in ExifOutputStream
/packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/
DMockObd2UnderlyingTransport.java49 public void write(int b) throws IOException { in write() method in MockObd2UnderlyingTransport.MockOutputStream
/packages/services/Car/car-lib/src/android/car/vms/
DVmsOperationRecorder.java211 private void write(JSONObject object) { in write() method in VmsOperationRecorder
225 public void write(String msg) { in write() method in VmsOperationRecorder.Writer
/packages/services/BuiltInPrintService/src/com/android/bips/discovery/
DDiscoveredPrinter.java152 void write(JsonWriter writer) throws IOException { in write() method in DiscoveredPrinter

12