Searched refs:pth (Results 1 - 2 of 2) sorted by relevance

/system/bt/btif/src/
H A Dbtif_sock_l2cap.cc95 static int pth = -1; variable
197 return pth != -1;
338 pth = handle;
346 pth = -1;
452 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP,
454 btsock_thread_add_fd(pth, accept_rs->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD,
493 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP,
495 btsock_thread_add_fd(pth, accept_rs->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD,
524 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD,
548 btsock_thread_add_fd(pth, soc
[all...]
H A Dbtif_sock_rfc.cc104 static volatile int pth = -1; // poll thread handle variable
115 static bool is_init_done(void) { return pth != -1; }
118 pth = poll_thread_handle;
137 pth = -1;
324 btsock_thread_add_fd(pth, slot->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_EXCEPTION,
383 btsock_thread_add_fd(pth, slot->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_RD,
504 btsock_thread_add_fd(pth, srv_rs->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_EXCEPTION,
506 btsock_thread_add_fd(pth, accept_rs->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_RD,
559 btsock_thread_add_fd(pth, slot->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_RD,
574 btsock_thread_add_fd(pth, slo
[all...]

Completed in 63 milliseconds