Home
last modified time | relevance | path

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

/hardware/google/camera/common/profiler/
Dprofiler.cc140 if (setting_ & SetPropFlag::kPrintBit) { in ~ProfilerImpl()
270 if (setting_ & SetPropFlag::kPrintBit) { in ~ProfilerStopwatchImpl()
275 setting_ = static_cast<SetPropFlag>(setting_ & (!SetPropFlag::kPrintBit)); in ~ProfilerStopwatchImpl()
Dprofiler.h94 kPrintBit = 1 << 0, enumerator