Searched defs:getSupportedPlugInId (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/drm/drmserver/
H A DDrmManager.cpp205 const String8 plugInId = getSupportedPlugInId(mimeType);
224 const String8 plugInId = getSupportedPlugInId(drmInfo->getMimeType());
249 const String8 plugInId = getSupportedPlugInId(drmInfoRequest->getMimeType());
260 const String8 plugInId = getSupportedPlugInId(drmRights.getMimeType());
281 const String8 plugInId = getSupportedPlugInId(uniqueId, path, mimeType);
360 const String8 plugInId = getSupportedPlugInId(mimeType);
577 String8 DrmManager::getSupportedPlugInId( function in class:DrmManager
582 plugInId = getSupportedPlugInId(mimeType);
589 String8 DrmManager::getSupportedPlugInId(const String8& mimeType) { function in class:DrmManager

Completed in 90 milliseconds