Searched defs:call_on_handler_protected_method (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/gd/ |
D | module_jniloop_unittest.cc | 77 void TestJniModule::call_on_handler_protected_method(int loop_tid, int a, int b, int c) { in call_on_handler_protected_method() function in TestJniModule 229 TEST_F(ModuleGdxWithJniStackTest, call_on_handler_protected_method) { in TEST_F() argument
|
D | module_mainloop_unittest.cc | 77 void TestModule::call_on_handler_protected_method(int loop_tid, int a, int b, int c) { in call_on_handler_protected_method() function in TestModule 228 TEST_F(ModuleMainGdxWithStackTest, call_on_handler_protected_method) { in TEST_F() argument
|
D | module_gdx_unittest.cc | 93 void TestGdxModule::call_on_handler_protected_method(int loop_tid, int a, int b, int c) { in call_on_handler_protected_method() function in TestGdxModule 353 TEST_F(ModuleGdxWithStackTest, call_on_handler_protected_method) { in TEST_F() argument
|