Searched refs:KeyRequestType (Results 1 – 20 of 20) sorted by relevance
55 using drm::V1_0::KeyRequestType;67 typedef drm::V1_1::KeyRequestType KeyRequestType_V1_1;693 static DrmPlugin::KeyRequestType toKeyRequestType(KeyRequestType keyRequestType) { in toKeyRequestType()695 case KeyRequestType::INITIAL: in toKeyRequestType()698 case KeyRequestType::RENEWAL: in toKeyRequestType()701 case KeyRequestType::RELEASE: in toKeyRequestType()710 static DrmPlugin::KeyRequestType toKeyRequestType_1_1(KeyRequestType_V1_1 keyRequestType) { in toKeyRequestType_1_1()719 return toKeyRequestType(static_cast<KeyRequestType>(keyRequestType)); in toKeyRequestType_1_1()729 DrmPlugin::KeyRequestType* keyRequestType) { in getKeyRequest()784 KeyRequestType hKeyRequestType, const hidl_string& hDefaultUrl) { in getKeyRequest()
41 using ::aidl::android::hardware::drm::KeyRequestType;141 static DrmPlugin::KeyRequestType toKeyRequestType(KeyRequestType keyRequestType) { in toKeyRequestType()143 case KeyRequestType::INITIAL: in toKeyRequestType()146 case KeyRequestType::RENEWAL: in toKeyRequestType()149 case KeyRequestType::RELEASE: in toKeyRequestType()152 case KeyRequestType::NONE: in toKeyRequestType()155 case KeyRequestType::UPDATE: in toKeyRequestType()576 DrmPlugin::KeyRequestType* keyRequestType) { in getKeyRequest()
76 DrmPlugin::KeyRequestType* keyRequestType) { in getKeyRequest()
102 enum KeyRequestType { enum236 KeyRequestType *keyRequestType) = 0;
374 drm::V1_1::KeyRequestType, const hidl_string &) {}); in invokeDrmDecryptEncryptAPI() argument378 drm::V1_1::KeyRequestType, const hidl_string &) {}); in invokeDrmDecryptEncryptAPI() argument384 drm::V1_0::KeyRequestType, const hidl_string &) {}); in invokeDrmDecryptEncryptAPI() argument
41 using drm::V1_0::KeyRequestType;66 typedef drm::V1_1::KeyRequestType KeyRequestType_V1_1;
44 DrmPlugin::KeyRequestType *keyRequestType);
66 DrmPlugin::KeyRequestType *keyRequestType) = 0;
54 DrmPlugin::KeyRequestType* keyRequestType);
89 DrmPlugin::KeyRequestType *keyRequestType);
67 KeyRequestType *keyRequestType);
117 KeyRequestType *keyRequestType) in getKeyRequest()178 *keyRequestType = static_cast<KeyRequestType>( in getKeyRequest()
91 DrmPlugin::KeyRequestType *keyRequestType) { in getKeyRequest()
179 KeyRequestType keyRequestType = KeyRequestType::UNKNOWN; in getKeyRequest()203 keyRequestType = KeyRequestType::INITIAL; in getKeyRequest()230 keyRequestType = KeyRequestType::RELEASE; in getKeyRequest()
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()
171 std::vector<uint8_t>* request, KeyRequestType* getKeyRequestType,
246 DrmPlugin::KeyRequestType keyRequestType; in invokeDrmDecryptEncryptAPI()
470 DrmPlugin::KeyRequestType requestType; in AMediaDrm_getKeyRequestWithDefaultUrlAndType()
1135 DrmPlugin::KeyRequestType keyRequestType; in android_media_MediaDrm_getKeyRequest()