OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
61
static int64_t
time_get_os_boottime_ms
(void) {
function in namespace:system_bt_osi
325
timestamp_ms =
time_get_os_boottime_ms
();
340
timestamp_ms =
time_get_os_boottime_ms
();
439
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
61
static int64_t
time_get_os_boottime_ms
(void) {
function in namespace:testing
484
system_bt_osi::CONNECTION_TECHNOLOGY_TYPE_LE,
time_get_os_boottime_ms
());
/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
[
all
...]
l2c_fcr.cc
235
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 666 milliseconds