Searched defs:keyRequestType (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DDrmPlugin.cpp58 DrmPlugin::KeyRequestType *keyRequestType) {
66 *keyRequestType = DrmPlugin::kKeyRequestType_Initial;
50 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/libmediadrm/
H A DDrm.cpp410 DrmPlugin::KeyRequestType *keyRequestType) {
425 keyRequestType);
405 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
H A DIDrm.cpp149 DrmPlugin::KeyRequestType *keyRequestType) {
171 *keyRequestType = static_cast<DrmPlugin::KeyRequestType>(reply.readInt32());
650 DrmPlugin::KeyRequestType keyRequestType = DrmPlugin::kKeyRequestType_Unknown; local
654 &keyRequestType);
658 reply->writeInt32(static_cast<int32_t>(keyRequestType));
144 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
H A DDrmHal.cpp486 String8 &defaultUrl, DrmPlugin::KeyRequestType *keyRequestType) {
521 *keyRequestType = DrmPlugin::kKeyRequestType_Initial;
524 *keyRequestType = DrmPlugin::kKeyRequestType_Renewal;
527 *keyRequestType = DrmPlugin::kKeyRequestType_Release;
530 *keyRequestType = DrmPlugin::kKeyRequestType_Unknown;
482 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/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
/frameworks/av/media/ndk/
H A DNdkMediaDrm.cpp311 DrmPlugin::KeyRequestType keyRequestType; local
314 &keyRequestType);
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp838 DrmPlugin::KeyRequestType keyRequestType; local
841 keyType, optParams, request, defaultUrl, &keyRequestType);
861 switch (keyRequestType) {

Completed in 1964 milliseconds