Home
last modified time | relevance | path

Searched refs:ms_time (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c1054 UINT32 ms_time; in GKI_get_time_stamp() local
1061 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()
1062 s_time = ms_time/100; /* 100 Ticks per second */ in GKI_get_time_stamp()
1066 ms_time -= s_time*100; in GKI_get_time_stamp()
1079 *p_out++ = (INT8)((ms_time / 10) + '0'); in GKI_get_time_stamp()
1080 *p_out++ = (INT8)((ms_time % 10) + '0'); in GKI_get_time_stamp()
/external/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.c1029 UINT32 ms_time; in GKI_get_time_stamp() local
1036 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()
1037 s_time = ms_time/100; /* 100 Ticks per second */ in GKI_get_time_stamp()
1041 ms_time -= s_time*100; in GKI_get_time_stamp()
1054 *p_out++ = (INT8)((ms_time / 10) + '0'); in GKI_get_time_stamp()
1055 *p_out++ = (INT8)((ms_time % 10) + '0'); in GKI_get_time_stamp()
/external/bluetooth/bluedroid/gki/ulinux/
Dgki_ulinux.c1289 UINT32 ms_time; in GKI_get_time_stamp() local
1296 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()
1297 s_time = ms_time/100; /* 100 Ticks per second */ in GKI_get_time_stamp()
1301 ms_time -= s_time*100; in GKI_get_time_stamp()
1314 *p_out++ = (INT8)((ms_time / 10) + '0'); in GKI_get_time_stamp()
1315 *p_out++ = (INT8)((ms_time % 10) + '0'); in GKI_get_time_stamp()