Home
last modified time | relevance | path

Searched refs:HidlScopedProfiler (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/common/hal/hidl_service/
Dhidl_profiler.h29 class HidlScopedProfiler {
31 HidlScopedProfiler(std::shared_ptr<google::camera_common::Profiler> profiler,
35 ~HidlScopedProfiler();
57 virtual std::unique_ptr<HidlScopedProfiler> MakeScopedProfiler(
Dhidl_profiler.cc58 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::HidlScopedProfiler
312 HidlScopedProfiler::~HidlScopedProfiler() { in ~HidlScopedProfiler()