Home
last modified time | relevance | path

Searched refs:tm_timestamp_ (Results 1 – 2 of 2) sorted by relevance

/system/bt/btif/src/
Dbtif_bqr.cc65 localtime_r(&now, &tm_timestamp_); in ParseBqrEvt()
316 ss_timestamp << std::put_time(&p_event->tm_timestamp_, "%m-%d %H:%M:%S"); in DebugDump()
/system/bt/btif/include/
Dbtif_bqr.h207 std::tm tm_timestamp_ = {}; variable