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

/frameworks/av/drm/drmserver/
H A DDrmManager.cpp160 const String8 plugInId = getSupportedPlugInIdFromPath(uniqueId, *path); local
161 if (EMPTY_STRING != plugInId) {
162 IDrmEngine& rDrmEngine = mPlugInManager.getPlugIn(plugInId);
170 const String8 plugInId = getSupportedPlugInIdFromPath(uniqueId, *path); local
171 if (EMPTY_STRING != plugInId) {
172 IDrmEngine& rDrmEngine = mPlugInManager.getPlugIn(plugInId);
180 const String8 plugInId = getSupportedPlugInId(mimeType); local
181 bool result = (EMPTY_STRING != plugInId) ? true : false;
185 IDrmEngine& rDrmEngine = mPlugInManager.getPlugIn(plugInId);
199 const String8 plugInId local
224 const String8 plugInId = getSupportedPlugInId(drmInfoRequest->getMimeType()); local
235 const String8 plugInId = getSupportedPlugInId(drmRights.getMimeType()); local
246 const String8 plugInId = getSupportedPlugInIdFromPath(uniqueId, path); local
256 const String8 plugInId = getSupportedPlugInId(uniqueId, path, mimeType); local
266 const String8 plugInId = getSupportedPlugInIdFromPath(uniqueId, path); local
299 const String8 plugInId = getSupportedPlugInIdFromPath(uniqueId, path); local
309 const String8 plugInId = getSupportedPlugInIdFromPath(uniqueId, path); local
335 const String8 plugInId = getSupportedPlugInId(mimeType); local
416 String8 plugInId = plugInIdList.itemAt(index); local
444 String8 plugInId = plugInIdList.itemAt(index); local
473 String8 plugInId = plugInIdList.itemAt(index); local
[all...]

Completed in 172 milliseconds