HomeSort by relevance Sort by last modified time
    Searched defs:io_buffer (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
iobuf.h 43 struct io_buffer { struct
69 static inline void * iob_reserve ( struct io_buffer *iobuf, size_t len ) {
87 static inline void * iob_push ( struct io_buffer *iobuf, size_t len ) {
104 static inline void * iob_pull ( struct io_buffer *iobuf, size_t len ) {
122 static inline void * iob_put ( struct io_buffer *iobuf, size_t len ) {
139 static inline void iob_unput ( struct io_buffer *iobuf, size_t len ) {
152 static inline void iob_empty ( struct io_buffer *iobuf ) {
162 static inline size_t iob_len ( struct io_buffer *iobuf ) {
172 static inline size_t iob_headroom ( struct io_buffer *iobuf ) {
182 static inline size_t iob_tailroom ( struct io_buffer *iobuf )
    [all...]
  /frameworks/av/media/mtp/
MtpFfsHandle.h 34 struct io_buffer { struct in namespace:android
73 struct io_buffer mIobuf[NUM_IO_BUFS];
76 int iobufSubmit(struct io_buffer *buf, int fd, unsigned length, bool read);
83 int waitEvents(struct io_buffer *buf, int min_events, struct io_event *events, int *counter);

Completed in 68 milliseconds