HomeSort by relevance Sort by last modified time
    Searched refs:getSupportedPlugInId (Results 1 - 2 of 2) sorted by null

  /frameworks/av/drm/libdrmframework/include/
DrmManager.h 138 String8 getSupportedPlugInId(int uniqueId, const String8& path, const String8& mimeType);
140 String8 getSupportedPlugInId(const String8& mimeType);
  /frameworks/av/drm/drmserver/
DrmManager.cpp 195 const String8 plugInId = getSupportedPlugInId(mimeType);
214 const String8 plugInId = getSupportedPlugInId(drmInfo->getMimeType());
239 const String8 plugInId = getSupportedPlugInId(drmInfoRequest->getMimeType());
250 const String8 plugInId = getSupportedPlugInId(drmRights.getMimeType());
271 const String8 plugInId = getSupportedPlugInId(uniqueId, path, mimeType);
350 const String8 plugInId = getSupportedPlugInId(mimeType);
567 String8 DrmManager::getSupportedPlugInId(
572 plugInId = getSupportedPlugInId(mimeType);
579 String8 DrmManager::getSupportedPlugInId(const String8& mimeType) {

Completed in 35 milliseconds