Searched refs:ScopedType (Results 1 – 4 of 4) sorted by relevance
59 ScopedType type) override { in MakeScopedProfiler()62 if (type == ScopedType::kConfigureStream && fps_profiler_ == nullptr) { in MakeScopedProfiler()83 case ScopedType::kOpen: in MakeScopedProfiler()88 case ScopedType::kConfigureStream: in MakeScopedProfiler()95 case ScopedType::kFlush: in MakeScopedProfiler()100 case ScopedType::kClose: in MakeScopedProfiler()111 if (type == ScopedType::kClose) { in MakeScopedProfiler()246 std::unique_ptr<HidlScopedProfiler> MakeScopedProfiler(ScopedType) override { in MakeScopedProfiler() argument
46 enum class ScopedType { enum58 ScopedType type) = 0;
148 hidl_profiler_->MakeScopedProfiler(HidlProfiler::ScopedType::kOpen); in open()
567 HidlProfiler::ScopedType::kConfigureStream); in configureStreams_3_7()699 hidl_profiler_->MakeScopedProfiler(HidlProfiler::ScopedType::kFlush); in flush()715 hidl_profiler_->MakeScopedProfiler(HidlProfiler::ScopedType::kClose); in close()