Home
last modified time | relevance | path

Searched refs:mime (Results 1 – 18 of 18) sorted by relevance

/hardware/interfaces/drm/1.4/
DIDrmPlugin.hal34 * Check if the specified mime-type & security level require a secure decoder
37 * @param mime The content mime-type
40 * for the specified mime-type & security level
42 requiresSecureDecoder(string mime, @1.1::SecurityLevel level) generates (bool secureRequired);
45 * Check if the specified mime-type requires a secure decoder component
48 * @param mime The content mime-type
50 * for the specified mime-type
52 requiresSecureDecoderDefault(string mime) generates (bool secureRequired);
/hardware/interfaces/drm/1.4/vts/functional/
Ddrm_hal_test.cpp93 for (auto mime : {kVideoMp4, kAudioMp4}) { in TEST_P()
103 bool r1 = crypto->requiresSecureDecoderComponent(mime); in TEST_P()
106 r2 = drm->requiresSecureDecoderDefault(mime); in TEST_P()
109 r2 = drm->requiresSecureDecoder(mime, sL); in TEST_P()
164 hidl_string mime{"text/plain"}; in TEST_P() local
167 sid, initData, mime, V1_0::KeyType::STREAMING, in TEST_P()
/hardware/interfaces/cas/1.0/
DIDescramblerBase.hal36 * to decode data of the given mime type.
38 * @param mime the mime type of the media data.
41 requiresSecureDecoderComponent(string mime) generates (bool result);
/hardware/google/av/media/eco/
DECOC2Utils.cpp26 std::string_view mime = mediatype->m.value; in C2MediaType2ECOCodecType() local
27 if (!mime.compare("video/avc")) { in C2MediaType2ECOCodecType()
29 } else if (!mime.compare("video/hevc")) { in C2MediaType2ECOCodecType()
/hardware/interfaces/cas/1.0/default/
DDescramblerImpl.h43 const hidl_string& mime) override;
DDescramblerImpl.cpp77 const hidl_string& mime) { in requiresSecureDecoderComponent() argument
83 return holder->requiresSecureDecoderComponent(String8(mime.c_str())); in requiresSecureDecoderComponent()
/hardware/interfaces/cas/1.1/default/
DDescramblerImpl.h44 virtual Return<bool> requiresSecureDecoderComponent(const hidl_string& mime) override;
DDescramblerImpl.cpp72 Return<bool> DescramblerImpl::requiresSecureDecoderComponent(const hidl_string& mime) { in requiresSecureDecoderComponent() argument
78 return holder->requiresSecureDecoderComponent(String8(mime.c_str())); in requiresSecureDecoderComponent()
/hardware/interfaces/cas/1.2/default/
DDescramblerImpl.h44 virtual Return<bool> requiresSecureDecoderComponent(const hidl_string& mime) override;
DDescramblerImpl.cpp72 Return<bool> DescramblerImpl::requiresSecureDecoderComponent(const hidl_string& mime) { in requiresSecureDecoderComponent() argument
78 return holder->requiresSecureDecoderComponent(String8(mime.c_str())); in requiresSecureDecoderComponent()
/hardware/interfaces/drm/1.0/default/
DCryptoPlugin.cpp37 const hidl_string& mime) { in requiresSecureDecoderComponent() argument
38 return mLegacyPlugin->requiresSecureDecoderComponent(mime.c_str()); in requiresSecureDecoderComponent()
DCryptoPlugin.h55 Return<bool> requiresSecureDecoderComponent(const hidl_string& mime)
/hardware/interfaces/drm/1.0/
DIDrmFactory.hal42 * @param mimeType identifies the mime type in question
DIDrmPlugin.hal67 * based on the mime type provided in the mimeType parameter. It could
71 * @param mimeType identifies the mime type of the content
/hardware/interfaces/audio/6.0/
DIStreamOutEventCallback.hal48 * "mime", string
/hardware/interfaces/drm/1.1/
DIDrmPlugin.hal81 * based on the mime type provided in the mimeType parameter.
86 * @param mimeType identifies the mime type of the content
/hardware/interfaces/drm/1.2/
DIDrmPlugin.hal117 * based on the mime type provided in the mimeType parameter. It could
121 * @param mimeType identifies the mime type of the content
/hardware/interfaces/audio/7.0/
DIStreamOutEventCallback.hal48 * "mime", string