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

  /bionic/libc/kernel/arch-sh/asm/
sh_mobile_lcdc.h 48 void (*write_index)(void *handle, unsigned long data); member in struct:sh_mobile_lcdc_sys_bus_ops
  /external/libnfc-nxp/src/
phFriNfc_TopazDynamicMap.c 1287 uint8_t write_index = 0; local
3212 uint16_t write_index = 0; local
3323 uint16_t write_index = 0; local
3494 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;
  /prebuilt/linux-x86/toolchain/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
stream.h 482 * write_index member field (and only this field) is updated on each
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpulse.so 
libpulse.so.0 
libpulse.so.0.4 
libpulse.so.0.4.1 
libpulse.a     [all...]
  /external/chromium/net/socket/
socket_test_util.cc 364 << ": Write " << write_index();
514 << ": Write " << write_index();
    [all...]
socket_test_util.h 178 size_t write_index() const { return write_index_; } function in class:net::StaticSocketDataProvider
    [all...]
  /external/chromium/net/spdy/
spdy_network_transaction_unittest.cc 201 << (*it)->write_index();
218 << (*it)->write_index();
    [all...]

Completed in 433 milliseconds