HomeSort by relevance Sort by last modified time
    Searched refs:flushable (Results 1 - 4 of 4) sorted by null

  /external/guava/src/com/google/common/io/
Flushables.java 19 import java.io.Flushable;
25 * Utility methods for working with {@link Flushable} objects.
37 * Flush a {@link Flushable}, with control over whether an
43 * @param flushable the {@code Flushable} object to be flushed.
47 * {@link Flushable#flush} throws an {@code IOException}.
50 public static void flush(Flushable flushable, boolean swallowIOException)
53 flushable.flush();
56 "IOException thrown while flushing Flushable.", e)
    [all...]
  /external/bluetooth/bluez/btio/
btio.c 62 int flushable; member in struct:set_opts
531 static int l2cap_set_flushable(int sock, gboolean flushable)
535 f = flushable;
544 int flushable, uint8_t force_active, GError **err)
577 if (flushable >= 0 && l2cap_set_flushable(sock, flushable) < 0) {
713 opts->flushable = -1;
771 opts->flushable = va_arg(args, gboolean);
828 static int l2cap_get_flushable(int sock, gboolean *flushable)
839 *flushable = TRUE
856 gboolean flushable = FALSE; local
    [all...]
  /external/bluetooth/bluez/audio/
liba2dp.c 191 static int l2cap_set_flushable(int fd, int flushable)
200 if (flushable) {
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 443 milliseconds