Searched refs:SocketId (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | socket_manager.rs | 30 pub type SocketId = u64; typedef 58 pub const INVALID_SOCKET_ID: SocketId = 0; 63 pub id: SocketId, 188 pub id: SocketId, 275 fn on_incoming_socket_closed(&mut self, listener_id: SocketId, reason: BtStatus); in on_incoming_socket_closed() argument 280 fn on_handle_incoming_connection(&mut self, listener_id: SocketId, connection: BluetoothSocket); in on_handle_incoming_connection() argument 286 connecting_id: SocketId, in on_outgoing_connection_result() argument 393 fn accept(&mut self, callback: CallbackId, id: SocketId, timeout_ms: Option<u32>) -> BtStatus; in accept() argument 396 fn close(&mut self, callback: CallbackId, id: SocketId) -> BtStatus; in close() 402 socket_id: SocketId, [all …]
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 25 IBluetoothSocketManager, IBluetoothSocketManagerCallbacks, SocketId, SocketResult, 784 id: SocketId, 795 id: SocketId, 822 fn on_incoming_socket_closed(&mut self, listener_id: SocketId, reason: BtStatus) { in on_incoming_socket_closed() argument 829 listener_id: SocketId, in on_handle_incoming_connection() argument 838 connecting_id: SocketId, in on_outgoing_connection_result() argument 981 fn accept(&mut self, callback: CallbackId, id: SocketId, timeout_ms: Option<u32>) -> BtStatus { in accept() argument 986 fn close(&mut self, callback: CallbackId, id: SocketId) -> BtStatus { in close()
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 51 IBluetoothSocketManagerCallbacks, SocketId, SocketResult, 2072 id: SocketId, 2083 id: SocketId, 2257 fn accept(&mut self, callback: CallbackId, id: SocketId, timeout_ms: Option<u32>) -> BtStatus { in accept() argument 2262 fn close(&mut self, callback: CallbackId, id: SocketId) -> BtStatus { in close() 2282 fn on_incoming_socket_closed(&mut self, listener_id: SocketId, reason: BtStatus) { in on_incoming_socket_closed() argument 2289 listener_id: SocketId, in on_handle_incoming_connection() argument 2298 connecting_id: SocketId, in on_outgoing_connection_result() argument
|
D | callbacks.rs | 37 IBluetoothSocketManagerCallbacks, SocketId, 1260 fn on_incoming_socket_closed(&mut self, listener_id: SocketId, reason: BtStatus) { in on_incoming_socket_closed() argument 1266 listener_id: SocketId, in on_handle_incoming_connection() argument 1275 connecting_id: SocketId, in on_outgoing_connection_result() argument
|