Searched refs:HidlScopedProfiler (Results 1 – 2 of 2) sorted by relevance
29 class HidlScopedProfiler {31 HidlScopedProfiler(std::shared_ptr<google::camera_common::Profiler> profiler,35 ~HidlScopedProfiler();57 virtual std::unique_ptr<HidlScopedProfiler> MakeScopedProfiler(
58 std::unique_ptr<HidlScopedProfiler> MakeScopedProfiler( in MakeScopedProfiler()108 return std::make_unique<HidlScopedProfiler>( in MakeScopedProfiler()246 std::unique_ptr<HidlScopedProfiler> MakeScopedProfiler(ScopedType) override { in MakeScopedProfiler()301 HidlScopedProfiler::HidlScopedProfiler(std::shared_ptr<Profiler> profiler, in HidlScopedProfiler() function in android::hardware::camera::implementation::HidlScopedProfiler312 HidlScopedProfiler::~HidlScopedProfiler() { in ~HidlScopedProfiler()