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

/frameworks/av/drm/drmserver/
H A DDrmManager.cpp155 const String8 plugInId = getSupportedPlugInIdFromPath(uniqueId, *path);
165 const String8 plugInId = getSupportedPlugInIdFromPath(uniqueId, *path);
241 const String8 plugInId = getSupportedPlugInIdFromPath(uniqueId, path);
261 const String8 plugInId = getSupportedPlugInIdFromPath(uniqueId, path);
294 const String8 plugInId = getSupportedPlugInIdFromPath(uniqueId, path);
304 const String8 plugInId = getSupportedPlugInIdFromPath(uniqueId, path);
554 plugInId = getSupportedPlugInIdFromPath(uniqueId, path);
575 String8 DrmManager::getSupportedPlugInIdFromPath(int uniqueId, const String8& path) { function in class:DrmManager

Completed in 115 milliseconds