Home
last modified time | relevance | path

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

/system/bt/osi/test/
Dreactor_test.cpp49 reactor_stop(reactor); in TEST_F()
57 reactor_stop(reactor); in TEST_F()
70 reactor_stop(reactor); in TEST_F()
85 reactor_stop(arg->reactor); in unregister_cb()
114 reactor_stop(reactor); in TEST_F()
/system/bt/osi/include/
Dreactor.h56 void reactor_stop(reactor_t *reactor);
/system/bt/osi/src/
Dthread.c154 reactor_stop(thread->reactor); in thread_stop()
Dreactor.c126 void reactor_stop(reactor_t *reactor) { in reactor_stop() function