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

/system/extras/libublock/include/ublock/
H A Dublock.h28 int (*read)(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. */
39 * when used for EchoReference::read():
50 int (*read)(struct echo_reference_itfe *echo_reference, struct echo_reference_buffer *buffer); member in struct:echo_reference_itfe
/system/core/libctest/
H A Dctest.c79 size_t read; local
80 while ((read = fread(buffer, sizeof(char), 512, suite->out)) > 0) {
81 // TODO: Make sure we actually wrote 'read' bytes.
82 fwrite(buffer, sizeof(char), read, stderr);
/system/core/adb/
H A Dusb_windows.c43 /// Handle to USB read pipe (endpoint)
209 // Open read pipe (endpoint)
304 unsigned long read = 0; local
315 &read,
318 D("usb_write got: %ld, expected: %d, errno: %d\n", read, xfer, saved_errno);
320 data += read;
321 len -= read;
H A Dsysdeps.h94 /* unlink returns EACCES when the file is read-only, so we first */
129 return read(fd, buf, len);
131 #undef read macro
132 #define read ___xxx_read macro
356 return read(fd, buf, len);
359 #undef read macro
360 #define read ___xxx_read macro
/system/core/fastboot/
H A Dusb_windows.c55 /// Handle to USB read pipe (endpoint)
106 // Open read pipe (endpoint)
198 unsigned long read = 0; local
209 &read,
212 DBG("usb_read got: %ld, expected: %d, errno: %d\n", read, xfer, errno);
214 return read;
307 // read serial number (if there is one)
/system/core/include/private/pixelflinger/
H A Dggl_context.h335 void (*read) (const surface_t* s, context_t* c, member in struct:android::surface_t
410 surface_t read; member in struct:android::framebuffer_t

Completed in 98 milliseconds