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

  /external/chromium_org/mojo/system/
local_data_pipe.cc 110 size_t write_index = local
118 *buffer_num_bytes <= capacity_num_bytes() - write_index) {
121 DCHECK_GE(start_index_, write_index);
137 *buffer = buffer_.get() + write_index;
  /external/qemu/audio/
winaudio.c 97 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_org/net/socket/
socket_test_util.h 255 size_t write_index() const { return write_index_; } function in class:net::StaticSocketDataProvider
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_TopazDynamicMap.c 1290 uint8_t write_index = 0; local
3215 uint16_t write_index = 0; local
3326 uint16_t write_index = 0; local
3497 uint16_t write_index = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
def.h 566 * as pa_bytes_to_usec(write_index-read_index)) The output buffer
611 /**< Non-zero if write_index is not up-to-date because a local
615 * write_index. */
617 int64_t write_index; member in struct:pa_timing_info
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
def.h 566 * as pa_bytes_to_usec(write_index-read_index)) The output buffer
611 /**< Non-zero if write_index is not up-to-date because a local
615 * write_index. */
617 int64_t write_index; member in struct:pa_timing_info
    [all...]

Completed in 285 milliseconds