Home
last modified time | relevance | path

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

/system/bt/bta/hearing_aid/
Dhearing_aid.cc1386 struct tm* tstamp = localtime(&rssi_logs.timestamp.tv_sec); in DumpRssi() local
1387 if (!strftime(temptime, sizeof(temptime), "%H:%M:%S", tstamp)) { in DumpRssi()
1388 …LOG(ERROR) << __func__ << ": strftime fails. tm_sec=" << tstamp->tm_sec << ", tm_min=" << tstamp->… in DumpRssi()
1389 << ", tm_hour=" << tstamp->tm_hour; in DumpRssi()
/system/core/libsysutils/src/
DNetlinkEvent.cpp248 asprintf(&mParams[8], "TSTAMP=%u", cacheinfo->tstamp); in parseIfAddrMessage()
/system/bt/btif/src/
Dbtif_dm.cc3311 struct tm* tstamp = localtime(&event->timestamp.tv_sec); in btif_debug_bond_event_dump() local
3312 strftime(temptime, sizeof(temptime), "%H:%M:%S", tstamp); in btif_debug_bond_event_dump()