Searched refs:sess (Results 1 – 5 of 5) sorted by relevance
227 android::sp<android::RpcSession> sess; member241 state->sess = android::RpcSession::make( in CastAuthTest_SetUp()243 ASSERT_NE(nullptr, state->sess.get()); in CastAuthTest_SetUp()245 status = state->sess->setupPreconnectedClient( in CastAuthTest_SetUp()249 root = state->sess->getRootObject(); in CastAuthTest_SetUp()
88 android::sp<android::RpcSession> sess = android::RpcSession::make( in binder_discover_get_service() local90 android::status_t status = sess->setupPreconnectedClient({}, [=]() { in binder_discover_get_service()98 ib = sess->getRootObject(); in binder_discover_get_service()
37 android::sp<android::RpcSession> sess; member51 state->sess = android::RpcSession::make( in BinderTest_SetUp()53 ASSERT_NE(nullptr, state->sess.get()); in BinderTest_SetUp()55 status = state->sess->setupPreconnectedClient( in BinderTest_SetUp()59 root = state->sess->getRootObject(); in BinderTest_SetUp()
145 hwaes_session_t sess; in hwaesDecryptAesGcmInPlace() local146 auto ret = hwaes_open(&sess); in hwaesDecryptAesGcmInPlace()151 ret = hwaes_decrypt(sess, &cryptArgs); in hwaesDecryptAesGcmInPlace()155 hwaes_close(sess); in hwaesDecryptAesGcmInPlace()
119 android::sp<android::RpcSession> sess = android::RpcSession::make( in test_ctl_on_connect() local121 if (sess == nullptr) { in test_ctl_on_connect()127 android::status_t status = sess->setupPreconnectedClient( in test_ctl_on_connect()133 android::sp<android::IBinder> root = sess->getRootObject(); in test_ctl_on_connect()