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

  /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/
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...]

Completed in 61 milliseconds