Searched defs:isContentTypeSupported (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/drm/mediadrm/plugins/clearkey/default/ | ||
D | DrmFactory.cpp | 36 bool DrmFactory::isContentTypeSupported(const android::String8 &type) { in isContentTypeSupported() function in clearkeydrm::DrmFactory |
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ | ||
D | DrmFactory.cpp | 55 Return<bool> DrmFactory::isContentTypeSupported(const hidl_string &mimeType) { in isContentTypeSupported() function in android::hardware::drm::V1_4::clearkey::DrmFactory |
/frameworks/av/drm/mediadrm/plugins/mock/ | ||
D | MockDrmCryptoPlugin.cpp | 51 bool MockDrmFactory::isContentTypeSupported(const String8 &mimeType) in isContentTypeSupported() function in android::MockDrmFactory |