/packages/modules/adb/ |
D | transport_benchmark.cpp | 66 client->SetReadCallback([](Connection*, std::unique_ptr<apacket>) -> bool { return true; }); in BM_Connection_Unidirectional() argument 67 … server->SetReadCallback([&received_bytes](Connection*, std::unique_ptr<apacket> packet) -> bool { in BM_Connection_Unidirectional() argument 73 [](Connection*, const std::string& error) { LOG(INFO) << "client closed: " << error; }); in BM_Connection_Unidirectional() argument 75 [](Connection*, const std::string& error) { LOG(INFO) << "server closed: " << error; }); in BM_Connection_Unidirectional() argument 124 … client->SetReadCallback([&received_bytes](Connection*, std::unique_ptr<apacket> packet) -> bool { in BM_Connection_Echo() argument 147 [](Connection*, const std::string& error) { LOG(INFO) << "client closed: " << error; }); in BM_Connection_Echo() argument 149 [](Connection*, const std::string& error) { LOG(INFO) << "server closed: " << error; }); in BM_Connection_Echo() argument
|
D | transport.h | 110 struct Connection { struct 114 void SetTransport(atransport* transport) { transport_ = transport; } in SetTransport() 140 static std::unique_ptr<Connection> FromFd(unique_fd fd); argument 147 struct BlockingConnection { argument
|
/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/ |
D | Connection.kt | 26 interface Connection interface
|
/packages/modules/DnsResolver/doh/connection/ |
D | mod.rs | 49 pub struct Connection { struct 50 request_tx: mpsc::Sender<Request>, 51 status_rx: watch::Receiver<Status>, 131 impl Connection { implementation
|
D | driver.rs | 169 quiche_conn: quiche::Connection, in drive() 181 quiche_conn: quiche::Connection, in new()
|
/packages/modules/Bluetooth/pandora/server/bumble_experimental/ |
D | asha.py | 65 def on_volume_write(connection: Connection, value: bytes) -> None: 70 def on_audio_control_point_write(connection: Connection, value: bytes) -> None: 103 def on_read_only_properties_read(connection: Connection) -> bytes: 120 def on_le_psm_out_read(connection: Connection) -> bytes:
|
/packages/modules/Bluetooth/android/pandora/test/ |
D | asha_test.py | 153 …async def is_device_connected(self, device: PandoraDevice, connection: Connection, timeout: float)… 174 def le_psm_handler(connection: Connection, data: int) -> None: 184 def read_only_properties_handler(connection: Connection, data: bytes) -> None: 194 def start_command_handler(connection: Connection, data: dict[str, int]) -> None: 204 def stop_command_handler(connection: Connection) -> None: 210 …async def get_audio_data(self, ref_asha: AioAsha, connection: Connection, timeout: int) -> ByteStr… 225 async def generate_sine(self, connection: Connection) -> AsyncIterator[PlaybackAudioRequest]: 843 def volume_command_handler(connection: Connection, data: int):
|
D | gatt_test.py | 291 async def is_connected(device: PandoraDevice, connection: Connection) -> bool:
|
/packages/modules/adb/daemon/ |
D | logging.h | 23 Connection, enumerator
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | utils.py | 407 class Connection: class 415 def connection_to(connection: Connection): 423 def connection_from(connection: host_pb2.Connection):
|
/packages/modules/NetworkStack/tests/integration/signature/android/net/netlink/ |
D | InetDiagSocketIntegrationTest.java | 65 private class Connection { class in InetDiagSocketIntegrationTest 81 Connection(String to, String from) throws Exception { in Connection() method in InetDiagSocketIntegrationTest.Connection
|
/packages/modules/Connectivity/remoteauth/service/java/com/android/server/remoteauth/connectivity/ |
D | Connection.java | 29 public interface Connection { interface
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Rfcomm.kt | 53 data class Connection( class in com.android.pandora.Rfcomm
|
D | Utils.kt | 337 fun Connection.toBluetoothDevice(adapter: BluetoothAdapter): BluetoothDevice = in Intent() method 340 val Connection.address: String in Intent() constant 343 val Connection.transport: Int in Intent() constant
|
/packages/modules/Bluetooth/tools/rootcanal/scripts/ |
D | simple_link_layer_socket.py | 73 class Connection(object): class
|
D | send_simple_commands.py | 87 class Connection(object): class
|
D | simple_stack.py | 107 class Connection(object): class
|
D | test_channel.py | 62 class Connection(object): class
|
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
D | _rootcanal.py | 23 class Connection: class
|
/packages/modules/DnsResolver/doh/network/ |
D | driver.rs | 81 ) -> Result<Connection> { in build_connection()
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | le_acl_manager_facade.cc | 357 class Connection : public LeConnectionManagementCallbacks { class in bluetooth::hci::facade::LeAclManagerFacadeService 359 Connection( in Connection() function in bluetooth::hci::facade::LeAclManagerFacadeService::Connection
|
D | acl_manager_facade.cc | 401 class Connection : public ConnectionManagementCallbacks { class in bluetooth::hci::facade::AclManagerFacadeService 403 Connection( in Connection() function in bluetooth::hci::facade::AclManagerFacadeService::Connection
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | ContextMap.java | 59 public static class Connection { class in ContextMap 65 Connection(int connId, String address, int appId) { in Connection() method in ContextMap.Connection
|
/packages/modules/DnsResolver/doh/tests/doh_frontend/src/ |
D | client.rs | 62 fn new(conn: quiche::Connection, addr: &SocketAddr, id: ConnectionID) -> Client { in new()
|
/packages/modules/Bluetooth/system/tools/scripts/ |
D | dump_le_audio.py | 149 class Connection: class
|