Home
last modified time | relevance | path

Searched defs:flushable (Results 1 – 3 of 3) sorted by relevance

/external/guava/src/com/google/common/io/
DFlushables.java50 public static void flush(Flushable flushable, boolean swallowIOException) in flush()
69 public static void flushQuietly(Flushable flushable) { 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()
544 int flushable, uint8_t force_active, GError **err) in l2cap_set()
828 static int l2cap_get_flushable(int sock, gboolean *flushable) in l2cap_get_flushable()
856 gboolean flushable = FALSE; in l2cap_get() local
/external/bluetooth/bluez/audio/
Dliba2dp.c191 static int l2cap_set_flushable(int fd, int flushable) in l2cap_set_flushable()