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

/frameworks/av/drm/drmserver/
H A DDrmManager.cpp180 const String8 plugInId = getSupportedPlugInId(mimeType);
199 const String8 plugInId = getSupportedPlugInId(drmInfo->getMimeType());
224 const String8 plugInId = getSupportedPlugInId(drmInfoRequest->getMimeType());
235 const String8 plugInId = getSupportedPlugInId(drmRights.getMimeType());
256 const String8 plugInId = getSupportedPlugInId(uniqueId, path, mimeType);
335 const String8 plugInId = getSupportedPlugInId(mimeType);
552 String8 DrmManager::getSupportedPlugInId( function in class:DrmManager
557 plugInId = getSupportedPlugInId(mimeType);
564 String8 DrmManager::getSupportedPlugInId(const String8& mimeType) { function in class:DrmManager

Completed in 255 milliseconds