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

  /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...]
  /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;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
def.h 290 * as pa_bytes_to_usec(write_index-read_index)) The output buffer
318 int write_index_corrupt; /**< Non-zero if write_index is not
325 * write_index. \since 0.8 */
326 int64_t write_index; /**< Current write index into the member in struct:pa_timing_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
def.h 290 * as pa_bytes_to_usec(write_index-read_index)) The output buffer
318 int write_index_corrupt; /**< Non-zero if write_index is not
325 * write_index. \since 0.8 */
326 int64_t write_index; /**< Current write index into the member in struct:pa_timing_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
def.h 290 * as pa_bytes_to_usec(write_index-read_index)) The output buffer
318 int write_index_corrupt; /**< Non-zero if write_index is not
325 * write_index. \since 0.8 */
326 int64_t write_index; /**< Current write index into the member in struct:pa_timing_info
  /external/chromium/net/socket/
socket_test_util.h 178 size_t write_index() const { return write_index_; } function in class:net::StaticSocketDataProvider
    [all...]
socket_test_util.cc 364 << ": Write " << write_index();
514 << ": Write " << write_index();
    [all...]
  /external/chromium/net/spdy/
spdy_network_transaction_unittest.cc 201 << (*it)->write_index();
218 << (*it)->write_index();
    [all...]

Completed in 1169 milliseconds