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

/frameworks/base/drm/libdrmframework/include/
H A DPlugInManager.h80 Vector<String8> plugInFileList = getPlugInPathList(rsPlugInDirPath); local
82 if (!plugInFileList.isEmpty()) {
83 for (unsigned int i = 0; i < plugInFileList.size(); ++i) {
84 loadPlugIn(plugInFileList[i]);
199 * @return plugInFileList

Completed in 57 milliseconds