Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_thread.cc91 static void* sock_poll_thread(void* arg);
167 int status = create_thread(sock_poll_thread, (void*)(uintptr_t)h, &thread); in btsock_thread_create()
440 static void* sock_poll_thread(void* arg) { in sock_poll_thread() function