Home
last modified time | relevance | path

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

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