Home
last modified time | relevance | path

Searched defs:Connection (Results 1 – 25 of 29) sorted by relevance

12

/packages/modules/adb/
Dtransport_benchmark.cpp66 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
Dtransport.h110 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/
DConnection.kt26 interface Connection interface
/packages/modules/DnsResolver/doh/connection/
Dmod.rs49 pub struct Connection { struct
50 request_tx: mpsc::Sender<Request>,
51 status_rx: watch::Receiver<Status>,
131 impl Connection { implementation
Ddriver.rs169 quiche_conn: quiche::Connection, in drive()
181 quiche_conn: quiche::Connection, in new()
/packages/modules/Bluetooth/pandora/server/bumble_experimental/
Dasha.py65 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/
Dasha_test.py153 …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):
Dgatt_test.py291 async def is_connected(device: PandoraDevice, connection: Connection) -> bool:
/packages/modules/adb/daemon/
Dlogging.h23 Connection, enumerator
/packages/modules/Bluetooth/floss/pandora/floss/
Dutils.py407 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/
DInetDiagSocketIntegrationTest.java65 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/
DConnection.java29 public interface Connection { interface
/packages/modules/Bluetooth/android/pandora/server/src/
DRfcomm.kt53 data class Connection( class in com.android.pandora.Rfcomm
DUtils.kt337 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/
Dsimple_link_layer_socket.py73 class Connection(object): class
Dsend_simple_commands.py87 class Connection(object): class
Dsimple_stack.py107 class Connection(object): class
Dtest_channel.py62 class Connection(object): class
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
D_rootcanal.py23 class Connection: class
/packages/modules/DnsResolver/doh/network/
Ddriver.rs81 ) -> Result<Connection> { in build_connection()
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc357 class Connection : public LeConnectionManagementCallbacks { class in bluetooth::hci::facade::LeAclManagerFacadeService
359 Connection( in Connection() function in bluetooth::hci::facade::LeAclManagerFacadeService::Connection
Dacl_manager_facade.cc401 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/
DContextMap.java59 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/
Dclient.rs62 fn new(conn: quiche::Connection, addr: &SocketAddr, id: ConnectionID) -> Client { in new()
/packages/modules/Bluetooth/system/tools/scripts/
Ddump_le_audio.py149 class Connection: class

12