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

  /device/generic/car/emulator/audio/driver/
audio_hw.h 53 uint64_t last_write_time_us; // Protected by this->lock member in struct:generic_stream_out
audio_hw.c 378 uint64_t time_since_last_write_us = now_us - out->last_write_time_us;
384 out->last_write_time_us = now_us + sleep_time_us;
975 out->last_write_time_us = 0;
    [all...]
  /hardware/libhardware/modules/audio/
audio_hw.c 50 int64_t last_write_time_us; member in struct:stub_stream_out
121 // out->last_write_time_us = 0; unnecessary as a stale write time has same effect
166 const int64_t elapsed_time_since_last_write = now - out->last_write_time_us;
175 out->last_write_time_us = now + sleep_time;
176 // last_write_time_us is an approximation of when the (simulated) alsa
  /device/generic/goldfish/audio/
audio_hw.c 180 uint64_t last_write_time_us; // Protected by this->lock member in struct:generic_stream_out
547 uint64_t time_since_last_write_us = now_us - out->last_write_time_us;
553 out->last_write_time_us = now_us + sleep_time_us;
    [all...]

Completed in 80 milliseconds