OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_get_reactor
(Results
1 - 8
of
8
) 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
157
thread_get_reactor
(btif_a2dp_sink_cb.worker_thread),
/system/bt/osi/src/
thread.cc
184
reactor_t*
thread_get_reactor
(const thread_t* thread) {
function
alarm.cc
554
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 3133 milliseconds