Searched refs:last_write_time_us (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware/modules/audio/
H A Daudio_hw.c38 int64_t last_write_time_us; member in struct:stub_stream_out
84 // out->last_write_time_us = 0; unnecessary as a stale write time has same effect
129 const int64_t elapsed_time_since_last_write = now - out->last_write_time_us;
138 out->last_write_time_us = now + sleep_time;
139 // last_write_time_us is an approximation of when the (simulated) alsa

Completed in 548 milliseconds