Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_bqr.cc517 std::stringstream ss_timestamp; in DebugDump() local
518 ss_timestamp << std::put_time(&p_event->tm_timestamp_, "%m-%d %H:%M:%S"); in DebugDump()
520 dprintf(fd, "%c %s %s\n", warning ? '*' : ' ', ss_timestamp.str().c_str(), in DebugDump()
/aosp12/frameworks/base/startop/scripts/trace_analyzer/
H A Dqueries_find_sched_switch_unblocked.sql48 …SELECT *, MIN(sched_switch_timestamp) AS ss_timestamp -- drop all of the 'too large' sched_sw…