Home
last modified time | relevance | path

Searched refs:getSupportedPlugInId (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/drm/drmserver/
DDrmManager.cpp180 const String8 plugInId = getSupportedPlugInId(mimeType); in canHandle()
199 const String8 plugInId = getSupportedPlugInId(drmInfo->getMimeType()); in processDrmInfo()
224 const String8 plugInId = getSupportedPlugInId(drmInfoRequest->getMimeType()); in acquireDrmInfo()
235 const String8 plugInId = getSupportedPlugInId(drmRights.getMimeType()); in saveRights()
256 const String8 plugInId = getSupportedPlugInId(uniqueId, path, mimeType); in getDrmObjectType()
335 const String8 plugInId = getSupportedPlugInId(mimeType); in openConvertSession()
552 String8 DrmManager::getSupportedPlugInId( in getSupportedPlugInId() function in DrmManager
557 plugInId = getSupportedPlugInId(mimeType); in getSupportedPlugInId()
564 String8 DrmManager::getSupportedPlugInId(const String8& mimeType) { in getSupportedPlugInId() function in DrmManager
/frameworks/av/drm/libdrmframework/include/
DDrmManager.h136 String8 getSupportedPlugInId(int uniqueId, const String8& path, const String8& mimeType);
138 String8 getSupportedPlugInId(const String8& mimeType);