Home
last modified time | relevance | path

Searched refs:work_queue_read_cb (Results 1 – 1 of 1) sorted by relevance

/system/bt/osi/src/
Dthread.cc63 static void work_queue_read_cb(void* context);
220 reactor_register(thread->reactor, fd, context, work_queue_read_cb, NULL); in run_thread()
246 static void work_queue_read_cb(void* context) { in work_queue_read_cb() function