Home
last modified time | relevance | path

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

/third_party/wayland_standard/src/
Dconnection.c661 closure->sender_id = sender->id; in wl_closure_marshal()
723 closure->sender_id = *p++; in wl_connection_demarshal()
733 closure->sender_id, message->name, in wl_connection_demarshal()
761 closure->sender_id, message->name, in wl_connection_demarshal()
821 closure->sender_id, message->name, in wl_connection_demarshal()
839 closure->sender_id, message->name, in wl_connection_demarshal()
1191 buffer[0] = closure->sender_id; in serialize_closure()
Dwayland-private.h143 uint32_t sender_id; member