Home
last modified time | relevance | path

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

12345678

/external/rust/android-crates-io/crates/quiche/src/h3/
Dffi.rs87 quic_conn: &mut Connection, config: &mut h3::Config, in quiche_h3_conn_new_with_transport()
88 ) -> *mut h3::Connection { in quiche_h3_conn_new_with_transport()
98 conn: &h3::Connection, in quiche_h3_for_each_setting()
121 conn: &mut h3::Connection, quic_conn: &mut Connection, in quiche_h3_conn_poll()
203 conn: &h3::Connection, in quiche_h3_extended_connect_enabled_by_peer()
224 conn: &mut h3::Connection, quic_conn: &mut Connection, in quiche_h3_send_request()
238 conn: &mut h3::Connection, quic_conn: &mut Connection, stream_id: u64, in quiche_h3_send_response()
252 conn: &mut h3::Connection, quic_conn: &mut Connection, stream_id: u64, in quiche_h3_send_response_with_priority()
272 conn: &mut h3::Connection, quic_conn: &mut Connection, stream_id: u64, in quiche_h3_send_body()
290 conn: &mut h3::Connection, quic_conn: &mut Connection, stream_id: u64, in quiche_h3_recv_body()
[all …]
Dmod.rs829 pub struct Connection { struct
837 local_settings: ConnectionSettings, argument
838 peer_settings: ConnectionSettings, argument
861 impl Connection { implementation
864 ) -> Result<Connection> { in new()
941 conn: &mut super::Connection, config: &Config, in with_transport()
942 ) -> Result<Connection> { in with_transport()
992 &mut self, conn: &mut super::Connection, headers: &[T], fin: bool, in send_request()
1045 &mut self, conn: &mut super::Connection, stream_id: u64, headers: &[T], in send_response()
1072 &mut self, conn: &mut super::Connection, stream_id: u64, headers: &[T], in send_response_with_priority()
[all …]
/external/rust/android-crates-io/crates/tonic/src/transport/service/
Dconnection.rs27 pub(crate) struct Connection { struct
31 impl Connection { implementation
102 impl Service<Request> for Connection { implementation
116 impl Load for Connection { implementation
124 impl fmt::Debug for Connection { implementation
/external/python/bumble/bumble/profiles/
Dhap.py269 def on_connection(connection: Connection) -> None:
316 def on_incoming_paired_connection(self, connection: Connection):
338 self, __connection__: Optional[Connection]
347 self, connection: Optional[Connection], value: bytes
356 self, connection: Optional[Connection], value: bytes
387 self, connection: Connection, presets: List[PresetRecord]
440 async def _preset_changed_operation(self, connection: Connection) -> None:
474 self, connection: Optional[Connection], value: bytes
503 async def notify_active_preset_for_connection(self, connection: Connection) -> None:
525 self, connection: Optional[Connection], value: bytes
[all …]
Daics.py151 async def notify_subscribers_via_connection(self, connection: Connection) -> None:
157 def on_read(self, _connection: Optional[Connection]) -> bytes:
189 def on_read(self, _connection: Optional[Connection]) -> bytes:
202 async def on_write(self, connection: Optional[Connection], value: bytes) -> None:
224 self, connection: Connection, gain_settings_operand: int
249 async def _unmute(self, connection: Connection):
265 async def _mute(self, connection: Connection, change_counter_operand: int) -> None:
284 async def _set_manual_gain_mode(self, connection: Connection) -> None:
299 async def _set_automatic_gain_mode(self, connection: Connection) -> None:
331 def on_read(self, _connection: Optional[Connection]) -> bytes:
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDFS.h92 struct Connection { struct
96 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {} in Connection() argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DScheduleDFS.h92 struct Connection { struct
96 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {} in Connection() argument
/external/rust/android-crates-io/crates/quiche/src/
Dffi.rs459 ) -> *mut Connection { in quiche_accept()
486 ) -> *mut Connection { in quiche_connect()
561 ) -> *mut Connection { in quiche_conn_new_with_tls()
595 conn: &mut Connection, path: *const c_char, in quiche_conn_set_keylog_path()
617 pub extern fn quiche_conn_set_keylog_fd(conn: &mut Connection, fd: c_int) { in quiche_conn_set_keylog_fd()
627 conn: &mut Connection, path: *const c_char, log_title: *const c_char, in quiche_conn_set_qlog_path()
658 conn: &mut Connection, fd: c_int, log_title: *const c_char, in quiche_conn_set_qlog_fd()
676 conn: &mut Connection, buf: *const u8, buf_len: size_t, in quiche_conn_set_session()
706 conn: &mut Connection, buf: *mut u8, buf_len: size_t, info: &RecvInfo, in quiche_conn_recv()
733 conn: &mut Connection, out: *mut u8, out_len: size_t, out_info: &mut SendInfo, in quiche_conn_send()
[all …]
/external/rust/android-crates-io/crates/virtio-drivers/src/device/socket/
Dconnectionmanager.rs58 struct Connection { struct
59 info: ConnectionInfo, argument
66 impl Connection { impl
309 connections: &mut [Connection], in get_connection()
312 ) -> core::result::Result<(usize, &mut Connection), SocketError> { in get_connection()
324 connections: &'a mut [Connection], in get_connection_for_event()
327 ) -> Option<(usize, &'a mut Connection)> { in get_connection_for_event()
/external/llvm/include/llvm/CodeGen/
DScheduleDFS.h93 struct Connection { struct
97 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {} in Connection() argument
/external/python/bumble/bumble/
Dgatt_server.py308 self, connection: Optional[Connection], characteristic: Characteristic
322 connection: Connection,
352 def send_response(self, connection: Connection, response: ATT_PDU) -> None:
360 connection: Connection,
403 connection: Connection,
505 def on_disconnection(self, connection: Connection) -> None:
513 def on_gatt_pdu(self, connection: Connection, att_pdu: ATT_PDU) -> None:
555 def on_att_request(self, connection: Connection, pdu: ATT_PDU) -> None:
Dl2cap.py766 connection: Connection,
1073 connection: Connection,
1541 def next_identifier(self, connection: Connection) -> int:
1672 def on_pdu(self, connection: Connection, cid: int, pdu: bytes) -> None:
1694 self, connection: Connection, cid: int, control_frame: L2CAP_Control_Frame
1704 self, connection: Connection, cid: int, control_frame: L2CAP_Control_Frame
1743 self, _connection: Connection, _cid: int, packet
1748 self, connection: Connection, cid: int, request
1802 self, connection: Connection, cid: int, response
1819 self, connection: Connection, cid: int, request
[all …]
/external/rust/android-crates-io/crates/h2/src/proto/
Dconnection.rs19 pub(crate) struct Connection<T, P, B: Buf = Bytes> struct
26 inner: ConnectionInner<P, B>, argument
29 // Extracted part of `Connection` which does not depend on `T`. Reduces the amount of duplicated argument
100 impl<T, P, B> Connection<T, P, B> impl
556 impl<T, B> Connection<T, client::Peer, B> implementation
566 impl<T, B> Connection<T, server::Peer, B> implementation
601 impl<T, P, B> Drop for Connection<T, P, B> implementation
/external/rust/android-crates-io/crates/rusqlite/src/
Dcollation.rs16 impl Connection { impl
32 x_coll_needed: fn(&Connection, &str) -> Result<()>, in collation_needed()
132 x_coll_needed: fn(&Connection, &str) -> Result<()>, in collation_needed()
220 fn collation_needed(db: &Connection, collation_name: &str) -> Result<()> { in collation_needed()
Dtransaction.rs106 pub fn new(conn: &mut Connection, behavior: TransactionBehavior) -> Result<Transaction<'_>> { in new()
117 conn: &Connection, in new_unchecked()
236 fn deref(&self) -> &Connection { in deref()
251 fn with_name_<T: Into<String>>(conn: &Connection, name: T) -> Result<Savepoint<'_>> { in with_name_()
275 pub fn with_name<T: Into<String>>(conn: &mut Connection, name: T) -> Result<Savepoint<'_>> { in with_name()
361 fn deref(&self) -> &Connection { in deref()
388 impl Connection { implementation
Dbackup.rs46 impl Connection { impl
187 pub fn new<'a, 'b>(from: &'a Connection, to: &'b mut Connection) -> Result<Backup<'a, 'b>> { in new()
201 from: &'a Connection, in new_with_names()
203 to: &'b mut Connection, in new_with_names()
/external/rust/android-crates-io/crates/hyper/src/client/conn/
Dhttp2.rs40 pub struct Connection<T, B> struct
61 pub async fn handshake<E, T, B>(exec: E, io: T) -> crate::Result<(SendRequest<B>, Connection<T, B>)> in handshake() argument
193 impl<T, B> Connection<T, B> impl
214 impl<T, B> fmt::Debug for Connection<T, B> implementation
224 impl<T, B> Future for Connection<T, B> implementation
Dhttp1.rs53 pub struct Connection<T, B> struct
61 impl<T, B> Connection<T, B> impl
255 impl<T, B> fmt::Debug for Connection<T, B> implementation
265 impl<T, B> Future for Connection<T, B> implementation
/external/rust/android-crates-io/crates/gdbstub/src/stub/
Dmod.rs43 type Connection: ConnectionExt; typedef
62 conn: &mut Self::Connection, in wait_for_stop_reason()
105 Connection(C), enumerator
163 E: run_blocking::BlockingEventLoop<Target = T, Connection = C>, in run_blocking() argument
/external/pandora/avatar/avatar/
Dpandora_snippet.py30 def get_raw_connection_handle(device: PandoraDevice, connection: Connection) -> int:
35 def get_raw_connection(device: PandoraDevice, connection: Connection) -> Optional[BumbleConnection]:
/external/rust/android-crates-io/crates/gdbstub/src/conn/impls/
Dmod.rs16 impl<E> Connection for &mut dyn Connection<Error = E> { implementation
36 impl<E> Connection for &mut dyn ConnectionExt<Error = E> { impl
/external/rust/android-crates-io/crates/hyper/src/server/conn/
Dhttp2.rs41 impl<I, S, E> fmt::Debug for Connection<I, S, E> implementation
50 impl<I, B, S, E> Connection<I, S, E> impl
74 impl<I, B, S, E> Future for Connection<I, S, E> implementation
/external/crosvm/third_party/vmm_vhost/src/sys/
Dwindows.rs168 impl<R: Req> TryFrom<SafeDescriptor> for Connection<R> { implementation
178 impl<R: Req> From<Tube> for Connection<R> { implementation
188 impl<R: Req> Connection<R> { implementation
/external/rust/android-crates-io/crates/tower/src/make/
Dmake_connection.rs14 type Connection: AsyncRead + AsyncWrite; typedef
36 type Connection = C::Response; typedef
/external/rust/android-crates-io/crates/gdbstub/src/conn/
Dmod.rs10 pub trait Connection { trait

12345678