Home
last modified time | relevance | path

Searched refs:SetPropFlag (Results 1 – 3 of 3) sorted by relevance

/hardware/google/camera/common/profiler/
Dprofiler.cc38 ProfilerImpl(SetPropFlag setting) : setting_(setting){}; in ProfilerImpl()
107 SetPropFlag setting_;
137 if (setting_ == SetPropFlag::kDisable || timing_map_.size() == 0) { in ~ProfilerImpl()
140 if (setting_ & SetPropFlag::kPrintBit) { in ~ProfilerImpl()
143 if (setting_ & SetPropFlag::kDumpBit) { in ~ProfilerImpl()
161 if (setting_ & SetPropFlag::kDumpBit) { in SetDumpFilePrefix()
169 if (setting_ == SetPropFlag::kDisable) { in Start()
184 if (setting_ == SetPropFlag::kDisable) { in End()
264 ProfilerStopwatchImpl(SetPropFlag setting) : ProfilerImpl(setting){}; in ProfilerStopwatchImpl()
267 if (setting_ == SetPropFlag::kDisable || timing_map_.size() == 0) { in ~ProfilerStopwatchImpl()
[all …]
Dprofiler.h92 enum SetPropFlag { enum
/hardware/google/camera/common/hal/hidl_service/
Dhidl_profiler.cc36 mode |= google::camera_common::Profiler::SetPropFlag::kStopWatch; in HidlProfiler()