Searched refs:alloc_socket_pair (Results 1 - 4 of 4) sorted by relevance
/base/msdp/device_status/rust/modules/basic/server/src/ |
H A D | lib.rs | 43 fn alloc_socket_pair(&self, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) -> FusionResult<()> in alloc_socket_pair() functions 123 self.alloc_socket_pair(data, reply) in control()
|
/base/msdp/device_status/rust/modules/basic/client/src/ |
H A D | lib.rs | 42 pub fn alloc_socket_pair(&self, param: &AllocSocketPairParam, in alloc_socket_pair() functions 45 call_debug_enter!("FusionBasicClient::alloc_socket_pair"); in alloc_socket_pair()
|
/base/msdp/device_status/rust/frameworks/client/src/ |
H A D | frameworks.rs | 66 fn alloc_socket_pair(&self, param: &AllocSocketPairParam) -> FusionResult<(FileDesc, i32)> in alloc_socket_pair() functions 71 self.basic.alloc_socket_pair(param, ipc_client_ref) in alloc_socket_pair() 216 pub fn alloc_socket_pair(&self, param: &AllocSocketPairParam) -> FusionResult<(FileDesc, i32)> in alloc_socket_pair() functions 220 guard.alloc_socket_pair(param) in alloc_socket_pair()
|
H A D | lib.rs | 54 fw.alloc_socket_pair(¶m).map_or_else(
|
Completed in 6 milliseconds