Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_sock_rfc.h150 std::function<bt_status_t(int poll_thread_handle, uid_set_t* set)> body{
154 bt_status_t operator()(int poll_thread_handle, uid_set_t* set) { in operator()
155 return body(poll_thread_handle, set); in operator()
Dmock_btif_sock_rfc.cc109 bt_status_t btsock_rfc_init(int poll_thread_handle, uid_set_t* set) { in btsock_rfc_init() argument
111 return test::mock::btif_sock_rfc::btsock_rfc_init(poll_thread_handle, set); in btsock_rfc_init()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_rfc.cc110 bt_status_t btsock_rfc_init(int poll_thread_handle, uid_set_t* set) { in btsock_rfc_init() argument
111 pth = poll_thread_handle; in btsock_rfc_init()