HomeSort by relevance Sort by last modified time
    Searched refs:write_index (Results 1 - 4 of 4) 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;
271 WAVEHDR* wav_buffer = s->buffers + s->write_index;
284 //D("run_out: buffer:%d pos:%d size:%d wsamples:%d wbytes:%d live:%d rpos:%d hwsamples:%d\n", s->write_index,
300 now/1e9, (now-last_time)/1e9, s->write_index);
305 s->write_index += 1;
306 if (s->write_index == NUM_OUT_BUFFERS)
307 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

Completed in 81 milliseconds