Home
last modified time | relevance | path

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

/system/bt/osi/test/
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()
/system/bt/osi/include/
Dreactor.h58 void reactor_stop(reactor_t* reactor);
/system/bt/osi/src/
Dthread.cc145 reactor_stop(thread->reactor); in thread_stop()
Dreactor.cc133 void reactor_stop(reactor_t* reactor) { in reactor_stop() function