Searched refs:HidlProfilerItem (Results 1 – 2 of 2) sorted by relevance
30 class HidlProfilerItem {32 HidlProfilerItem(37 ~HidlProfilerItem();48 std::unique_ptr<HidlProfilerItem> OnCameraOpen();52 std::unique_ptr<HidlProfilerItem> OnCameraFlush();56 std::unique_ptr<HidlProfilerItem> OnCameraClose();60 std::unique_ptr<HidlProfilerItem> OnCameraStreamConfigure();
77 std::unique_ptr<HidlProfilerItem> OnCameraOpen() { in OnCameraOpen()82 return std::make_unique<HidlProfilerItem>(gHidlProfiler->profiler, "Open", in OnCameraOpen()86 std::unique_ptr<HidlProfilerItem> OnCameraFlush() { in OnCameraFlush()92 return std::make_unique<HidlProfilerItem>(gHidlProfiler->profiler, "Flush", in OnCameraFlush()97 std::unique_ptr<HidlProfilerItem> OnCameraClose() { in OnCameraClose()103 return std::make_unique<HidlProfilerItem>(gHidlProfiler->profiler, "Close", in OnCameraClose()107 std::unique_ptr<HidlProfilerItem> OnCameraStreamConfigure() { in OnCameraStreamConfigure()116 return std::make_unique<HidlProfilerItem>( in OnCameraStreamConfigure()141 HidlProfilerItem::HidlProfilerItem( in HidlProfilerItem() function in android::hardware::camera::implementation::hidl_profiler::HidlProfilerItem151 HidlProfilerItem::~HidlProfilerItem() { in ~HidlProfilerItem()