HomeSort by relevance Sort by last modified time
    Searched refs:can_write (Results 1 - 2 of 2) 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) {

Completed in 39 milliseconds