Searched refs:EnableDirectSMBPatching (Results 1 – 9 of 9) sorted by relevance
72 bool EnableDirectSMBPatching(BackendType backend_type);
150 bool EnableDirectSMBPatching(BackendType backend_type) { in EnableDirectSMBPatching() function
3915 perfetto::test::EnableDirectSMBPatching(/*BackendType=*/GetParam())); in TEST_P()
147 virtual bool EnableDirectSMBPatching() = 0;
171 bool EnableDirectSMBPatching() override;
463 bool SharedMemoryArbiterImpl::EnableDirectSMBPatching() { in EnableDirectSMBPatching() function in perfetto::SharedMemoryArbiterImpl
153 ASSERT_TRUE(arbiter_->EnableDirectSMBPatching()); in TEST_P()
505 ASSERT_TRUE(arbiter_->EnableDirectSMBPatching()); in TEST_P()
2110 ->EnableDirectSMBPatching()) { in EnableDirectSMBPatchingForTesting()