Searched defs:hub_id (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sock.cc | 165 uint64_t hub_id, uint64_t endpoint_id, int max_rx_packet_size) { in btsock_listen() 220 uint64_t hub_id, uint64_t endpoint_id, int max_rx_packet_size) { in btsock_connect()
|
D | btif_sock_l2cap.cc | 93 uint64_t hub_id; // ID of the hub to which the end point belongs member 934 const char* socket_name, uint64_t hub_id, in btsock_l2cap_listen_or_connect() 1038 uint64_t hub_id, uint64_t endpoint_id, int max_rx_packet_size) { in btsock_l2cap_listen() 1045 uint64_t hub_id, uint64_t endpoint_id, int max_rx_packet_size) { in btsock_l2cap_connect()
|
D | btif_sock_rfc.cc | 106 uint64_t hub_id; // ID of the hub to which the end point belongs member 362 const char* socket_name, uint64_t hub_id, uint64_t endpoint_id, in btsock_rfc_listen() 439 const char* socket_name, uint64_t hub_id, uint64_t endpoint_id, in btsock_rfc_connect()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_btif_sock_rfc.cc | 95 const char* socket_name, uint64_t hub_id, uint64_t endpoint_id, in btsock_rfc_connect() 119 const char* socket_name, uint64_t hub_id, uint64_t endpoint_id, in btsock_rfc_listen()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | socket.rs | 173 let hub_id: u64 = 0; in listen() localVariable 215 let hub_id: u64 = 0; in connect() localVariable
|
/packages/modules/Bluetooth/system/gd/hal/ |
D | socket_hal.h | 32 uint64_t hub_id; member
|
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_core_test.cc | 1027 uint64_t hub_id = 0; in TEST_F() local 1043 uint64_t hub_id = 0; in TEST_F() local 1075 uint64_t hub_id = 0; in TEST_F() local
|