Home
last modified time | relevance | path

Searched refs:flushable (Results 1 – 4 of 4) sorted by relevance

/external/guava/src/com/google/common/io/
DFlushables.java50 public static void flush(Flushable flushable, boolean swallowIOException) in flush() argument
53 flushable.flush(); in flush()
69 public static void flushQuietly(Flushable flushable) { in flushQuietly() argument
71 flush(flushable, true); in flushQuietly()
/external/bluetooth/bluez/btio/
Dbtio.c62 int flushable; member
531 static int l2cap_set_flushable(int sock, gboolean flushable) in l2cap_set_flushable() argument
535 f = flushable; in l2cap_set_flushable()
544 int flushable, uint8_t force_active, GError **err) in l2cap_set() argument
577 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() argument
839 *flushable = TRUE; in l2cap_get_flushable()
841 *flushable = FALSE; in l2cap_get_flushable()
[all …]
/external/bluetooth/bluez/audio/
Dliba2dp.c191 static int l2cap_set_flushable(int fd, int flushable) in l2cap_set_flushable() argument
200 if (flushable) { in l2cap_set_flushable()
/external/bluetooth/bluez/
DChangeLog14 Add support for flushable packets of A2DP media.