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

/external/bluetooth/bluedroid/osi/test/
H A Dreactor_test.cpp50 reactor_stop(reactor);
58 reactor_stop(reactor);
67 reactor_stop(reactor);
68 reactor_stop(reactor);
69 reactor_stop(reactor);
85 reactor_stop(reactor);
/external/bluetooth/bluedroid/osi/include/
H A Dreactor.h45 REACTOR_STATUS_STOP, // |reactor_stop| was called.
67 // Starts the reactor. This function blocks the caller until |reactor_stop| is called
80 void reactor_stop(reactor_t *reactor);
/external/bluetooth/bluedroid/osi/src/
H A Dreactor.c94 void reactor_stop(reactor_t *reactor) { function
H A Dthread.c132 reactor_stop(thread->reactor);

Completed in 95 milliseconds