Searched defs:capture (Results 1 – 2 of 2) sorted by relevance
231 auto capture = std::make_shared<OpenStacktraceCatcher>(); in AppStackCapture() local239 auto capture = std::make_shared<OpenStacktraceCatcher>(); in SystemStackCapture() local248 auto capture = std::make_shared<BinderCatcher>(); in BinderLogCapture() local255 auto capture = std::make_shared<MemoryCatcher>(); in MemoryUsageCapture() local273 auto capture = std::make_shared<PeerBinderCatcher>(); in PeerBinderCapture() local283 auto capture = std::make_shared<ShellCatcher>(); in CpuUsageCapture() local290 auto capture = std::make_shared<ShellCatcher>(); in WMSUsageCapture() local297 auto capture = std::make_shared<ShellCatcher>(); in AMSUsageCapture() local304 auto capture = std::make_shared<ShellCatcher>(); in PMSUsageCapture() local311 auto capture = std::make_shared<ShellCatcher>(); in DPMSUsageCapture() local[all …]
54 using capture = std::function<void()>; variable