OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSupportedMimeType
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/include/drm/
DrmSupportInfo.h
169
bool
isSupportedMimeType
(const String8& mimeType) const;
/frameworks/base/drm/java/android/drm/
DrmSupportInfo.java
161
/* package */ boolean
isSupportedMimeType
(String mimeType) {
/frameworks/av/drm/common/
DrmSupportInfo.cpp
45
bool DrmSupportInfo::
isSupportedMimeType
(const String8& mimeType) const {
/frameworks/av/drm/drmserver/
DrmManager.cpp
571
if (drmSupportInfo.
isSupportedMimeType
(mimeType)) {
Completed in 627 milliseconds