OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isContentTypeSupported
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.h
35
bool
isContentTypeSupported
(const String8 &mimeType);
MockDrmCryptoPlugin.cpp
51
bool MockDrmFactory::
isContentTypeSupported
(const String8 &mimeType)
/frameworks/native/include/media/drm/
DrmAPI.h
63
// DrmFactory::
isContentTypeSupported
can be called to determine
66
virtual bool
isContentTypeSupported
(const String8 &mimeType) = 0;
/frameworks/av/media/libmediaplayerservice/
Drm.cpp
226
return mFactory->
isContentTypeSupported
(mimeType);
Completed in 174 milliseconds