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