Searched refs:KeyRequestType (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/drm/1.0/default/ |
D | DrmPlugin.cpp | 67 KeyRequestType requestType = KeyRequestType::UNKNOWN; in getKeyRequest() 77 android::DrmPlugin::KeyRequestType legacyRequestType = in getKeyRequest() 87 requestType = KeyRequestType::INITIAL; in getKeyRequest() 90 requestType = KeyRequestType::RENEWAL; in getKeyRequest() 93 requestType = KeyRequestType::RELEASE; in getKeyRequest() 97 requestType = KeyRequestType::UNKNOWN; in getKeyRequest()
|
D | DrmPlugin.h | 34 using ::android::hardware::drm::V1_0::KeyRequestType;
|
/hardware/interfaces/drm/1.1/ |
D | types.hal | 19 import @1.0::KeyRequestType; 164 enum KeyRequestType : @1.0::KeyRequestType {
|
D | IDrmPlugin.hal | 25 import @1.1::KeyRequestType; 72 * values are returned in 1.1::KeyRequestType as compared to 73 * 1.0::KeyRequestType 116 KeyRequestType requestType, string defaultUrl);
|
/hardware/interfaces/drm/1.2/vts/functional/ |
D | drm_hal_common.cpp | 38 using ::android::hardware::drm::V1_1::KeyRequestType; 206 KeyRequestType requestType, const hidl_string&) { in getKeyRequest() 211 EXPECT_EQ(KeyRequestType::RELEASE, requestType); in getKeyRequest() 213 EXPECT_EQ(KeyRequestType::INITIAL, requestType); in getKeyRequest()
|
D | drm_hal_test.cpp | 27 using ::android::hardware::drm::V1_1::KeyRequestType; 142 [&](StatusV1_2 status, const hidl_vec<uint8_t>&, KeyRequestType, in TEST_P() 159 KeyRequestType, const hidl_string&) { in TEST_P() argument 440 KeyRequestType, const hidl_string&) { in TEST_P() argument
|
/hardware/interfaces/drm/1.1/vts/functional/ |
D | drm_hal_clearkey_test.cpp | 62 using ::android::hardware::drm::V1_1::KeyRequestType; 352 KeyRequestType requestType, const hidl_string&) { in loadKeys() 354 EXPECT_EQ(KeyRequestType::INITIAL, requestType); in loadKeys() 402 [&](Status status, const hidl_vec<uint8_t>&, KeyRequestType, in TEST_F() 420 [&](Status status, const hidl_vec<uint8_t>&, KeyRequestType, in TEST_F() argument
|
/hardware/interfaces/drm/1.0/vts/functional/ |
D | drm_hal_clearkey_test.cpp | 43 using ::android::hardware::drm::V1_0::KeyRequestType; 393 KeyRequestType requestType, const hidl_string&) { in loadKeys() 395 EXPECT_EQ(KeyRequestType::INITIAL, requestType); in loadKeys() 452 [&](Status status, const hidl_vec<uint8_t>&, KeyRequestType, in TEST_F() 470 [&](Status status, const hidl_vec<uint8_t>&, KeyRequestType, in TEST_F() argument 492 KeyRequestType, const hidl_string&) { in TEST_F() argument
|
D | drm_hal_vendor_test.cpp | 47 using ::android::hardware::drm::V1_0::KeyRequestType; 468 KeyRequestType type, const hidl_string&) { in loadKeys() 472 EXPECT_EQ(type, KeyRequestType::INITIAL); in loadKeys() 545 [&](Status status, const hidl_vec<uint8_t>&, KeyRequestType, in TEST_P()
|
/hardware/interfaces/drm/1.2/ |
D | IDrmPlugin.hal | 23 import @1.1::KeyRequestType; 153 KeyRequestType requestType, string defaultUrl);
|
/hardware/interfaces/drm/1.0/ |
D | types.hal | 167 enum KeyRequestType : uint32_t {
|
D | IDrmPlugin.hal | 99 KeyRequestType requestType, string defaultUrl);
|