Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c1057 UINT32 h_time; in GKI_get_time_stamp() local
1064 h_time = m_time/60; in GKI_get_time_stamp()
1068 m_time -= h_time*60; in GKI_get_time_stamp()
1070 *p_out++ = (INT8)((h_time / 10) + '0'); in GKI_get_time_stamp()
1071 *p_out++ = (INT8)((h_time % 10) + '0'); in GKI_get_time_stamp()
/external/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.c1032 UINT32 h_time; in GKI_get_time_stamp() local
1039 h_time = m_time/60; in GKI_get_time_stamp()
1043 m_time -= h_time*60; in GKI_get_time_stamp()
1045 *p_out++ = (INT8)((h_time / 10) + '0'); in GKI_get_time_stamp()
1046 *p_out++ = (INT8)((h_time % 10) + '0'); in GKI_get_time_stamp()
/external/bluetooth/bluedroid/gki/ulinux/
Dgki_ulinux.c1292 UINT32 h_time; in GKI_get_time_stamp() local
1299 h_time = m_time/60; in GKI_get_time_stamp()
1303 m_time -= h_time*60; in GKI_get_time_stamp()
1305 *p_out++ = (INT8)((h_time / 10) + '0'); in GKI_get_time_stamp()
1306 *p_out++ = (INT8)((h_time % 10) + '0'); in GKI_get_time_stamp()