Searched defs:capture (Results 1 – 2 of 2) sorted by relevance
239 auto capture = std::make_shared<OpenStacktraceCatcher>(); in AppStackCapture() local247 auto capture = std::make_shared<OpenStacktraceCatcher>(); in SystemStackCapture() local256 auto capture = std::make_shared<BinderCatcher>(); in BinderLogCapture() local263 auto capture = std::make_shared<MemoryCatcher>(); in MemoryUsageCapture() local281 auto capture = std::make_shared<PeerBinderCatcher>(); in PeerBinderCapture() local291 auto capture = std::make_shared<ShellCatcher>(); in CpuUsageCapture() local298 auto capture = std::make_shared<ShellCatcher>(); in WMSUsageCapture() local305 auto capture = std::make_shared<ShellCatcher>(); in AMSUsageCapture() local312 auto capture = std::make_shared<ShellCatcher>(); in PMSUsageCapture() local319 auto capture = std::make_shared<ShellCatcher>(); in DPMSUsageCapture() local[all …]
54 using capture = std::function<void()>; variable