Home
last modified time | relevance | path

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

/hardware/libhardware/modules/audio/
Daudio_hw.c38 int64_t last_write_time_us; member
129 const int64_t elapsed_time_since_last_write = now - out->last_write_time_us; in out_write()
138 out->last_write_time_us = now + sleep_time; in out_write()
/hardware/qcom/audio/hal/
Daudio_hw.h214 int64_t last_write_time_us; member
Daudio_hw.c2215 if (out->last_write_time_us) in out_write_for_no_output()
2216 elapsed_time_since_last_write = now - out->last_write_time_us; in out_write_for_no_output()
2225 out->last_write_time_us = now + sleep_time; in out_write_for_no_output()