Searched defs:close (Results 1 - 4 of 4) sorted by relevance

/system/core/fastbootd/
H A Dtransport.h30 void (*close)(struct transport_handle *thandle); member in struct:transport
/system/core/adb/
H A Dadb.h91 /* flag: quit adbd when both ends close the
128 ** Always followed by a call to close. Optional, i.e. can be NULL.
132 /* close is called by the peer when it has gone away.
134 ** peer once our close method is called.
136 void (*close)(asocket *s); member in struct:asocket
182 void (*close)(atransport *t); member in struct:atransport
H A Dsysdeps.h124 return close(fd);
126 #undef close macro
127 #define close ____xxx_close macro
370 return close(fd);
372 #undef close macro
373 #define close ____xxx_close macro
/system/core/libsparse/
H A Doutput_file.c67 void (*close)(struct output_file *); member in struct:output_file_ops
181 .close = file_close,
265 .close = gz_file_close,
315 .close = callback_file_close,
538 out->ops->close(out);
758 close(file_fd);

Completed in 175 milliseconds