Home
last modified time | relevance | path

Searched defs:profiler (Results 1 – 5 of 5) sorted by relevance

/hardware/google/camera/common/hal/aidl_service/
Daidl_profiler.cc155 std::shared_ptr<Profiler> profiler = Profiler::Create(latency_flag_); in CreateLatencyProfiler() local
170 std::shared_ptr<Profiler> profiler = Profiler::Create(fps_flag_); in CreateFpsProfiler() local
208 bool SetLatencyProfiler(std::unique_ptr<Profiler> profiler) { in SetLatencyProfiler()
222 bool SetFpsProfiler(std::unique_ptr<Profiler> profiler) { in SetFpsProfiler()
296 AidlScopedProfiler::AidlScopedProfiler(std::shared_ptr<Profiler> profiler, in AidlScopedProfiler()
Daidl_camera_device_session.cc600 auto profiler = aidl_profiler_->MakeScopedProfiler( in configureStreams() local
746 auto profiler = aidl_profiler_->MakeScopedProfiler( in flush() local
767 auto profiler = aidl_profiler_->MakeScopedProfiler( in close() local
Daidl_camera_device.cc205 auto profiler = aidl_profiler_->MakeScopedProfiler( in open() local
/hardware/google/camera/common/profiler/
Dprofiler.h227 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target, in ScopedProfiler()
235 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target) in ScopedProfiler()
Dprofiler.proto4 package profiler; package