Searched refs:target_ (Results 1 – 3 of 3) sorted by relevance
/hardware/google/camera/common/profiler/ |
D | profiler.h | 144 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/ |
D | hidl_profiler.cc | 144 : 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()
|
D | hidl_profiler.h | 41 const std::string target_; variable
|