Home
last modified time | relevance | path

Searched refs:kDrmErrorTestKey (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/drm/1.2/vts/functional/
H A Ddrm_hal_test.cpp48 static const char* const kDrmErrorTestKey = "drmErrorTest"; variable
410 Status status = drmPlugin->setPropertyString(kDrmErrorTestKey, kDrmErrorResourceContention); in TEST_P()
433 Status status = drmPlugin->setPropertyString(kDrmErrorTestKey, kDrmErrorInvalidState); in TEST_P()
456 Status status = drmPlugin->setPropertyString(kDrmErrorTestKey, kDrmErrorInvalidState); in TEST_P()
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DClearKeyDrmProperties.h38 static const std::string kDrmErrorTestKey("drmErrorTest");
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DDrmPlugin.cpp96 mStringProperties[kDrmErrorTestKey] = kDrmErrorTestValue; in initProperties()
502 } else if (name == kDrmErrorTestKey) { in getPropertyString()
503 value = mStringProperties[kDrmErrorTestKey]; in getPropertyString()
548 if (name == kDrmErrorTestKey) { in setPropertyString()