Searched defs:write (Results 1 - 7 of 7) sorted by relevance

/system/extras/libublock/include/ublock/
H A Dublock.h29 int (*write)(const char *buf, uint64_t length, uint64_t offset); member in struct:ublock_ops
35 * May call your read and write functions as the kernel scans partition
/system/media/audio_utils/include/audio_utils/
H A Decho_reference.h25 /* Buffer descriptor used by read() and write() methods, including the time stamp and delay. */
51 int (*write)(struct echo_reference_itfe *echo_reference, struct echo_reference_buffer *buffer); member in struct:echo_reference_itfe
/system/extras/ext4_utils/
H A Doutput_file.c44 int (*write)(struct output_file *, u8 *, int); member in struct:output_file_ops
74 ret = write(out->fd, data, len);
76 error_errno("write");
79 error("incomplete write");
94 .write = file_write,
132 .write = gz_file_write,
168 ret = out->ops->write(out, (u8 *)&chunk_header, sizeof(chunk_header));
190 * chunk. The first write (of the super block) may not be
193 //DBG printf("write chunk: offset 0x%llx, length 0x%x bytes\n", off, len);
206 error("write chun
[all...]
/system/media/mca/filterfw/java/android/filterfw/core/
H A DSerializedFrame.java92 public final void write(byte b[]) { method in class:SerializedFrame.DirectByteOutputStream
93 write(b, 0, b.length);
97 public final void write(byte b[], int off, int len) { method in class:SerializedFrame.DirectByteOutputStream
104 public final void write(int b) { method in class:SerializedFrame.DirectByteOutputStream
/system/core/adb/
H A Dsysdeps.h136 return write(fd, buf, len);
138 #undef write macro
139 #define write ___xxx_write macro
364 return write(fd, buf, len);
366 #undef write macro
367 #define write ___xxx_write macro
/system/core/include/private/pixelflinger/
H A Dggl_context.h337 void (*write)(const surface_t* s, context_t* c, member in struct:android::surface_t
/system/core/libpixelflinger/
H A Dscanline.cpp886 // write
887 c->state.buffers.color.write(
1132 void write(uint32_t s, uint16_t* dst) { function in struct:android::blender_32to16
1154 void write(uint32_t s, uint16_t* dst, ditherer& di) { function in struct:android::blender_32to16
1189 void write(uint32_t s, uint16_t* dst) { function in struct:android::blender_32to16_srcA
1233 void write(uint32_t s, uint16_t* dst) { function in struct:android::blender_32to16_modulate
1263 void write(uint32_t s, uint16_t* dst, ditherer& di) { function in struct:android::blender_32to16_modulate
1305 void write(uint32_t s, uint16_t* dst) { function in struct:android::blender_x32to16_modulate
1327 void write(uint32_t s, uint16_t* dst, ditherer& di) { function in struct:android::blender_x32to16_modulate
1360 void write(uint16_ function in struct:android::blender_16to16_modulate
[all...]

Completed in 4517 milliseconds