HomeSort by relevance Sort by last modified time
    Searched refs:time_get_os_boottime_ms (Results 1 - 10 of 10) sorted by null

  /system/bt/osi/include/
time.h 36 uint32_t time_get_os_boottime_ms(void);
  /system/bt/osi/src/
time.cc 26 uint32_t time_get_os_boottime_ms(void) { function
metrics.cc 68 static int64_t time_get_os_boottime_ms(void) { function in namespace:system_bt_osi
335 timestamp_ms = time_get_os_boottime_ms();
350 timestamp_ms = time_get_os_boottime_ms();
464 pimpl_->bluetooth_session_start_time_ms_ = time_get_os_boottime_ms();
  /system/bt/osi/test/
time_test.cc 31 // Test that the return value of time_get_os_boottime_ms() is not zero.
34 // of time_get_os_boottime_ms() is 32-bits integer that could wrap-around
40 uint32_t t1 = time_get_os_boottime_ms();
54 // Test that the return value of time_get_os_boottime_ms()
58 uint32_t t1 = time_get_os_boottime_ms();
59 uint32_t t2 = time_get_os_boottime_ms();
74 // Test that the return value of time_get_os_boottime_ms()
85 uint32_t t1 = time_get_os_boottime_ms();
87 uint32_t t2 = time_get_os_boottime_ms();
metrics_test.cc 65 static int64_t time_get_os_boottime_ms(void) { function in namespace:testing
488 system_bt_osi::CONNECTION_TECHNOLOGY_TYPE_LE, time_get_os_boottime_ms());
    [all...]
  /system/bt/stack/rfcomm/
rfc_l2cap_if.cc 108 rfc_timer_start(p_mcb, (uint16_t)(time_get_os_boottime_ms() % 10 + 2));
  /system/bt/stack/l2cap/
l2c_csm.cc 807 p_ccb->fcrb.connect_tick_count = time_get_os_boottime_ms();
    [all...]
l2c_fcr.cc 234 uint32_t dur = time_get_os_boottime_ms() - p_ccb->fcrb.connect_tick_count;
    [all...]
  /system/bt/stack/btm/
btm_inq.cc     [all...]
btm_sec.cc     [all...]

Completed in 91 milliseconds