Home
last modified time | relevance | path

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

1234

/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/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothOutputStream.java54 public void write(int oneByte) throws IOException { in write() method in BluetoothOutputStream
72 public void write(byte[] b, int offset, int count) throws IOException { in write() method in BluetoothOutputStream
/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/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/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/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/modules/Connectivity/service/src/com/android/server/net/
DDelayedDiskWrite.java53 public void write(final String filePath, final Writer w) { in write() method in DelayedDiskWrite
60 public void write(final String filePath, final Writer w, final boolean open) { in write() method in DelayedDiskWrite
/packages/services/Car/car-lib/src/com/android/car/internal/util/
DIndentingPrintWriter.java185 public void write(int c) { in write() method in IndentingPrintWriter
191 public void write(@NonNull String s, int off, int len) { in write() method in IndentingPrintWriter
198 public void write(@NonNull char[] buf, int offset, int count) { in write() method in IndentingPrintWriter
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hci.cc34 size_t write(const uint8_t*, uint32_t) { return 0; } in write() function
102 size_t write(const uint8_t* p_buf, uint32_t len) { in write() function
/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/apps/ManagedProvisioning/src/com/android/managedprovisioning/analytics/
DMetricsWriter.java25 void write(DevicePolicyEventLogger... logger); in write() method
DInstantMetricsWriter.java26 public void write(DevicePolicyEventLogger... loggers) { in write() method in InstantMetricsWriter
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/simulator_app/src/android/nearby/fastpair/provider/simulator/testing/
DStreamIOHandler.java42 void write(ByteString output) throws IOException; in write() method
/packages/modules/Connectivity/service-t/src/com/android/server/ethernet/
DEthernetConfigStore.java115 public void write(String iface, IpConfiguration config) { in write() method in EthernetConfigStore
120 void write(String iface, IpConfiguration config, String filepath) { in write() method in EthernetConfigStore
/packages/apps/Gallery2/jni_jpegstream/src/
Doutputstream_wrapper.cpp22 int32_t OutputStreamWrapper::write(int32_t length, int32_t offset) { in write() function in OutputStreamWrapper
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDurable.java26 public void write(DataOutputStream out) throws IOException; in write() method
/packages/services/Car/cpp/telemetry/cartelemetryd/src/
DCarTelemetryImpl.cpp36 ndk::ScopedAStatus CarTelemetryImpl::write(const std::vector<CarData>& dataList) { in write() function in android::automotive::telemetry::CarTelemetryImpl
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/helpers/utils/
DIOUtils.java32 public static void write(OutputStream os, byte[] data) throws IOException { in write() method in IOUtils
/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/ImsServiceEntitlement/src/com/android/imsserviceentitlement/utils/
DMetricsLogger.java44 public void write(int appId, int appResult) { in write() method in MetricsLogger
/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/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/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

1234