Home
last modified time | relevance | path

Searched refs:profiler (Results 1 – 9 of 9) sorted by relevance

/hardware/google/camera/common/hal/hidl_service/
Dhidl_profiler.cc144 void SetLatencyProfiler(std::unique_ptr<Profiler> profiler) override { in SetLatencyProfiler() argument
145 if (profiler == nullptr || latency_profiler_ == nullptr) { in SetLatencyProfiler()
148 latency_profiler_ = std::move(profiler); in SetLatencyProfiler()
160 void SetFpsProfiler(std::unique_ptr<Profiler> profiler) override { in SetFpsProfiler() argument
161 if (profiler == nullptr || fps_profiler_ == nullptr) { in SetFpsProfiler()
164 fps_profiler_ = std::move(profiler); in SetFpsProfiler()
176 std::shared_ptr<Profiler> profiler = Profiler::Create(latency_flag_); in CreateLatencyProfiler() local
177 if (profiler == nullptr) { in CreateLatencyProfiler()
181 profiler->SetDumpFilePrefix( in CreateLatencyProfiler()
183 profiler->Start(kOverall, Profiler::kInvalidRequestId); in CreateLatencyProfiler()
[all …]
Dhidl_profiler.h31 HidlScopedProfiler(std::shared_ptr<google::camera_common::Profiler> profiler,
71 std::unique_ptr<google::camera_common::Profiler> profiler) = 0;
75 std::unique_ptr<google::camera_common::Profiler> profiler) = 0;
Dhidl_camera_device.cc147 auto profiler = in open() local
Dhidl_camera_device_session.cc566 auto profiler = hidl_profiler_->MakeScopedProfiler( in configureStreams_3_7() local
698 auto profiler = in flush() local
714 auto profiler = in close() local
/hardware/google/camera/common/profiler/
Dprofiler.h225 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target, in ScopedProfiler() argument
227 : profiler_(profiler), in ScopedProfiler()
233 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target) in ScopedProfiler() argument
234 : profiler_(profiler), target_(std::move(target)) { in ScopedProfiler()
Dprofiler.proto1 // This is the definition for camera profiler message.
4 package profiler; package
DAndroid.bp29 "profiler.proto",
48 "profiler.cc",
Dprofiler.cc471 profiler::ProfilingResult profiling_result; in DumpPb()
478 profiler::TimeSeries& target = *profiling_result.add_target(); in DumpPb()
481 profiler::TimeStamp& time_stamp = *target.add_runtime(); in DumpPb()
/hardware/qcom/display/msm8909/libqdutils/
DAndroid.bp27 "profiler.cpp"