Searched refs:keyRequestType (Results 1 - 17 of 17) sorted by last modified time

/frameworks/native/headers/media_plugin/media/drm/
H A DDrmAPI.h213 KeyRequestType *keyRequestType) = 0;
/frameworks/native/include/media/drm/
H A DDrmAPI.h213 KeyRequestType *keyRequestType) = 0;
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp988 DrmPlugin::KeyRequestType keyRequestType; local
991 keyType, optParams, request, defaultUrl, &keyRequestType);
1011 switch (keyRequestType) {
/frameworks/av/drm/libmediadrm/
H A DDrmHal.cpp664 String8 &defaultUrl, DrmPlugin::KeyRequestType *keyRequestType) {
702 *keyRequestType = DrmPlugin::kKeyRequestType_Initial;
705 *keyRequestType = DrmPlugin::kKeyRequestType_Renewal;
708 *keyRequestType = DrmPlugin::kKeyRequestType_Release;
711 *keyRequestType = DrmPlugin::kKeyRequestType_None;
714 *keyRequestType = DrmPlugin::kKeyRequestType_Update;
717 *keyRequestType = DrmPlugin::kKeyRequestType_Unknown;
738 *keyRequestType = DrmPlugin::kKeyRequestType_Initial;
741 *keyRequestType = DrmPlugin::kKeyRequestType_Renewal;
744 *keyRequestType
660 getKeyRequest(Vector<uint8_t> const &sessionId, Vector<uint8_t> const &initData, String8 const &mimeType, DrmPlugin::KeyType keyType, KeyedVector<String8, String8> const &optionalParameters, Vector<uint8_t> &request, String8 &defaultUrl, DrmPlugin::KeyRequestType *keyRequestType) argument
[all...]
H A DIDrm.cpp157 DrmPlugin::KeyRequestType *keyRequestType) {
179 *keyRequestType = static_cast<DrmPlugin::KeyRequestType>(reply.readInt32());
785 DrmPlugin::KeyRequestType keyRequestType = DrmPlugin::kKeyRequestType_Unknown; local
789 &keyRequestType);
793 reply->writeInt32(static_cast<int32_t>(keyRequestType));
152 getKeyRequest(Vector<uint8_t> const &sessionId, Vector<uint8_t> const &initData, String8 const &mimeType, DrmPlugin::KeyType keyType, KeyedVector<String8, String8> const &optionalParameters, Vector<uint8_t> &request, String8 &defaultUrl, DrmPlugin::KeyRequestType *keyRequestType) argument
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
H A DDrmPlugin.cpp91 DrmPlugin::KeyRequestType *keyRequestType) {
101 *keyRequestType = DrmPlugin::kKeyRequestType_Initial;
83 getKeyRequest( const Vector<uint8_t>& scope, const Vector<uint8_t>& initData, const String8& mimeType, KeyType keyType, const KeyedVector<String8, String8>& optionalParameters, Vector<uint8_t>& request, String8& defaultUrl, DrmPlugin::KeyRequestType *keyRequestType) argument
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
H A DDrmPlugin.h58 DrmPlugin::KeyRequestType *keyRequestType);
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DDrmPlugin.cpp146 KeyRequestType *keyRequestType,
151 *keyRequestType = KeyRequestType::UNKNOWN;
168 *keyRequestType = KeyRequestType::INITIAL;
181 KeyRequestType keyRequestType = KeyRequestType::UNKNOWN; local
186 &request, &keyRequestType, &defaultUrl);
189 static_cast<drm::V1_0::KeyRequestType>(keyRequestType),
203 KeyRequestType keyRequestType = KeyRequestType::UNKNOWN; local
208 &request, &keyRequestType, &defaultUrl);
210 _hidl_cb(status, toHidlVec(request), keyRequestType, hidl_string(defaultUrl));
140 getKeyRequestCommon(const hidl_vec<uint8_t>& scope, const hidl_vec<uint8_t>& initData, const hidl_string& mimeType, KeyType keyType, const hidl_vec<KeyValue>& optionalParameters, std::vector<uint8_t> *request, KeyRequestType *keyRequestType, std::string *defaultUrl) argument
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp117 KeyRequestType *keyRequestType)
155 // string mock-keyRequestType -> keyRequestType
173 index = mStringProperties.indexOfKey(String8("mock-keyRequestType"));
175 ALOGD("Missing 'mock-keyRequestType' parameter for mock");
178 *keyRequestType = static_cast<KeyRequestType>(
112 getKeyRequest(Vector<uint8_t> const &sessionId, Vector<uint8_t> const &initData, String8 const &mimeType, KeyType keyType, KeyedVector<String8, String8> const &optionalParameters, Vector<uint8_t> &request, String8 &defaultUrl, KeyRequestType *keyRequestType) argument
H A DMockDrmCryptoPlugin.h67 KeyRequestType *keyRequestType);
/frameworks/av/include/mediadrm/
H A DDrm.h57 DrmPlugin::KeyRequestType *keyRequestType);
H A DDrmHal.h78 DrmPlugin::KeyRequestType *keyRequestType);
H A DIDrm.h55 DrmPlugin::KeyRequestType *keyRequestType) = 0;
/frameworks/av/media/libmedia/include/media/
H A DDrm.h57 DrmPlugin::KeyRequestType *keyRequestType);
H A DDrmHal.h78 DrmPlugin::KeyRequestType *keyRequestType);
H A DIDrm.h55 DrmPlugin::KeyRequestType *keyRequestType) = 0;
/frameworks/av/media/ndk/
H A DNdkMediaDrm.cpp311 DrmPlugin::KeyRequestType keyRequestType; local
314 &keyRequestType);

Completed in 134 milliseconds