Home
last modified time | relevance | path

Searched refs:time_gettimeofday_us (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/common/
Dtime_util_unittest.cc132 uint64_t t1 = bluetooth::common::time_gettimeofday_us(); in TEST()
141 uint64_t t1 = bluetooth::common::time_gettimeofday_us(); in TEST()
142 uint64_t t2 = bluetooth::common::time_gettimeofday_us(); in TEST()
158 uint64_t t1 = bluetooth::common::time_gettimeofday_us(); in TEST()
160 uint64_t t2 = bluetooth::common::time_gettimeofday_us(); in TEST()
Dtime_util.h38 uint64_t time_gettimeofday_us();
Dtime_util.cc46 uint64_t time_gettimeofday_us() { in time_gettimeofday_us() function
/packages/modules/Bluetooth/system/stack/test/a2dp/
Da2dp_opus_unittest.cc153 uint64_t timestamp_us = bluetooth::common::time_gettimeofday_us(); in TEST_F()
156 timestamp_us = bluetooth::common::time_gettimeofday_us(); in TEST_F()
179 uint64_t timestamp_us = bluetooth::common::time_gettimeofday_us(); in TEST_F()
182 timestamp_us = bluetooth::common::time_gettimeofday_us(); in TEST_F()
225 uint64_t timestamp_us = bluetooth::common::time_gettimeofday_us(); in TEST_F()
Da2dp_sbc_unittest.cc161 uint64_t timestamp_us = bluetooth::common::time_gettimeofday_us(); in TEST_F()
164 timestamp_us = bluetooth::common::time_gettimeofday_us(); in TEST_F()
186 uint64_t timestamp_us = bluetooth::common::time_gettimeofday_us(); in TEST_F()
189 timestamp_us = bluetooth::common::time_gettimeofday_us(); in TEST_F()
232 uint64_t timestamp_us = bluetooth::common::time_gettimeofday_us(); in TEST_F()
Da2dp_aac_unittest.cc160 uint64_t timestamp_us = bluetooth::common::time_gettimeofday_us(); in TEST_F()
179 uint64_t timestamp_us = bluetooth::common::time_gettimeofday_us(); in TEST_F()
218 uint64_t timestamp_us = bluetooth::common::time_gettimeofday_us(); in TEST_F()
Da2dp_vendor_ldac_unittest.cc144 uint64_t timestamp_us = bluetooth::common::time_gettimeofday_us(); in TEST_F()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_debug_conn.cc73 evt->ts = bluetooth::common::time_gettimeofday_us(); in btif_debug_conn_state()
/packages/modules/Bluetooth/system/stack/btm/
Dsco_pkt_status.h59 ts = bluetooth::common::time_gettimeofday_us(); in update()