Home
last modified time | relevance | path

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

/hardware/google/camera/common/profiler/
Dprofiler.h228 target_(std::move(target)), in ScopedProfiler()
230 profiler_->Start(target_, request_id_); in ScopedProfiler()
234 : profiler_(profiler), target_(std::move(target)) { in ScopedProfiler()
236 profiler_->Start(target_, request_id_); in ScopedProfiler()
240 : target_(std::move(target)) { in ScopedProfiler()
243 profiler_->Start(target_, request_id_); in ScopedProfiler()
247 profiler_->End(target_, request_id_); in ~ScopedProfiler()
252 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;