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 - 8
of
8
) sorted by null
/system/bt/osi/include/
time.h
30
uint32_t
time_get_os_boottime_ms
(void);
/system/bt/osi/src/
time.c
25
uint32_t
time_get_os_boottime_ms
(void) {
function
/system/bt/osi/test/
time_test.cpp
33
// Test that the return value of
time_get_os_boottime_ms
() is not zero.
36
// of
time_get_os_boottime_ms
() is 32-bits integer that could wrap-around
42
uint32_t t1 =
time_get_os_boottime_ms
();
48
// Test that the return value of
time_get_os_boottime_ms
()
52
uint32_t t1 =
time_get_os_boottime_ms
();
53
uint32_t t2 =
time_get_os_boottime_ms
();
58
// Test that the return value of
time_get_os_boottime_ms
()
69
uint32_t t1 =
time_get_os_boottime_ms
();
71
uint32_t t2 =
time_get_os_boottime_ms
();
/system/bt/stack/rfcomm/
rfc_l2cap_if.c
110
rfc_timer_start(p_mcb, (UINT16)(
time_get_os_boottime_ms
() % 10 + 2));
/system/bt/stack/l2cap/
l2c_csm.c
[
all
...]
l2c_fcr.c
246
UINT32 dur =
time_get_os_boottime_ms
() - p_ccb->fcrb.connect_tick_count;
[
all
...]
/system/bt/stack/btm/
btm_inq.c
[
all
...]
btm_sec.c
[
all
...]
Completed in 381 milliseconds