Searched refs:openSession (Results 1 - 5 of 5) sorted by relevance

/hardware/interfaces/drm/1.0/vts/functional/
H A Ddrm_hal_clearkey_test.cpp247 SessionId openSession();
296 SessionId DrmHalClearkeyPluginTest::openSession() { function in class:DrmHalClearkeyPluginTest
299 auto res = drmPlugin->openSession(
385 auto sessionId = openSession();
404 SessionId sessionId = openSession();
432 auto sessionId = openSession();
454 auto sessionId = openSession();
472 SessionId session = openSession();
507 SessionId session = openSession();
532 SessionId sessionId = openSession();
[all...]
H A Ddrm_hal_vendor_test.cpp324 SessionId openSession();
403 SessionId DrmHalVendorPluginTest::openSession() { function in class:DrmHalVendorPluginTest
406 auto res = drmPlugin->openSession([&](Status status, const SessionId& id) {
486 auto sessionId = openSession();
507 auto sessionId = openSession();
553 SessionId session = openSession();
581 SessionId sessionId = openSession();
595 auto sessionId = openSession();
599 sessionId = openSession();
614 SessionId sessionId = openSession();
[all...]
/hardware/interfaces/drm/1.0/
H A DIDrmPlugin.hal37 * ERROR_DRM_CANNOT_HANDLE, if openSession is not supported at the time of
42 openSession() generates (Status status, SessionId sessionId);
/hardware/interfaces/drm/1.0/default/
H A DDrmPlugin.h53 Return<void> openSession(openSession_cb _hidl_cb) override;
H A DDrmPlugin.cpp32 Return<void> DrmPlugin::openSession(openSession_cb _hidl_cb) { function in class:android::hardware::drm::V1_0::implementation::DrmPlugin
34 status_t status = mLegacyPlugin->openSession(legacySessionId);

Completed in 98 milliseconds