Searched refs:current_time (Results 1 – 5 of 5) sorted by relevance
/device/generic/car/emulator/audio/driver/ |
D | audio_hw.c | 352 struct timespec current_time; in out_write() local 354 get_current_output_position(out, ¤t_position, ¤t_time); in out_write() 355 const uint64_t now_us = (current_time.tv_sec * 1000000000LL + in out_write() 356 current_time.tv_nsec) / 1000; in out_write() 359 out->underrun_time = current_time; in out_write() 852 struct timespec current_time; in in_read() local 854 get_current_input_position(in, ¤t_position, ¤t_time); in in_read() 857 in->standby_exit_time = current_time; in in_read() 939 struct timespec current_time; in in_get_capture_position() local 940 get_current_input_position(in, frames, ¤t_time); in in_get_capture_position() [all …]
|
/device/linaro/dragonboard/audio/ |
D | audio_hw.c | 549 struct timespec current_time; in out_write() local 551 get_current_output_position(out, ¤t_position, ¤t_time); in out_write() 552 const uint64_t now_us = (current_time.tv_sec * 1000000000LL + in out_write() 553 current_time.tv_nsec) / 1000; in out_write() 556 out->underrun_time = current_time; in out_write() 1075 struct timespec current_time; in in_read() local 1077 get_current_input_position(in, ¤t_position, ¤t_time); in in_read() 1080 in->standby_exit_time = current_time; in in_read() 1161 struct timespec current_time; in in_get_capture_position() local 1162 get_current_input_position(in, frames, ¤t_time); in in_get_capture_position() [all …]
|
/device/google/cuttlefish/guest/hals/audio/ |
D | audio_hw.c | 552 struct timespec current_time; in out_write() local 554 get_current_output_position(out, ¤t_position, ¤t_time); in out_write() 555 const uint64_t now_us = (current_time.tv_sec * 1000000000LL + in out_write() 556 current_time.tv_nsec) / 1000; in out_write() 559 out->underrun_time = current_time; in out_write() 1078 struct timespec current_time; in in_read() local 1080 get_current_input_position(in, ¤t_position, ¤t_time); in in_read() 1083 in->standby_exit_time = current_time; in in_read() 1164 struct timespec current_time; in in_get_capture_position() local 1165 get_current_input_position(in, frames, ¤t_time); in in_get_capture_position() [all …]
|
/device/google/cuttlefish_kernel/5.4-x86_64/ |
D | System.map | 13945 ffffffff813f6370 T current_time 45251 ffffffff820024b0 t current_time.cfi_jt
|
/device/google/cuttlefish_kernel/5.4-arm64/ |
D | System.map | 36740 ffffffc010415418 T current_time 126324 ffffffc010dec344 t current_time.cfi_jt
|