Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/osi/test/
Dreactor_test.cpp50 reactor_stop(reactor); in TEST()
58 reactor_stop(reactor); in TEST()
67 reactor_stop(reactor); in TEST()
68 reactor_stop(reactor); in TEST()
69 reactor_stop(reactor); in TEST()
85 reactor_stop(reactor); in TEST()
/external/bluetooth/bluedroid/osi/include/
Dreactor.h80 void reactor_stop(reactor_t *reactor);
/external/bluetooth/bluedroid/osi/src/
Dreactor.c94 void reactor_stop(reactor_t *reactor) { in reactor_stop() function
Dthread.c132 reactor_stop(thread->reactor); in thread_stop()