HomeSort by relevance Sort by last modified time
    Searched refs:KeyRequestType (Results 1 - 23 of 23) sorted by null

  /hardware/interfaces/drm/1.1/
types.hal 19 import @1.0::KeyRequestType;
164 enum KeyRequestType : @1.0::KeyRequestType {
IDrmPlugin.hal 25 import @1.1::KeyRequestType;
72 * values are returned in 1.1::KeyRequestType as compared to
73 * 1.0::KeyRequestType
116 KeyRequestType requestType, string defaultUrl);
  /hardware/interfaces/drm/1.0/
types.hal 167 enum KeyRequestType : uint32_t {
IDrmPlugin.hal 99 KeyRequestType requestType, string defaultUrl);
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DrmPlugin.cpp 146 KeyRequestType *keyRequestType,
151 *keyRequestType = KeyRequestType::UNKNOWN;
168 *keyRequestType = KeyRequestType::INITIAL;
181 KeyRequestType keyRequestType = KeyRequestType::UNKNOWN;
186 &request, &keyRequestType, &defaultUrl)
    [all...]
  /hardware/interfaces/drm/1.0/default/
DrmPlugin.cpp 67 KeyRequestType requestType = KeyRequestType::UNKNOWN;
77 android::DrmPlugin::KeyRequestType legacyRequestType =
87 requestType = KeyRequestType::INITIAL;
90 requestType = KeyRequestType::RENEWAL;
93 requestType = KeyRequestType::RELEASE;
97 requestType = KeyRequestType::UNKNOWN;
DrmPlugin.h 34 using ::android::hardware::drm::V1_0::KeyRequestType;
  /frameworks/native/headers/media_plugin/media/drm/
DrmAPI.h 101 enum KeyRequestType {
213 KeyRequestType *keyRequestType) = 0;
  /frameworks/av/drm/libmediadrm/
DrmHal.cpp 664 String8 &defaultUrl, DrmPlugin::KeyRequestType *keyRequestType) {
693 drm::V1_1::KeyRequestType hKeyRequestType,
701 case drm::V1_1::KeyRequestType::INITIAL:
702 *keyRequestType = DrmPlugin::kKeyRequestType_Initial;
704 case drm::V1_1::KeyRequestType::RENEWAL:
705 *keyRequestType = DrmPlugin::kKeyRequestType_Renewal;
707 case drm::V1_1::KeyRequestType::RELEASE:
708 *keyRequestType = DrmPlugin::kKeyRequestType_Release;
710 case drm::V1_1::KeyRequestType::NONE
    [all...]
IDrm.cpp 157 DrmPlugin::KeyRequestType *keyRequestType) {
179 *keyRequestType = static_cast<DrmPlugin::KeyRequestType>(reply.readInt32());
785 DrmPlugin::KeyRequestType keyRequestType = DrmPlugin::kKeyRequestType_Unknown;
789 &keyRequestType);
793 reply->writeInt32(static_cast<int32_t>(keyRequestType));
    [all...]
  /hardware/interfaces/drm/1.1/vts/functional/
drm_hal_clearkey_test.cpp 62 using ::android::hardware::drm::V1_1::KeyRequestType;
352 KeyRequestType requestType, const hidl_string&) {
354 EXPECT_EQ(KeyRequestType::INITIAL, requestType);
402 [&](Status status, const hidl_vec<uint8_t>&, KeyRequestType,
420 [&](Status status, const hidl_vec<uint8_t>&, KeyRequestType,
  /hardware/interfaces/drm/1.0/vts/functional/
drm_hal_clearkey_test.cpp 43 using ::android::hardware::drm::V1_0::KeyRequestType;
393 KeyRequestType requestType, const hidl_string&) {
395 EXPECT_EQ(KeyRequestType::INITIAL, requestType);
452 [&](Status status, const hidl_vec<uint8_t>&, KeyRequestType,
470 [&](Status status, const hidl_vec<uint8_t>&, KeyRequestType,
492 KeyRequestType, const hidl_string&) {
    [all...]
drm_hal_vendor_test.cpp 47 using ::android::hardware::drm::V1_0::KeyRequestType;
468 KeyRequestType type, const hidl_string&) {
472 EXPECT_EQ(type, KeyRequestType::INITIAL);
545 [&](Status status, const hidl_vec<uint8_t>&, KeyRequestType,
    [all...]
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DrmPlugin.h 45 using ::android::hardware::drm::V1_1::KeyRequestType;
314 KeyRequestType *getKeyRequestType,
  /frameworks/av/drm/mediadrm/plugins/clearkey/default/
DrmPlugin.cpp 91 DrmPlugin::KeyRequestType *keyRequestType) {
101 *keyRequestType = DrmPlugin::kKeyRequestType_Initial;
  /frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
DrmPlugin.h 58 DrmPlugin::KeyRequestType *keyRequestType);
  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.h 67 KeyRequestType *keyRequestType);
MockDrmCryptoPlugin.cpp 117 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>(
  /frameworks/av/media/libmedia/include/media/
Drm.h 57 DrmPlugin::KeyRequestType *keyRequestType);
DrmHal.h 78 DrmPlugin::KeyRequestType *keyRequestType);
IDrm.h 55 DrmPlugin::KeyRequestType *keyRequestType) = 0;
  /frameworks/av/media/ndk/
NdkMediaDrm.cpp 311 DrmPlugin::KeyRequestType keyRequestType;
314 &keyRequestType);
  /frameworks/base/media/jni/
android_media_MediaDrm.cpp     [all...]

Completed in 1060 milliseconds