OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSupportedMimeType
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/include/drm/
DrmSupportInfo.h
169
bool
isSupportedMimeType
(const String8& mimeType) const;
/frameworks/av/drm/common/
DrmSupportInfo.cpp
45
bool DrmSupportInfo::
isSupportedMimeType
(const String8& mimeType) const {
/frameworks/av/drm/drmserver/
DrmManager.cpp
566
if (drmSupportInfo.
isSupportedMimeType
(mimeType)) {
Completed in 116 milliseconds