Searched refs:KeyRequestType (Results 1 – 13 of 13) sorted by relevance
45 using drm::V1_0::KeyRequestType;66 typedef drm::V1_1::KeyRequestType KeyRequestType_V1_1;704 static DrmPlugin::KeyRequestType toKeyRequestType( in toKeyRequestType()705 KeyRequestType keyRequestType) { in toKeyRequestType()707 case KeyRequestType::INITIAL: in toKeyRequestType()710 case KeyRequestType::RENEWAL: in toKeyRequestType()713 case KeyRequestType::RELEASE: in toKeyRequestType()722 static DrmPlugin::KeyRequestType toKeyRequestType_1_1( in toKeyRequestType_1_1()732 return toKeyRequestType(static_cast<KeyRequestType>(keyRequestType)); in toKeyRequestType_1_1()741 String8 &defaultUrl, DrmPlugin::KeyRequestType *keyRequestType) { in getKeyRequest()[all …]
102 enum KeyRequestType { enum236 KeyRequestType *keyRequestType) = 0;
41 using drm::V1_0::KeyRequestType;66 typedef drm::V1_1::KeyRequestType KeyRequestType_V1_1;
67 KeyRequestType *keyRequestType);
117 KeyRequestType *keyRequestType) in getKeyRequest()178 *keyRequestType = static_cast<KeyRequestType>( in getKeyRequest()
91 DrmPlugin::KeyRequestType *keyRequestType) { in getKeyRequest()
66 DrmPlugin::KeyRequestType *keyRequestType) = 0;
94 DrmPlugin::KeyRequestType *keyRequestType);
58 DrmPlugin::KeyRequestType *keyRequestType);
65 KeyRequestType toKeyRequestType_V1_0(KeyRequestType_V1_1 keyRequestType) { in toKeyRequestType_V1_0()69 return KeyRequestType::UNKNOWN; in toKeyRequestType_V1_0()71 return static_cast<KeyRequestType>(keyRequestType); in toKeyRequestType_V1_0()
242 DrmPlugin::KeyRequestType keyRequestType; in invokeDrmDecryptEncryptAPI()
453 DrmPlugin::KeyRequestType keyRequestType; in AMediaDrm_getKeyRequest()
1144 DrmPlugin::KeyRequestType keyRequestType; in android_media_MediaDrm_getKeyRequest()