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

  /system/core/adb/
sysdeps_win32.c 869 int can_read; /* boolean */ member in struct:BipBufferRec_
884 buffer->can_read = 0;
898 if (!bip->can_read) {
992 if ( !bip->can_read ) {
993 bip->can_read = 1;
998 bip->fdin, bip->fdout, count, bip->a_start, bip->a_end, bip->b_end, bip->can_write, bip->can_read ));
1015 while ( !bip->can_read )
1046 assert( avail > 0 ); /* since can_read is TRUE */
1078 bip->can_read = 0;
1091 bip->fdin, bip->fdout, count, bip->a_start, bip->a_end, bip->b_end, bip->can_write, bip->can_read ));
    [all...]
  /external/bluetooth/glib/gio/tests/
live-g-file.c 300 gboolean can_read, can_write; local
321 can_read =
324 g_assert_cmpint (can_read, ==, TRUE);
    [all...]

Completed in 51 milliseconds