Searched defs:android_log_transport_write (Results 1 – 1 of 1) sorted by relevance
40 struct android_log_transport_write { struct41 struct listnode node;42 const char* name; /* human name to describe the transport */43 unsigned logMask; /* mask cache of available() success */44 union android_log_context context; /* Initialized by static allocation */46 int (*available)(log_id_t logId); /* Does not cause resources to be taken */47 int (*open)(); /* can be called multiple times, reusing current resources */48 void (*close)(); /* free up resources */50 int (*write)(log_id_t logId, struct timespec* ts, struct iovec* vec,