Home
last modified time | relevance | path

Searched refs:reactor_stop (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/osi/test/
H A Dreactor_test.cc43 reactor_stop(reactor); in TEST_F()
51 reactor_stop(reactor); in TEST_F()
64 reactor_stop(reactor); in TEST_F()
79 reactor_stop(arg->reactor); in unregister_cb()
108 reactor_stop(reactor); in TEST_F()
/aosp12/system/bt/osi/include/
H A Dreactor.h58 void reactor_stop(reactor_t* reactor);
/aosp12/system/bt/osi/src/
H A Dthread.cc145 reactor_stop(thread->reactor); in thread_stop()
H A Dreactor.cc131 void reactor_stop(reactor_t* reactor) { in reactor_stop() function
/aosp12/system/bt/test/stub/
H A Dosi.cc226 void reactor_stop(reactor_t* reactor) { mock_function_count_map[__func__]++; } in reactor_stop() function