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

/frameworks/av/drm/drmserver/
H A DDrmManager.cpp170 const String8 plugInId = getSupportedPlugInIdFromPath(uniqueId, *path); local
171 if (EMPTY_STRING != plugInId) {
172 IDrmEngine& rDrmEngine = mPlugInManager.getPlugIn(plugInId);
180 const String8 plugInId = getSupportedPlugInIdFromPath(uniqueId, *path); local
181 if (EMPTY_STRING != plugInId) {
182 IDrmEngine& rDrmEngine = mPlugInManager.getPlugIn(plugInId);
205 const String8 plugInId = getSupportedPlugInId(mimeType); local
206 bool result = (EMPTY_STRING != plugInId) ? true : false;
210 IDrmEngine& rDrmEngine = mPlugInManager.getPlugIn(plugInId);
224 const String8 plugInId local
249 const String8 plugInId = getSupportedPlugInId(drmInfoRequest->getMimeType()); local
260 const String8 plugInId = getSupportedPlugInId(drmRights.getMimeType()); local
271 const String8 plugInId = getSupportedPlugInIdFromPath(uniqueId, path); local
281 const String8 plugInId = getSupportedPlugInId(uniqueId, path, mimeType); local
291 const String8 plugInId = getSupportedPlugInIdFromPath(uniqueId, path); local
324 const String8 plugInId = getSupportedPlugInIdFromPath(uniqueId, path); local
334 const String8 plugInId = getSupportedPlugInIdFromPath(uniqueId, path); local
360 const String8 plugInId = getSupportedPlugInId(mimeType); local
441 String8 plugInId = plugInIdList.itemAt(index); local
469 String8 plugInId = plugInIdList.itemAt(index); local
498 String8 plugInId = plugInIdList.itemAt(index); local
[all...]

Completed in 1058 milliseconds