Lines Matching defs:SessionInfo
76 // SessionInfo parameter description.
77 struct SessionInfo {
204 * @return The returned result belongs to the SessionInfo structure.
207 std::shared_ptr<struct SessionInfo> QuerySessionObject(binder_uintptr_t stub);
323 bool AttachSessionObject(std::shared_ptr<struct SessionInfo> object, binder_uintptr_t stub);
332 bool CopyDeviceIdInfo(std::shared_ptr<struct SessionInfo> &session,
334 void InitializeSession(std::shared_ptr<struct SessionInfo> &session,
365 bool IsSameSession(std::shared_ptr<struct SessionInfo> oldSession, std::shared_ptr<struct SessionInfo> newSession);
406 std::map<binder_uintptr_t, std::shared_ptr<struct SessionInfo>> sessionObject_;