HomeSort by relevance Sort by last modified time
    Searched refs:isContentTypeSupported (Results 1 - 6 of 6) sorted by null

  /frameworks/av/drm/mediadrm/plugins/clearkey/
DrmFactory.h 35 virtual bool isContentTypeSupported(const android::String8 &initDataType);
DrmFactory.cpp 35 bool DrmFactory::isContentTypeSupported(const android::String8 &initDataType) {
  /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 238 return mFactory->isContentTypeSupported(mimeType);

Completed in 80 milliseconds