HomeSort by relevance Sort by last modified time
    Searched refs:reactor_stop (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/osi/test/
reactor_test.cpp 50 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/
reactor.h 45 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/
reactor.c 94 void reactor_stop(reactor_t *reactor) { function
thread.c 132 reactor_stop(thread->reactor);

Completed in 646 milliseconds