Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/src/
Dbtif_sock_thread.c107 static void *sock_poll_thread(void *arg);
235 if((ts[h].thread_id = create_thread(sock_poll_thread, (void*)h)) != -1) in btsock_thread_create()
555 static void *sock_poll_thread(void *arg) in sock_poll_thread() function