Home
last modified time | relevance | path

Searched refs:sender_id (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/ipc/
Dipc_mojo_bootstrap.cc160 mojo::InterfaceId sender_id, receiver_id; in CreateChannelEndpoints() local
162 sender_id = 1 | mojo::kInterfaceIdNamespaceMask; in CreateChannelEndpoints()
165 sender_id = 1; in CreateChannelEndpoints()
171 Endpoint* sender_endpoint = new Endpoint(this, sender_id); in CreateChannelEndpoints()
173 endpoints_.insert({ sender_id, sender_endpoint }); in CreateChannelEndpoints()
180 CreateScopedInterfaceEndpointHandle(sender_id); in CreateChannelEndpoints()
Dipc_mojo_bootstrap_unittest.cc27 int32_t sender_id) in Connection() argument
30 sender_->SetPeerPid(sender_id); in Connection()
/external/wayland/src/
Dconnection.c593 closure->sender_id = sender->id; in wl_closure_marshal()
657 closure->sender_id = *p++; in wl_connection_demarshal()
694 closure->sender_id, message->name, in wl_connection_demarshal()
753 closure->sender_id, message->name, in wl_connection_demarshal()
770 closure->sender_id, message->name, in wl_connection_demarshal()
1104 buffer[0] = closure->sender_id; in serialize_closure()
Dwayland-private.h147 uint32_t sender_id; member