Home
last modified time | relevance | path

Searched refs:tm (Results 1 – 25 of 70) sorted by relevance

123

/hardware/knowles/athletico/sound_trigger_hal/tests/
Dtunnel_test_sensor.c90 struct tunlMsg tm; in main() local
112 tm.tunlSrc = VSYNC_SENSOR_SOURCE_ID; in main()
113 tm.tunlMode = VSYNC_SENSOR_MODE; in main()
114 tm.tunlEncode = VSYNC_SENSOR_ENCODE; in main()
115 err = ioctl(fileno(tun_dev), FLICKER_TUNNEL_SETUP, &tm); in main()
121 tm.tunlSrc = SENSOR_TUNNEL_SOURCE_ID; in main()
122 tm.tunlMode = SENSOR_TUNNEL_MODE; in main()
123 tm.tunlEncode = SENSOR_TUNNEL_ENCODE; in main()
124 err = ioctl(fileno(tun_dev), FLICKER_TUNNEL_SETUP, &tm); in main()
304 tm.tunlSrc = SENSOR_TUNNEL_SOURCE_ID; in main()
[all …]
Dcrash_event_logger.c245 struct tm *tm; in dump_crash_log() local
265 tm = localtime(&t); in dump_crash_log()
266 strftime(curr_time, 64, "%F_%H_%M_%S", tm); in dump_crash_log()
311 struct tm *tm; in dump_reg_access_hist_log() local
331 tm = localtime(&t); in dump_reg_access_hist_log()
332 strftime(curr_time, 64, "%F_%H_%M_%S", tm); in dump_reg_access_hist_log()
546 struct tm *tm = NULL; in ssr_dump_log() local
554 tm = localtime(&t); in ssr_dump_log()
557 tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday, in ssr_dump_log()
558 tm->tm_hour, tm->tm_min, tm->tm_sec); in ssr_dump_log()
[all …]
/hardware/knowles/athletico/sound_trigger_hal/
Dtunnel.c84 struct tunlMsg tm; in ia_enable_tunneling_source() local
93 tm.tunlSrc = src_id; in ia_enable_tunneling_source()
94 tm.tunlMode = tnl_mode; in ia_enable_tunneling_source()
95 tm.tunlEncode = tnl_encode; in ia_enable_tunneling_source()
96 err = ioctl(thdl->tunnel_dev, TUNNEL_SETUP, &tm); in ia_enable_tunneling_source()
111 struct tunlMsg tm; in ia_disable_tunneling_source() local
120 tm.tunlSrc = src_id; in ia_disable_tunneling_source()
121 tm.tunlMode = tunl_mode; in ia_disable_tunneling_source()
122 tm.tunlEncode = tunl_encode; in ia_disable_tunneling_source()
123 err = ioctl(thdl->tunnel_dev, TUNNEL_TERMINATE, &tm); in ia_disable_tunneling_source()
/hardware/st/nfc/1.0/hal/
Dhalcore.c406 struct timespec tm; in HalGetTimestamp() local
407 clock_gettime(CLOCK_REALTIME, &tm); in HalGetTimestamp()
408 return tm; in HalGetTimestamp()
892 struct timespec tm; in HalSemWait() local
895 clock_gettime(CLOCK_REALTIME, &tm); in HalSemWait()
898 tm.tv_sec += (timeout / 1000); in HalSemWait()
899 tm.tv_nsec += ((timeout % 1000) * 1000000); in HalSemWait()
902 if (tm.tv_nsec >= oneSecInNs) { in HalSemWait()
903 tm.tv_sec++; in HalSemWait()
904 tm.tv_nsec -= oneSecInNs; in HalSemWait()
[all …]
/hardware/st/nfc/st21nfc/hal/
Dhalcore.cc410 struct timespec tm; in HalGetTimestamp() local
411 clock_gettime(CLOCK_REALTIME, &tm); in HalGetTimestamp()
412 return tm; in HalGetTimestamp()
881 struct timespec tm; in HalSemWait() local
884 clock_gettime(CLOCK_REALTIME, &tm); in HalSemWait()
887 tm.tv_sec += (timeout / 1000); in HalSemWait()
888 tm.tv_nsec += ((timeout % 1000) * 1000000); in HalSemWait()
891 if (tm.tv_nsec >= oneSecInNs) { in HalSemWait()
892 tm.tv_sec++; in HalSemWait()
893 tm.tv_nsec -= oneSecInNs; in HalSemWait()
[all …]
/hardware/libhardware/modules/camera/3_4/arc/
Dexif_utils.h62 bool SetDateTime(const struct tm& t);
82 bool SetGpsTimestamp(const struct tm& t);
/hardware/interfaces/camera/common/1.0/default/include/
DExif.h89 virtual bool setDateTime(const struct tm& t) = 0;
151 virtual bool setGpsTimestamp(const struct tm& t) = 0;
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhw_ar3k.c391 struct timespec tm = { 0, 500000}; in set_cntrlr_baud() local
414 nanosleep(&tm, NULL); in set_cntrlr_baud()
1058 struct timespec tm = { 0, 500000}; in ath3k_init() local
1136 nanosleep(&tm, NULL); in ath3k_init()
1236 struct timespec tm = { 0, 50000}; in ath3k_post() local
1262 nanosleep(&tm, NULL); in ath3k_post()
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
Dhw_ar3k.c389 struct timespec tm = { 0, 500000}; in set_cntrlr_baud() local
412 nanosleep(&tm, NULL); in set_cntrlr_baud()
1056 struct timespec tm = { 0, 500000}; in ath3k_init() local
1134 nanosleep(&tm, NULL); in ath3k_init()
1234 struct timespec tm = { 0, 50000}; in ath3k_post() local
1260 nanosleep(&tm, NULL); in ath3k_post()
/hardware/qcom/sdm845/bt/libbt-vendor/src/
Dhw_ar3k.c391 struct timespec tm = { 0, 500000}; in set_cntrlr_baud() local
414 nanosleep(&tm, NULL); in set_cntrlr_baud()
1058 struct timespec tm = { 0, 500000}; in ath3k_init() local
1136 nanosleep(&tm, NULL); in ath3k_init()
1236 struct timespec tm = { 0, 50000}; in ath3k_post() local
1262 nanosleep(&tm, NULL); in ath3k_post()
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dhw_ar3k.c387 struct timespec tm = { 0, 500000}; in set_cntrlr_baud() local
410 nanosleep(&tm, NULL); in set_cntrlr_baud()
1052 struct timespec tm = { 0, 500000}; in ath3k_init() local
1130 nanosleep(&tm, NULL); in ath3k_init()
1230 struct timespec tm = { 0, 50000}; in ath3k_post() local
1256 nanosleep(&tm, NULL); in ath3k_post()
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dhw_ar3k.c387 struct timespec tm = { 0, 500000}; in set_cntrlr_baud() local
410 nanosleep(&tm, NULL); in set_cntrlr_baud()
1052 struct timespec tm = { 0, 500000}; in ath3k_init() local
1130 nanosleep(&tm, NULL); in ath3k_init()
1230 struct timespec tm = { 0, 50000}; in ath3k_post() local
1256 nanosleep(&tm, NULL); in ath3k_post()
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dhw_ar3k.c393 struct timespec tm = { 0, 500000}; in set_cntrlr_baud() local
416 nanosleep(&tm, NULL); in set_cntrlr_baud()
1060 struct timespec tm = { 0, 500000}; in ath3k_init() local
1138 nanosleep(&tm, NULL); in ath3k_init()
1238 struct timespec tm = { 0, 50000}; in ath3k_post() local
1264 nanosleep(&tm, NULL); in ath3k_post()
/hardware/qcom/sdm845/gps/msm8994/utils/
Dloc_log.cpp174 struct tm now_tm; /* broken-down time */ in loc_get_time()
/hardware/qcom/gps/msm8960/utils/
Dloc_log.cpp173 struct tm now_tm; /* broken-down time */ in loc_get_time()
/hardware/qcom/gps/utils/
Dloc_log.cpp174 struct tm now_tm; /* broken-down time */ in loc_get_time()
/hardware/qcom/gps/msm8994/utils/
Dloc_log.cpp174 struct tm now_tm; /* broken-down time */ in loc_get_time()
/hardware/qcom/sdm845/gps/msm8960/utils/
Dloc_log.cpp173 struct tm now_tm; /* broken-down time */ in loc_get_time()
/hardware/qcom/sdm845/gps/msm8084/utils/
Dloc_log.cpp173 struct tm now_tm; /* broken-down time */ in loc_get_time()
/hardware/qcom/sdm845/gps/utils/
Dloc_log.cpp174 struct tm now_tm; /* broken-down time */ in loc_get_time()
/hardware/qcom/gps/msm8084/utils/
Dloc_log.cpp173 struct tm now_tm; /* broken-down time */ in loc_get_time()
/hardware/qcom/gps/msm8996/utils/
Dloc_log.cpp175 struct tm now_tm; /* broken-down time */ in loc_get_time()
/hardware/qcom/gps/msm8998/utils/
Dloc_log.cpp171 struct tm now_tm; /* broken-down time */ in loc_get_time()
/hardware/qcom/sdm845/gps/sdm845/utils/
Dloc_log.cpp170 struct tm now_tm; /* broken-down time */ in loc_get_time()
/hardware/qcom/sdm845/gps/msm8909/utils/
Dloc_log.cpp175 struct tm now_tm; /* broken-down time */ in loc_get_time()

123