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

  /system/core/adb/
sysdeps_win32.c 867 int can_write; /* boolean */ member in struct:BipBufferRec_
883 buffer->can_write = 1;
901 if (!bip->can_write) {
928 while (!bip->can_write) {
965 bip->can_write = 0;
975 assert( avail > 0 ); /* since can_write is TRUE */
985 bip->can_write = 0;
998 bip->fdin, bip->fdout, count, bip->a_start, bip->a_end, bip->b_end, bip->can_write, bip->can_read ));
1084 if (!bip->can_write ) {
1085 bip->can_write = 1
    [all...]
  /external/qemu/hw/
pci.c 463 int can_write, i; local
515 can_write = 0;
518 can_write = 1;
539 can_write = 0;
542 can_write = 1;
547 if (can_write) {
  /external/bluetooth/glib/gio/tests/
live-g-file.c 300 gboolean can_read, can_write; local
330 can_write =
333 g_assert_cmpint (can_write, ==, TRUE);
    [all...]

Completed in 142 milliseconds