Searched refs:PostMethodOnMain (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/gd/ |
D | module_mainloop_unittest.cc | 63 PostMethodOnMain(ptr, &PrivateImpl::repostMethodTest, a, b, c); in privateCallableRepostMethod() 72 PostMethodOnMain(ptr, &PrivateImpl::privateCallableRecursiveMethod, ptr, depth + 1, b, c); in privateCallableRecursiveMethod() 98 PostMethodOnMain(pimpl_, &TestModule::PrivateImpl::privateCallableMethod, a, b, c); in call_on_main() 107 PostMethodOnMain(pimpl_, &TestModule::PrivateImpl::privateCallableRepostMethod, pimpl_, a, b, c); in call_on_main_repost() 116 PostMethodOnMain( in call_on_main_recurse()
|
D | module_gdx_unittest.cc | 65 PostMethodOnMain(ptr, &PrivateImpl::repostMethodTest, a, b, c); in privateCallableRepostOnMainMethod() 79 PostMethodOnMain(ptr, &PrivateImpl::privateCallableRecursiveOnMainMethod, ptr, depth + 1, b, c); in privateCallableRecursiveOnMainMethod() 114 PostMethodOnMain(pimpl_, &TestGdxModule::PrivateImpl::privateCallableMethod, a, b, c); in call_on_main() 123 PostMethodOnMain( in call_on_main_repost() 133 PostMethodOnMain( in call_on_main_recurse()
|
D | module_mainloop.h | 42 void PostMethodOnMain(std::shared_ptr<T> ref, Functor&& functor, Args... args) const { in PostMethodOnMain() function
|
/packages/modules/Bluetooth/system/main/test/ |
D | main_shim_stack_dumpsys_test.cc | 231 PostMethodOnMain(impl_, &impl::test, test_data); in TestMethod() 274 PostMethodOnMain(impl_, &impl::test, test_data); in TestMethod() 311 PostMethodOnMain(impl_, &impl::test, test_data); in TestMethod()
|
D | main_shim_stack_lifecycle_test.cc | 201 PostMethodOnMain(impl_, &impl::test, test_data); in TestMethod() 238 PostMethodOnMain(impl_, &impl::test, test_data); in TestMethod() 275 PostMethodOnMain(impl_, &impl::test, test_data); in TestMethod()
|