/hardware/interfaces/broadcastradio/2.0/vts/functional/ |
D | VtsHalBroadcastradioV2_0TargetTest.cpp | 110 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/ |
D | drm_hal_clearkey_test.cpp | 282 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 …]
|
D | drm_hal_vendor_test.cpp | 344 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/ |
D | drm_hal_clearkey_test.cpp | 167 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/ |
D | drm_hal_test.cpp | 153 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 …]
|
D | drm_hal_common.cpp | 177 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()
|
D | drm_hal_common.h | 111 SessionId openSession();
|
/hardware/interfaces/broadcastradio/2.0/default/ |
D | BroadcastRadio.h | 37 Return<void> openSession(const sp<ITunerCallback>& callback, openSession_cb _hidl_cb) override;
|
D | BroadcastRadio.cpp | 105 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/ |
D | CasImpl.cpp | 88 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()
|
D | CasImpl.h | 58 virtual Return<void> openSession(
|
/hardware/interfaces/cas/1.1/default/ |
D | CasImpl.cpp | 110 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()
|
D | CasImpl.h | 58 virtual Return<void> openSession(openSession_cb _hidl_cb) override;
|
/hardware/interfaces/drm/1.0/default/ |
D | DrmPlugin.cpp | 32 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()
|
D | DrmPlugin.h | 53 Return<void> openSession(openSession_cb _hidl_cb) override;
|
/hardware/interfaces/cas/1.0/ |
D | ICas.hal | 45 openSession() generates(Status status, HidlCasSessionId sessionId);
|
/hardware/interfaces/broadcastradio/2.0/ |
D | IBroadcastRadio.hal | 70 openSession(ITunerCallback callback)
|
/hardware/interfaces/drm/1.1/ |
D | IDrmPlugin.hal | 47 * 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/ |
D | VtsHalCasV1_1TargetTest.cpp | 334 auto returnVoid = mMediaCas->openSession([&](Status status, const hidl_vec<uint8_t>& id) { in openCasSession()
|
/hardware/interfaces/drm/1.0/ |
D | types.hal | 64 * openSession or provideKeyResponse when the device has not yet been
|
D | IDrmPlugin.hal | 37 * 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/ |
D | VtsHalCasV1_0TargetTest.cpp | 293 auto returnVoid = mMediaCas->openSession([&](Status status, const hidl_vec<uint8_t>& id) { in openCasSession()
|