Searched defs:ClientInfo (Results 1 – 1 of 1) sorted by relevance
53 struct ClientInfo { struct54 … pid; // the process id of the process in which the input client is running55 … int uid; // the uid of the process in which the input client is running56 …int userId; // the user if of the user under which the input client is running57 int displayId; // the display id on which the input client is showing58 …tClient> client; // the remote object handler for the service to callback to the input client59 … sptr<IInputDataChannel> channel; // the remote object handler for IMSA callback to input client60 sptr<RemoteObjectDeathRecipient> deathRecipient;61 InputAttribute attribute; // the input attribute of the input client