Home
last modified time | relevance | path

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

/frameworks/av/drm/drmserver/
DDrmManager.cpp303 const String8 plugInId = getSupportedPlugInId(mimeType); in canHandle()
328 const String8 plugInId = getSupportedPlugInId(mimeType); in processDrmInfo()
359 const String8 plugInId = getSupportedPlugInId(mimeType); in acquireDrmInfo()
374 const String8 plugInId = getSupportedPlugInId(mimeType); in saveRights()
403 const String8 plugInId = getSupportedPlugInId(uniqueId, path, mimeType); in getDrmObjectType()
493 const String8 plugInId = getSupportedPlugInId(mimeType); in openConvertSession()
714 String8 DrmManager::getSupportedPlugInId( in getSupportedPlugInId() function in DrmManager
719 plugInId = getSupportedPlugInId(mimeType); in getSupportedPlugInId()
726 String8 DrmManager::getSupportedPlugInId(const String8& mimeType) { in getSupportedPlugInId() function in DrmManager
DDrmManager.h178 String8 getSupportedPlugInId(int uniqueId, const String8& path, const String8& mimeType);
180 String8 getSupportedPlugInId(const String8& mimeType);