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

/frameworks/av/drm/libdrmframework/include/
H A DDrmManager.h136 String8 getSupportedPlugInId(int uniqueId, const String8& path, const String8& mimeType);
138 String8 getSupportedPlugInId(const String8& mimeType);
/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 66 milliseconds