Home
last modified time | relevance | path

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

/hardware/google/camera/common/profiler/
Dprofiler.h235 target_(std::move(target)), in ScopedProfiler()
237 profiler_->Start(target_, request_id_); in ScopedProfiler()
241 : profiler_(profiler), target_(std::move(target)) { in ScopedProfiler()
243 profiler_->Start(target_, request_id_); in ScopedProfiler()
247 : target_(std::move(target)) { in ScopedProfiler()
250 profiler_->Start(target_, request_id_); in ScopedProfiler()
254 profiler_->End(target_, request_id_); in ~ScopedProfiler()
259 const std::string target_; variable
/hardware/qcom/sm7250/display/composer/
Dgl_color_convert_impl.cpp189 return CreateContext(target_, secure_); in Init()
202 target_ = target; in GLColorConvertImpl()
Dgl_color_convert_impl.h55 GLRenderTarget target_ = kTargetRGBA;