Searched defs:write_index (Results 1 - 3 of 3) sorted by relevance

/external/qemu/audio/
H A Dwinaudio.c97 int write_index; /* starting first writable buffer */ member in struct:WinAudioOut
245 s->write_index = 0;
270 WAVEHDR* wav_buffer = s->buffers + s->write_index;
283 //D("run_out: buffer:%d pos:%d size:%d wsamples:%d wbytes:%d live:%d rpos:%d hwsamples:%d\n", s->write_index,
299 now/1e9, (now-last_time)/1e9, s->write_index);
304 s->write_index += 1;
305 if (s->write_index == NUM_OUT_BUFFERS)
306 s->write_index = 0;
/external/chromium/net/socket/
H A Dsocket_test_util.h178 size_t write_index() const { return write_index_; } function in class:net::StaticSocketDataProvider
/external/libnfc-nxp/src/
H A DphFriNfc_TopazDynamicMap.c1287 uint8_t write_index = 0; local
1536 write_buf[write_index] = PH_FRINFC_TOPAZ_CC_BYTE0;
1537 write_index = (uint8_t)(write_index + 1);
1548 write_index);
1573 write_buf[write_index] = PH_FRINFC_TOPAZ_CC_BYTE0;
1574 write_index = (uint8_t)(write_index + 1);
1582 write_index);
3212 uint16_t write_index local
3323 uint16_t write_index = 0; local
3494 uint16_t write_index = 0; local
[all...]

Completed in 98 milliseconds