Searched refs:tstamp (Results 1 – 3 of 3) sorted by relevance
/system/bt/bta/hearing_aid/ |
D | hearing_aid.cc | 1386 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/ |
D | NetlinkEvent.cpp | 248 asprintf(&mParams[8], "TSTAMP=%u", cacheinfo->tstamp); in parseIfAddrMessage()
|
/system/bt/btif/src/ |
D | btif_dm.cc | 3311 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()
|