Home
last modified time | relevance | path

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

/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_profiler.cc86 latency_profiler_->SetUseCase(camera_id_string_ + "-Open"); in MakeScopedProfiler()
91 latency_profiler_->SetUseCase(camera_id_string_ + "-Reconfiguration"); in MakeScopedProfiler()
97 latency_profiler_->SetUseCase(camera_id_string_ + "-Flush"); in MakeScopedProfiler()
102 latency_profiler_->SetUseCase(camera_id_string_ + "-Close"); in MakeScopedProfiler()
/aosp12/hardware/google/camera/common/profiler/
H A Dprofiler.h173 virtual void SetUseCase(std::string usecase) = 0;
H A Dprofiler.cc59 void SetUseCase(std::string usecase) override final { in SetUseCase() function in google::camera_common::__anone40dfb6d0110::ProfilerImpl
584 void SetUseCase(std::string) override final{}; in SetUseCase() function in google::camera_common::__anone40dfb6d0110::ProfilerDummy