Searched refs:flushable (Results 1 – 4 of 4) sorted by relevance
50 public static void flush(Flushable flushable, boolean swallowIOException) in flush() argument53 flushable.flush(); in flush()69 public static void flushQuietly(Flushable flushable) { in flushQuietly() argument71 flush(flushable, true); in flushQuietly()
62 int flushable; member531 static int l2cap_set_flushable(int sock, gboolean flushable) in l2cap_set_flushable() argument535 f = flushable; in l2cap_set_flushable()544 int flushable, uint8_t force_active, GError **err) in l2cap_set() argument577 if (flushable >= 0 && l2cap_set_flushable(sock, flushable) < 0) { in l2cap_set()713 opts->flushable = -1; in parse_set_opts()771 opts->flushable = va_arg(args, gboolean); in parse_set_opts()828 static int l2cap_get_flushable(int sock, gboolean *flushable) in l2cap_get_flushable() argument839 *flushable = TRUE; in l2cap_get_flushable()841 *flushable = FALSE; in l2cap_get_flushable()[all …]
191 static int l2cap_set_flushable(int fd, int flushable) in l2cap_set_flushable() argument200 if (flushable) { in l2cap_set_flushable()
14 Add support for flushable packets of A2DP media.