Home
last modified time | relevance | path

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

/hardware/google/camera/common/profiler/
Dprofiler.h144 target_(std::move(target)), in ScopedProfiler()
146 profiler_->Start(target_, request_id_); in ScopedProfiler()
150 : profiler_(profiler), target_(std::move(target)) { in ScopedProfiler()
152 profiler_->Start(target_, request_id_); in ScopedProfiler()
156 : target_(std::move(target)) { in ScopedProfiler()
159 profiler_->Start(target_, request_id_); in ScopedProfiler()
163 profiler_->End(target_, request_id_); in ~ScopedProfiler()
168 const std::string target_; variable
/hardware/google/camera/common/hal/hidl_service/
Dhidl_profiler.cc144 : profiler_(profiler), target_(std::move(target)), request_id_(request_id) { in HidlProfilerItem()
146 profiler_->Start(target_, request_id_); in HidlProfilerItem()
154 profiler_->End(target_, request_id_); in ~HidlProfilerItem()
Dhidl_profiler.h41 const std::string target_; variable