/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | classic_impl.h | 70 connections.crash_on_unknown_handle_ = crash_on_unknown_handle; in classic_impl() 81 connections.reset(); in ~classic_impl() 244 } connections; member 248 return connections.send_packet_upward(handle, cb); in send_packet_upward() 276 return connections.is_classic_link_already_connected(address); in is_classic_link_already_connected() 355 connections.add( in create_and_announce_connection() 360 … connection->GetEventCallbacks([this](uint16_t handle) { this->connections.invalidate(handle); })); in create_and_announce_connection() 361 connections.execute(address, [=, this](ConnectionManagementCallbacks* callbacks) { in create_and_announce_connection() 432 bool event_also_routes_to_other_receivers = connections.crash_on_unknown_handle_; in on_classic_disconnect() 434 static_cast<uint32_t>(reason), connections.get_address(handle), handle); in on_classic_disconnect() [all …]
|
D | le_impl.h | 134 connections.crash_on_unknown_handle_ = crash_on_unknown_handle; in le_impl() 153 connections.reset(); in ~le_impl() 298 } connections; member 308 return connections.send_packet_upward(handle, cb); in send_packet_upward() 488 [this](uint16_t handle) { this->connections.invalidate(handle); }); in on_le_connection_complete() 493 connections.add( in on_le_connection_complete() 501 connections.add( in on_le_connection_complete() 536 AddressWithType remote_address = connections.getAddressWithType(handle); in on_le_disconnect() 537 bool event_also_routes_to_other_receivers = connections.crash_on_unknown_handle_; in on_le_disconnect() 538 connections.crash_on_unknown_handle_ = false; in on_le_disconnect() [all …]
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConference.java | 185 List<Connection> connections = getConnections(); in getPrimaryConnection() local 186 if (connections == null || connections.isEmpty()) { in getPrimaryConnection() 191 Connection primaryConnection = connections.get(0); in getPrimaryConnection() 194 for (Connection connection : connections) { in getPrimaryConnection() 246 final List<Connection> connections = getConnections(); in getFirstConnection() local 247 if (connections.isEmpty()) { in getFirstConnection() 250 return (TelephonyConnection) connections.get(0); in getFirstConnection()
|
D | CdmaConference.java | 169 List<Connection> connections = getConnections(); in getOriginalCall() local 170 if (!connections.isEmpty()) { in getOriginalCall() 172 getOriginalConnection(connections.get(0)); in getOriginalCall() 214 final List<Connection> connections = getConnections(); in getFirstConnection() local 215 if (connections.isEmpty()) { in getFirstConnection() 218 return (CdmaConnection) connections.get(0); in getFirstConnection()
|
D | TelephonyConferenceController.java | 153 List<Connection> connections = conferenceableConnections in recalculateConferenceable() local 158 c.setConferenceableConnections(connections); in recalculateConferenceable()
|
D | ImsConferenceController.java | 363 List<Connection> connections = conferenceableSet in recalculateConferenceable() local 370 imsConference.setConferenceableConnections(connections); in recalculateConferenceable()
|
/packages/modules/Bluetooth/system/rust/src/gatt/ |
D | server.rs | 49 connections: HashMap<TransportIndex, GattConnection>, field 70 connections: HashMap::new(), in new() 100 self.connections.insert(tcb_idx, GattConnection { bearer, database: database.downgrade() }); in on_le_connect() 108 let connection = self.connections.remove(&tcb_idx); in on_le_disconnect() 172 self.connections.get(&tcb_idx).map(|x| x.bearer.as_ref()) in get_bearer()
|
/packages/modules/Bluetooth/tools/rootcanal/test/ |
D | posix_socket_unittest.cc | 242 std::vector<std::shared_ptr<AsyncDataChannel>> connections; in TEST_F() local 248 connections.push_back(sock); in TEST_F() 264 ASSERT_EQ(CONNECTION_COUNT, (int)connections.size()); in TEST_F() 271 std::vector<std::shared_ptr<AsyncDataChannel>> connections; in TEST_F() local 277 connections.push_back(sock); in TEST_F() 306 ASSERT_EQ(1, (int)connections.size()); in TEST_F()
|
/packages/services/Telephony/src/com/android/phone/ |
D | CallTime.java | 133 List connections = call.getConnections(); in getCallDuration() local 134 int count = connections.size(); in getCallDuration() 138 c = (Connection) connections.get(0); in getCallDuration() 144 c = (Connection) connections.get(i); in getCallDuration()
|
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
D | SimulatorConnectionsBankImpl.java | 69 Collection<Connection> connections = in mergeAllConnections() local 71 for (Connection connection : connections) { in mergeAllConnections() 80 Collection<Connection> connections = in disconnectAllConnections() local 82 for (Connection connection : connections) { in disconnectAllConnections()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
D | ContactAggregatorHelper.java | 109 private static void findConnectedComponentForRawContact(Multimap<Long, Long> connections, in findConnectedComponentForRawContact() argument 113 for (long match : connections.get(rawContactId)) { in findConnectedComponentForRawContact() 115 findConnectedComponentForRawContact(connections, visited, match, results); in findConnectedComponentForRawContact()
|
/packages/modules/Bluetooth/pandora/server/bumble_experimental/ |
D | rfcomm.py | 59 self.connections = {} # key = id, value = dlc 96 self.connections[new_conn.id] = self.dlc 113 dlc = self.connections[request.connection.id]
|
/packages/modules/Bluetooth/floss/hcidoc/src/ |
D | main.rs | 9 use crate::groups::{collisions, connections, controllers, informational}; 89 engine.add_rule_group("Connections".into(), connections::get_connections_group()); in main()
|
/packages/modules/Bluetooth/system/gd/proto/bluetooth/metrics/ |
D | bluetooth.proto | 53 // Statistics about Bluetooth profile connections 56 // Statistics about Headset profile connections 274 // Statistics about Bluetooth profile connections 289 // Statistics about headset profile connections
|
/packages/modules/Bluetooth/floss/hcidoc/src/groups/ |
D | mod.rs | 3 pub(crate) mod connections; module
|
/packages/services/Telecomm/flags/ |
D | telecom_remote_connection_service.aconfig | 8 description: "Sets the telecom call id for remote connections/ conferences."
|
/packages/modules/Connectivity/remoteauth/service/java/com/android/server/remoteauth/ |
D | README.md | 4 Provides the connectivity manager to manage connections with the peer device.
|
/packages/modules/DnsResolver/tests/ |
D | doh_frontend.h | 55 int connections() const;
|
D | resolv_private_dns_test.cpp | 1174 EXPECT_EQ(doh.connections(), 6); in TEST_F() 1206 EXPECT_EQ(doh.connections(), 1); in TEST_F() 1213 EXPECT_EQ(doh.connections(), 2); in TEST_F() 1249 EXPECT_EQ(doh.connections(), 3); in TEST_F() 1301 EXPECT_EQ(doh.connections(), 1); in TEST_F() 1310 EXPECT_EQ(doh.connections(), 1); in TEST_F()
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_gatt.rs | 64 connections: Vec<Connection>, field 74 connections: vec![], in new() 97 match self.connections.iter().find(|conn| conn.conn_id == conn_id) { in get_address_by_conn_id() 104 match self.connections.iter().find(|conn| conn.conn_id == conn_id) { in get_client_by_conn_id() 111 let client_id = match self.connections.iter().find(|conn| conn.conn_id == conn_id) { in get_client_by_conn_id_mut() 160 self.connections.push(Connection { conn_id, address: *address, client_id, server_id: 0 }); in add_connection() 164 self.connections.retain(|conn| conn.conn_id != conn_id); in remove_connection() 169 .connections in get_conn_id_from_address() 179 self.connections in get_client_ids_from_address() 215 connections: Vec<Connection>, field [all …]
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | SelfManagedCallListAdapter.java | 138 List<SelfManagedConnection> connections) { in SelfManagedCallListAdapter() argument 141 mConnections = connections; in SelfManagedCallListAdapter()
|
/packages/services/Car/libs/obd2-lib/src/com/android/car/obd2/connections/ |
D | BluetoothConnection.java | 17 package com.android.car.obd2.connections;
|
/packages/services/Iwlan/flags/ |
D | main.aconfig | 37 …description: "Enables a 5G SA capable UE to re-establish PDN connections over Wi-Fi with/without N…
|
/packages/modules/adb/ |
D | SERVICES.TXT | 95 Asks the ADB server to forward local connections from <local> 127 Remove all forward network connections. 131 List all existing forward connections from this server. 290 socket connections from a device to the host. <forward-command> is one
|
/packages/services/Car/tests/obd2_app/src/com/google/android/car/obd2app/ |
D | Obd2CollectionTask.java | 28 import com.android.car.obd2.connections.BluetoothConnection;
|