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

  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 746 const size_t flush_size = min(frames_to_flush_from_source, flushBufferSizeFrames); local
747 frames_to_flush_from_source -= flush_size;
748 source->read(flush_buffer, flush_size, AudioBufferProvider::kInvalidPTS);
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 1357 uint16_t flush_size; \/* Size of area read to flush caches *\/ member in struct:fadt_descriptor_rev1
    [all...]

Completed in 123 milliseconds