Home
last modified time | relevance | path

Searched refs:openSession (Results 1 – 22 of 22) sorted by relevance

/hardware/interfaces/broadcastradio/2.0/vts/functional/
DVtsHalBroadcastradioV2_0TargetTest.cpp110 bool openSession();
206 bool BroadcastRadioHalTest::openSession() { in openSession() function in android::hardware::broadcastradio::V2_0::vts::BroadcastRadioHalTest
215 auto hidlResult = mModule->openSession(mCallback, openCb); in openSession()
269 ASSERT_TRUE(openSession()); in TEST_F()
273 ASSERT_TRUE(openSession()); in TEST_F()
278 ASSERT_TRUE(openSession()); in TEST_F()
415 ASSERT_TRUE(openSession()); in TEST_F()
462 ASSERT_TRUE(openSession()); in TEST_F()
493 ASSERT_TRUE(openSession()); in TEST_F()
510 ASSERT_TRUE(openSession()); in TEST_F()
[all …]
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_clearkey_test.cpp282 SessionId openSession();
331 SessionId DrmHalClearkeyPluginTest::openSession() { in openSession() function in DrmHalClearkeyPluginTest
334 auto res = drmPlugin->openSession( in openSession()
416 auto sessionId = openSession(); in TEST_F()
435 SessionId sessionId = openSession(); in TEST_F()
463 auto sessionId = openSession(); in TEST_F()
485 auto sessionId = openSession(); in TEST_F()
503 SessionId session = openSession(); in TEST_F()
538 SessionId session = openSession(); in TEST_F()
563 SessionId sessionId = openSession(); in TEST_F()
[all …]
Ddrm_hal_vendor_test.cpp344 SessionId openSession();
423 SessionId DrmHalVendorPluginTest::openSession() { in openSession() function in DrmHalVendorPluginTest
426 auto res = drmPlugin->openSession([&](Status status, const SessionId& id) { in openSession()
506 auto sessionId = openSession(); in TEST_P()
527 auto sessionId = openSession(); in TEST_P()
573 SessionId session = openSession(); in TEST_P()
601 SessionId sessionId = openSession(); in TEST_P()
615 auto sessionId = openSession(); in TEST_P()
619 sessionId = openSession(); in TEST_P()
634 SessionId sessionId = openSession(); in TEST_P()
[all …]
/hardware/interfaces/drm/1.1/vts/functional/
Ddrm_hal_clearkey_test.cpp167 SessionId openSession();
168 SessionId openSession(SecurityLevel level);
273 SessionId DrmHalClearkeyTest::openSession() { in openSession() function in DrmHalClearkeyTest
276 auto res = drmPlugin->openSession( in openSession()
289 SessionId DrmHalClearkeyTest::openSession(SecurityLevel level) { in openSession() function in DrmHalClearkeyTest
386 auto sessionId = openSession(); in TEST_F()
413 auto sessionId = openSession(); in TEST_F()
480 SessionId session = openSession(); in TEST_F()
509 SessionId session = openSession(); in TEST_F()
519 session = openSession(defaultLevel); in TEST_F()
[all …]
/hardware/interfaces/drm/1.2/vts/functional/
Ddrm_hal_test.cpp153 auto sessionId = openSession(); in TEST_P()
189 auto sessionId = openSession(); in TEST_P()
228 auto sessionId = openSession(); in TEST_P()
290 auto sessionId = openSession(); in TEST_P()
325 auto sessionId = openSession(); in TEST_P()
353 auto sessionId = openSession(); in TEST_P()
380 auto sessionId = openSession(); in TEST_P()
405 auto sessionId = openSession(); in TEST_P()
434 auto sessionId = openSession(); in TEST_P()
453 auto sessionId = openSession(); in TEST_P()
[all …]
Ddrm_hal_common.cpp177 SessionId DrmHalTest::openSession() { in openSession() function in android::hardware::drm::V1_2::vts::DrmHalTest
180 auto res = drmPlugin->openSession([&](StatusV1_0 status, const hidl_vec<unsigned char> &id) { in openSession()
473 auto sessionId = openSession(); in decryptWithInvalidKeys()
Ddrm_hal_common.h111 SessionId openSession();
/hardware/interfaces/broadcastradio/2.0/default/
DBroadcastRadio.h37 Return<void> openSession(const sp<ITunerCallback>& callback, openSession_cb _hidl_cb) override;
DBroadcastRadio.cpp105 Return<void> BroadcastRadio::openSession(const sp<ITunerCallback>& callback, in openSession() function in android::hardware::broadcastradio::V2_0::implementation::BroadcastRadio
/hardware/interfaces/cas/1.0/default/
DCasImpl.cpp88 Return<void> CasImpl::openSession(openSession_cb _hidl_cb) { in openSession() function in android::hardware::cas::V1_0::implementation::CasImpl
95 err = holder->openSession(&sessionId); in openSession()
DCasImpl.h58 virtual Return<void> openSession(
/hardware/interfaces/cas/1.1/default/
DCasImpl.cpp110 Return<void> CasImpl::openSession(openSession_cb _hidl_cb) { in openSession() function in android::hardware::cas::V1_1::implementation::CasImpl
117 err = holder->openSession(&sessionId); in openSession()
DCasImpl.h58 virtual Return<void> openSession(openSession_cb _hidl_cb) override;
/hardware/interfaces/drm/1.0/default/
DDrmPlugin.cpp32 Return<void> DrmPlugin::openSession(openSession_cb _hidl_cb) { in openSession() function in android::hardware::drm::V1_0::implementation::DrmPlugin
34 status_t status = mLegacyPlugin->openSession(legacySessionId); in openSession()
DDrmPlugin.h53 Return<void> openSession(openSession_cb _hidl_cb) override;
/hardware/interfaces/cas/1.0/
DICas.hal45 openSession() generates(Status status, HidlCasSessionId sessionId);
/hardware/interfaces/broadcastradio/2.0/
DIBroadcastRadio.hal70 openSession(ITunerCallback callback)
/hardware/interfaces/drm/1.1/
DIDrmPlugin.hal47 * drm@1.0 openSession is called, which has no securityLevel parameter, the
56 * supported level or if openSession is not supported at the time of
/hardware/interfaces/cas/1.1/vts/functional/
DVtsHalCasV1_1TargetTest.cpp334 auto returnVoid = mMediaCas->openSession([&](Status status, const hidl_vec<uint8_t>& id) { in openCasSession()
/hardware/interfaces/drm/1.0/
Dtypes.hal64 * openSession or provideKeyResponse when the device has not yet been
DIDrmPlugin.hal37 * ERROR_DRM_CANNOT_HANDLE, if openSession is not supported at the time of
42 openSession() generates (Status status, SessionId sessionId);
/hardware/interfaces/cas/1.0/vts/functional/
DVtsHalCasV1_0TargetTest.cpp293 auto returnVoid = mMediaCas->openSession([&](Status status, const hidl_vec<uint8_t>& id) { in openCasSession()