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

  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DrmPlugin.cpp 64 KeyRequestType toKeyRequestType_V1_0(KeyRequestType_V1_1 keyRequestType) {
65 switch (keyRequestType) {
68 return KeyRequestType::UNKNOWN;
70 return static_cast<KeyRequestType>(keyRequestType);
170 KeyRequestType_V1_1 *keyRequestType,
183 *keyRequestType = KeyRequestType_V1_1::UNKNOWN;
204 *keyRequestType = KeyRequestType_V1_1::INITIAL;
231 *keyRequestType = KeyRequestType_V1_1::RELEASE
    [all...]
  /frameworks/av/drm/mediadrm/plugins/clearkey/default/
DrmPlugin.cpp 91 DrmPlugin::KeyRequestType *keyRequestType) {
101 *keyRequestType = DrmPlugin::kKeyRequestType_Initial;
  /frameworks/av/drm/libmediadrm/
DrmHal.cpp 43 using drm::V1_0::KeyRequestType;
64 typedef drm::V1_1::KeyRequestType KeyRequestType_V1_1;
785 static DrmPlugin::KeyRequestType toKeyRequestType(
786 KeyRequestType keyRequestType) {
787 switch (keyRequestType) {
788 case KeyRequestType::INITIAL:
791 case KeyRequestType::RENEWAL:
794 case KeyRequestType::RELEASE:
803 static DrmPlugin::KeyRequestType toKeyRequestType_1_1
    [all...]
IDrm.cpp 164 DrmPlugin::KeyRequestType *keyRequestType) {
186 *keyRequestType = static_cast<DrmPlugin::KeyRequestType>(reply.readInt32());
843 DrmPlugin::KeyRequestType keyRequestType = DrmPlugin::kKeyRequestType_Unknown;
847 &keyRequestType);
851 reply->writeInt32(static_cast<int32_t>(keyRequestType));
    [all...]
  /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/
IDrm.h 58 DrmPlugin::KeyRequestType *keyRequestType) = 0;
DrmHal.h 88 DrmPlugin::KeyRequestType *keyRequestType);
  /frameworks/av/media/ndk/
NdkMediaDrm.cpp 479 DrmPlugin::KeyRequestType keyRequestType;
483 &keyRequestType);

Completed in 126 milliseconds