Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/hidl_service/
Dhidl_profiler.cc31 struct HidlProfiler { struct
32 HidlProfiler() { in HidlProfiler() argument
44 ~HidlProfiler() { in ~HidlProfiler() argument
55 std::unique_ptr<HidlProfiler> gHidlProfiler = nullptr;
78 gHidlProfiler = std::make_unique<HidlProfiler>(); in OnCameraOpen()
89 gHidlProfiler = std::make_unique<HidlProfiler>(); in OnCameraFlush()
100 gHidlProfiler = std::make_unique<HidlProfiler>(); in OnCameraClose()
110 gHidlProfiler = std::make_unique<HidlProfiler>(); in OnCameraStreamConfigure()