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

/frameworks/av/drm/drmserver/
H A DDrmManager.cpp160 const String8 plugInId = getSupportedPlugInIdFromPath(uniqueId, *path);
170 const String8 plugInId = getSupportedPlugInIdFromPath(uniqueId, *path);
246 const String8 plugInId = getSupportedPlugInIdFromPath(uniqueId, path);
266 const String8 plugInId = getSupportedPlugInIdFromPath(uniqueId, path);
299 const String8 plugInId = getSupportedPlugInIdFromPath(uniqueId, path);
309 const String8 plugInId = getSupportedPlugInIdFromPath(uniqueId, path);
559 plugInId = getSupportedPlugInIdFromPath(uniqueId, path);
580 String8 DrmManager::getSupportedPlugInIdFromPath(int uniqueId, const String8& path) { function in class:DrmManager

Completed in 62 milliseconds