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

  /external/chromium_org/content/browser/renderer_host/input/
mock_input_ack_handler.cc 70 size_t ack_count = ack_count_; local
72 return ack_count;
  /hardware/ril/reference-ril/
atchannel.c 606 int ack_count; local
613 ioctl(fd, OMAP_CSMI_TTY_READ_UNACKED, &ack_count);
620 ioctl(fd, OMAP_CSMI_TTY_ACK, &ack_count);
621 } while(ack_count > 0 || read_count > 0);

Completed in 58 milliseconds