Home
last modified time | relevance | path

Searched refs:start_timestamp (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/gd/common/
Dstop_watch.cc47 stopwatch_logs[current_buffer_index].start_timestamp) in RecordLog()
79 std::string start_timestamp = ss.str(); in DumpStopWatchLog() local
82 start_timestamp, in DumpStopWatchLog()
86 stopwatch_logs[current_buffer_index].start_timestamp) in DumpStopWatchLog()
101 sw_log.start_timestamp = start_timestamp_; in ~StopWatch()
Dstop_watch.h27 std::chrono::high_resolution_clock::time_point start_timestamp; member
/packages/modules/Bluetooth/system/common/
Dstop_watch_legacy.cc46 stopwatch_logs[current_buffer_index].start_timestamp) in RecordLog()
78 std::string start_timestamp = ss.str(); in DumpStopWatchLog() local
79 log::info("{}: {}: took {} us", start_timestamp, in DumpStopWatchLog()
84 stopwatch_logs[current_buffer_index].start_timestamp) in DumpStopWatchLog()
99 sw_log.start_timestamp = start_timestamp_; in ~StopWatchLegacy()
Dstop_watch_legacy.h27 std::chrono::high_resolution_clock::time_point start_timestamp; member
/packages/apps/Settings/src/com/android/settings/fuelgauge/protos/
Dbattery_usage_slot.proto8 optional int64 start_timestamp = 1; field
Dpower_anomaly_event.proto65 optional int64 start_timestamp = 1; field
/packages/modules/Virtualization/virtualizationmanager/src/
Datom.rs194 let elapsed_time_millis = get_duration(vm_metric.start_timestamp).as_millis() as i64; in write_vm_exited_stats_sync()
Dcrosvm.rs260 pub start_timestamp: Option<SystemTime>, field
421 vm_metric.start_timestamp = Some(SystemTime::now()); in start()
Daidl.rs1574 let vm_start_timestamp = vm.vm_metric.lock().unwrap().start_timestamp; in notifyPayloadStarted()