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

  /external/qemu/audio/
winaudio.c 98 int write_count; /* available writable buffers count */ member in struct:WinAudioOut
116 if (s->write_count < NUM_OUT_BUFFERS)
117 s->write_count += 1;
246 s->write_count = NUM_OUT_BUFFERS;
265 has_buffer = (s->write_count > 0);
309 if (--s->write_count == 0) {
  /external/chromium/net/socket/
socket_test_util.h 180 size_t write_count() const { return write_count_; } function in class:net::StaticSocketDataProvider
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 4556 int write_max = write_buf_size \/ write_elem_size, write_count = 0; local
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 598 __u32 write_count; member in struct:hfsplus_vol_header

Completed in 195 milliseconds