Searched defs:Session (Results 1 – 4 of 4) sorted by relevance
| /system/chre/host/hal_generic/common/ |
| D | message_hub_manager.h | 196 struct Session { struct 202 Session(const EndpointId &hostEndpoint, in Session() argument
|
| /system/chre/util/include/chre/util/system/ |
| D | message_common.h | 115 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/ |
| D | Session.h | 50 Session(int32_t cipherSuite, sp<IPresentationSession> halBinder, sp<CredentialStore> store) in Session() function
|
| /system/chre/util/tests/ |
| D | message_router_test.cc | 84 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 …]
|