Searched refs:thread_get_reactor (Results 1 - 9 of 9) sorted by relevance

/system/bt/osi/include/
H A Dthread.h81 reactor_t* thread_get_reactor(const thread_t* thread);
/system/bt/hci/src/
H A Dhci_inject.cc90 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/
H A Dthread_performance_test.cc104 fixed_queue_register_dequeue(bt_msg_queue, thread_get_reactor(thread),
/system/bt/btif/src/
H A Dbtif_sock_sco.cc172 socket_register(socket, thread_get_reactor(thread), sco_socket,
H A Dbtif_a2dp_sink.cc161 thread_get_reactor(btif_a2dp_sink_cb.worker_thread),
H A Dbtif_a2dp_source.cc283 thread_get_reactor(btif_a2dp_source_cb.worker_thread),
/system/bt/osi/src/
H A Dthread.cc184 reactor_t* thread_get_reactor(const thread_t* thread) { function
H A Dalarm.cc554 fixed_queue_register_dequeue(queue, thread_get_reactor(thread),
/system/bt/osi/test/
H A Dfixed_queue_test.cc339 fixed_queue_register_dequeue(queue, thread_get_reactor(worker_thread),

Completed in 241 milliseconds