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

  /system/bt/osi/test/
reactor_test.cc 43 reactor_stop(reactor);
51 reactor_stop(reactor);
64 reactor_stop(reactor);
79 reactor_stop(arg->reactor);
108 reactor_stop(reactor);
  /system/bt/osi/include/
reactor.h 34 REACTOR_STATUS_STOP, // |reactor_stop| was called.
47 // Starts the reactor. This function blocks the caller until |reactor_stop| is
58 void reactor_stop(reactor_t* reactor);
  /system/bt/osi/src/
reactor.cc 133 void reactor_stop(reactor_t* reactor) { function
thread.cc 145 reactor_stop(thread->reactor);

Completed in 599 milliseconds