HomeSort by relevance Sort by last modified time
    Searched refs:btsock_thread_create (Results 1 - 4 of 4) sorted by null

  /system/bt/btif/include/
btif_sock_thread.h 54 int btsock_thread_create(btsock_signaled_cb callback,
  /system/bt/btif/src/
btif_sock.cc 72 thread_handle = btsock_thread_create(btsock_signaled, NULL);
btif_sock_thread.cc 169 int btsock_thread_create(btsock_signaled_cb callback, function
btif_pan.cc 270 if (pan_pth < 0) pan_pth = btsock_thread_create(btpan_tap_fd_signaled, NULL);

Completed in 282 milliseconds