Home
last modified time | relevance | path

Searched defs:send (Results 1 – 3 of 3) sorted by relevance

/trusty/user/base/experimental/lib/tidl/
Dipc.cpp36 int send(handle_t chan, in send() function
88 int send(handle_t chan, in send() function
156 int send(handle_t chan, in send() function
Dipc_ql_tipc.cpp210 int send(handle_t fd, in send() function
254 int send(handle_t fd, in send() function
296 int send(handle_t fd, in send() function
/trusty/user/base/lib/tipc/rust/src/
Dhandle.rs121 pub fn send<'s, T: Serialize<'s>>(&self, msg: &'s T) -> crate::Result<()> { in send() method