Home
last modified time | relevance | path

Searched defs:Session (Results 1 – 4 of 4) sorted by relevance

/system/chre/host/hal_generic/common/
Dmessage_hub_manager.h196 struct Session { struct
202 Session(const EndpointId &hostEndpoint, in Session() argument
/system/chre/util/include/chre/util/system/
Dmessage_common.h115 struct Session { struct
118 Session() in Session() argument
125 Session(SessionId sessionId, Endpoint initiator, Endpoint peer, in Session() function
141 SessionId sessionId; argument
148 bool operator==(const Session &other) const { argument
163 bool isEquivalent(const Session &other) const { in isEquivalent() argument
/system/security/identity/
DSession.h50 Session(int32_t cipherSuite, sp<IPresentationSession> halBinder, sp<CredentialStore> store) in Session() function
/system/chre/util/tests/
Dmessage_router_test.cc84 void onSessionOpenRequest(const Session & /* session */) override {} in onSessionOpenRequest()
203 const Session & /* session */, in onMessageReceived()
211 void onSessionClosed(const Session & /* session */, in onSessionClosed()
218 void onSessionOpened(const Session & /* session */) override {} in onSessionOpened()
231 void onSessionOpenRequest(const Session & /* session */) override { in onSessionOpenRequest()
240 const Session & /* session */, in onMessageReceived()
245 void onSessionClosed(const Session & /* session */, in onSessionClosed()
248 void onSessionOpened(const Session & /* session */) override {} in onSessionOpened()
261 const Session & /* session */, in onMessageReceived()
271 void onSessionClosed(const Session & /* session */, in onSessionClosed()
[all …]