Searched refs:temptime (Results 1 – 2 of 2) sorted by relevance
/system/bt/bta/hearing_aid/ |
D | hearing_aid.cc | 1389 char temptime[20]; in DumpRssi() local 1391 if (!strftime(temptime, sizeof(temptime), "%H:%M:%S", tstamp)) { in DumpRssi() 1394 strlcpy(temptime, "UNKNOWN TIME", sizeof(temptime)); in DumpRssi() 1396 …snprintf(eventtime, sizeof(eventtime), "%s.%03ld", temptime, rssi_logs.timestamp.tv_nsec / 1000000… in DumpRssi()
|
/system/bt/btif/src/ |
D | btif_dm.cc | 3150 char temptime[20]; in btif_debug_bond_event_dump() local 3152 strftime(temptime, sizeof(temptime), "%H:%M:%S", tstamp); in btif_debug_bond_event_dump() 3153 snprintf(eventtime, sizeof(eventtime), "%s.%03ld", temptime, in btif_debug_bond_event_dump()
|