Searched defs:SocketResult (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | socket_manager.rs | 40 pub struct SocketResult { struct 45 impl SocketResult { argument 305 fn listen_using_insecure_l2cap_channel(&mut self, callback: CallbackId) -> SocketResult; in listen_using_insecure_l2cap_channel() 308 fn listen_using_insecure_l2cap_le_channel(&mut self, callback: CallbackId) -> SocketResult; in listen_using_insecure_l2cap_le_channel() 316 ) -> SocketResult; in listen_using_insecure_rfcomm_with_service_record() 319 fn listen_using_l2cap_channel(&mut self, callback: CallbackId) -> SocketResult; in listen_using_l2cap_channel() 322 fn listen_using_l2cap_le_channel(&mut self, callback: CallbackId) -> SocketResult; in listen_using_l2cap_le_channel() 330 ) -> SocketResult; in listen_using_rfcomm_with_service_record() 342 ) -> SocketResult; in listen_using_rfcomm() 350 ) -> SocketResult; in create_insecure_l2cap_channel() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 876 fn listen_using_insecure_l2cap_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_insecure_l2cap_channel() 881 fn listen_using_insecure_l2cap_le_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_insecure_l2cap_le_channel() 886 fn listen_using_l2cap_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_l2cap_channel() 891 fn listen_using_l2cap_le_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_l2cap_le_channel() 901 ) -> SocketResult { in listen_using_insecure_rfcomm_with_service_record() 913 ) -> SocketResult { in listen_using_rfcomm() 923 ) -> SocketResult { in listen_using_rfcomm_with_service_record() 933 ) -> SocketResult { in create_insecure_l2cap_channel() 943 ) -> SocketResult { in create_insecure_l2cap_le_channel() 953 ) -> SocketResult { in create_l2cap_channel() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 2162 fn listen_using_insecure_l2cap_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_insecure_l2cap_channel() 2167 fn listen_using_insecure_l2cap_le_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_insecure_l2cap_le_channel() 2172 fn listen_using_l2cap_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_l2cap_channel() 2177 fn listen_using_l2cap_le_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_l2cap_le_channel() 2187 ) -> SocketResult { in listen_using_insecure_rfcomm_with_service_record() 2197 ) -> SocketResult { in listen_using_rfcomm_with_service_record() 2209 ) -> SocketResult { in listen_using_rfcomm() 2219 ) -> SocketResult { in create_insecure_l2cap_channel() 2229 ) -> SocketResult { in create_insecure_l2cap_le_channel() 2239 ) -> SocketResult { in create_l2cap_channel() [all …]
|
D | command_handler.rs | 1826 let SocketResult { status, id } = self in cmd_socket() localVariable 1855 let SocketResult { status, id } = { in cmd_socket() localVariable 1900 let SocketResult { status, id } = { in cmd_socket() localVariable
|