Searched refs:sender_id (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/ipc/ |
D | ipc_mojo_bootstrap.cc | 160 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()
|
D | ipc_mojo_bootstrap_unittest.cc | 27 int32_t sender_id) in Connection() argument 30 sender_->SetPeerPid(sender_id); in Connection()
|
/external/wayland/src/ |
D | connection.c | 657 closure->sender_id = sender->id; in wl_closure_marshal() 719 closure->sender_id = *p++; in wl_connection_demarshal() 729 closure->sender_id, message->name, in wl_connection_demarshal() 757 closure->sender_id, message->name, in wl_connection_demarshal() 817 closure->sender_id, message->name, in wl_connection_demarshal() 835 closure->sender_id, message->name, in wl_connection_demarshal() 1188 buffer[0] = closure->sender_id; in serialize_closure()
|
D | wayland-private.h | 147 uint32_t sender_id; member
|