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

  /system/bt/osi/include/
thread.h 81 reactor_t* thread_get_reactor(const thread_t* thread);
  /system/bt/hci/src/
hci_inject.cc 90 socket_register(listen_socket, thread_get_reactor(thread), NULL, accept_ready,
144 socket_register(socket, thread_get_reactor(thread), client, read_ready, NULL);
  /system/bt/test/suite/core/
thread_performance_test.cc 104 fixed_queue_register_dequeue(bt_msg_queue, thread_get_reactor(thread),
  /system/bt/btif/src/
btif_sock_sco.cc 172 socket_register(socket, thread_get_reactor(thread), sco_socket,
btif_a2dp_sink.cc 161 thread_get_reactor(btif_a2dp_sink_cb.worker_thread),
btif_a2dp_source.cc 283 thread_get_reactor(btif_a2dp_source_cb.worker_thread),
    [all...]
  /system/bt/osi/src/
thread.cc 184 reactor_t* thread_get_reactor(const thread_t* thread) { function
alarm.cc 556 fixed_queue_register_dequeue(queue, thread_get_reactor(thread),
  /system/bt/osi/test/
fixed_queue_test.cc 339 fixed_queue_register_dequeue(queue, thread_get_reactor(worker_thread),

Completed in 54 milliseconds