Searched defs:SocketResult (Results 1 – 4 of 4) sorted by relevance
| /packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
| D | socket_manager.rs | 38 pub struct SocketResult { struct 43 impl SocketResult { argument 299 fn listen_using_insecure_l2cap_channel(&mut self, callback: CallbackId) -> SocketResult; in listen_using_insecure_l2cap_channel() 302 fn listen_using_insecure_l2cap_le_channel(&mut self, callback: CallbackId) -> SocketResult; in listen_using_insecure_l2cap_le_channel() 310 ) -> SocketResult; in listen_using_insecure_rfcomm_with_service_record() 313 fn listen_using_l2cap_channel(&mut self, callback: CallbackId) -> SocketResult; in listen_using_l2cap_channel() 316 fn listen_using_l2cap_le_channel(&mut self, callback: CallbackId) -> SocketResult; in listen_using_l2cap_le_channel() 324 ) -> SocketResult; in listen_using_rfcomm_with_service_record() 336 ) -> SocketResult; in listen_using_rfcomm() 344 ) -> SocketResult; in create_insecure_l2cap_channel() [all …]
|
| /packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
| D | iface_bluetooth.rs | 733 fn listen_using_insecure_l2cap_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_insecure_l2cap_channel() 738 fn listen_using_insecure_l2cap_le_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_insecure_l2cap_le_channel() 743 fn listen_using_l2cap_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_l2cap_channel() 748 fn listen_using_l2cap_le_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_l2cap_le_channel() 758 ) -> SocketResult { in listen_using_insecure_rfcomm_with_service_record() 770 ) -> SocketResult { in listen_using_rfcomm() 780 ) -> SocketResult { in listen_using_rfcomm_with_service_record() 790 ) -> SocketResult { in create_insecure_l2cap_channel() 800 ) -> SocketResult { in create_insecure_l2cap_le_channel() 810 ) -> SocketResult { in create_l2cap_channel() [all …]
|
| /packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
| D | dbus_iface.rs | 1949 fn listen_using_insecure_l2cap_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_insecure_l2cap_channel() 1954 fn listen_using_insecure_l2cap_le_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_insecure_l2cap_le_channel() 1959 fn listen_using_l2cap_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_l2cap_channel() 1964 fn listen_using_l2cap_le_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_l2cap_le_channel() 1974 ) -> SocketResult { in listen_using_insecure_rfcomm_with_service_record() 1984 ) -> SocketResult { in listen_using_rfcomm_with_service_record() 1996 ) -> SocketResult { in listen_using_rfcomm() 2006 ) -> SocketResult { in create_insecure_l2cap_channel() 2016 ) -> SocketResult { in create_insecure_l2cap_le_channel() 2026 ) -> SocketResult { in create_l2cap_channel() [all …]
|
| D | command_handler.rs | 1479 let SocketResult { status, id } = self in cmd_socket() localVariable 1508 let SocketResult { status, id } = { in cmd_socket() localVariable 1555 let SocketResult { status, id } = { in cmd_socket() localVariable
|