• Home
  • Raw
  • Download

Lines Matching +full:reset +full:- +full:trace

2 // Use of this source code is governed by a BSD-style license that can be
36 log_.reset(new ActivityLog(prop_reg)); in Interpreter()
44 void Interpreter::Trace(const char* message, const char* name) { in Trace() function in gestures::Interpreter
46 tracer_->Trace(message, name); in Trace()
53 Trace("log: start: ", "LogHardwareState"); in SyncInterpret()
54 log_->LogHardwareState(*hwstate); in SyncInterpret()
55 Trace("log: end: ", "LogHardwareState"); in SyncInterpret()
58 own_metrics_->Update(*hwstate); in SyncInterpret()
60 Trace("SyncInterpret: start: ", name()); in SyncInterpret()
62 Trace("SyncInterpret: end: ", name()); in SyncInterpret()
69 Trace("log: start: ", "LogTimerCallback"); in HandleTimer()
70 log_->LogTimerCallback(now); in HandleTimer()
71 Trace("log: end: ", "LogTimerCallback"); in HandleTimer()
73 Trace("HandleTimer: start: ", name()); in HandleTimer()
75 Trace("HandleTimer: end: ", name()); in HandleTimer()
82 consumer_->ConsumeGesture(gesture); in ProduceGesture()
90 Trace("log: start: ", "SetHardwareProperties"); in Initialize()
91 log_->SetHardwareProperties(*hwprops); in Initialize()
92 Trace("log: end: ", "SetHardwareProperties"); in Initialize()
97 own_metrics_.reset(new Metrics(mprops)); in Initialize()
108 log_->EncodeCommonInfo() : Json::Value(Json::objectValue); in EncodeCommonInfo()
116 log_->AddEncodeInfo(&root); in Encode()
127 if (status == -1) in InitName()
129 else if (status == -2) in InitName()
131 else if (status == -3) in InitName()
157 Trace("log: start: ", action); in LogOutputs()
159 log_->LogGesture(*result); in LogOutputs()
161 log_->LogCallbackRequest(*timeout); in LogOutputs()
162 Trace("log: end: ", action); in LogOutputs()