Home
last modified time | relevance | path

Searched refs:KeyRequestType (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/drm/libmediadrm/
DDrmHal.cpp43 using drm::V1_0::KeyRequestType;
64 typedef drm::V1_1::KeyRequestType KeyRequestType_V1_1;
791 static DrmPlugin::KeyRequestType toKeyRequestType( in toKeyRequestType()
792 KeyRequestType keyRequestType) { in toKeyRequestType()
794 case KeyRequestType::INITIAL: in toKeyRequestType()
797 case KeyRequestType::RENEWAL: in toKeyRequestType()
800 case KeyRequestType::RELEASE: in toKeyRequestType()
809 static DrmPlugin::KeyRequestType toKeyRequestType_1_1( in toKeyRequestType_1_1()
819 return toKeyRequestType(static_cast<KeyRequestType>(keyRequestType)); in toKeyRequestType_1_1()
828 String8 &defaultUrl, DrmPlugin::KeyRequestType *keyRequestType) { in getKeyRequest()
[all …]
DIDrm.cpp164 DrmPlugin::KeyRequestType *keyRequestType) { in getKeyRequest()
186 *keyRequestType = static_cast<DrmPlugin::KeyRequestType>(reply.readInt32()); in getKeyRequest()
843 DrmPlugin::KeyRequestType keyRequestType = DrmPlugin::kKeyRequestType_Unknown; in onTransact()
/frameworks/native/headers/media_plugin/media/drm/
DDrmAPI.h102 enum KeyRequestType { enum
236 KeyRequestType *keyRequestType) = 0;
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DDrmPlugin.h41 using drm::V1_0::KeyRequestType;
63 typedef drm::V1_1::KeyRequestType KeyRequestType_V1_1;
/frameworks/av/drm/libmediadrm/include/mediadrm/
DIDrm.h58 DrmPlugin::KeyRequestType *keyRequestType) = 0;
DDrmHal.h110 DrmPlugin::KeyRequestType *keyRequestType);
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
DDrmPlugin.cpp91 DrmPlugin::KeyRequestType *keyRequestType) { in getKeyRequest()
/frameworks/av/drm/mediadrm/plugins/mock/
DMockDrmCryptoPlugin.h67 KeyRequestType *keyRequestType);
DMockDrmCryptoPlugin.cpp117 KeyRequestType *keyRequestType) in getKeyRequest()
178 *keyRequestType = static_cast<KeyRequestType>( in getKeyRequest()
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DDrmPlugin.cpp64 KeyRequestType toKeyRequestType_V1_0(KeyRequestType_V1_1 keyRequestType) { in toKeyRequestType_V1_0()
68 return KeyRequestType::UNKNOWN; in toKeyRequestType_V1_0()
70 return static_cast<KeyRequestType>(keyRequestType); in toKeyRequestType_V1_0()
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
DDrmPlugin.h58 DrmPlugin::KeyRequestType *keyRequestType);
/frameworks/av/media/ndk/
DNdkMediaDrm.cpp479 DrmPlugin::KeyRequestType keyRequestType; in AMediaDrm_getKeyRequest()
/frameworks/base/media/jni/
Dandroid_media_MediaDrm.cpp1080 DrmPlugin::KeyRequestType keyRequestType; in android_media_MediaDrm_getKeyRequest()