Home
last modified time | relevance | path

Searched refs:pDir (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/cas/aidl/default/
DFactoryLoader.h90 DIR* pDir = opendir(dirPath.c_str()); in findFactoryForScheme() local
92 if (pDir == NULL) { in findFactoryForScheme()
98 while ((pEntry = readdir(pDir))) { in findFactoryForScheme()
103 closedir(pDir); in findFactoryForScheme()
110 closedir(pDir); in findFactoryForScheme()
127 DIR* pDir = opendir(dirPath.c_str()); in enumeratePlugins() local
129 if (pDir == NULL) { in enumeratePlugins()
137 while ((pEntry = readdir(pDir))) { in enumeratePlugins()
143 closedir(pDir); in enumeratePlugins()
/hardware/interfaces/cas/1.0/default/
DFactoryLoader.h102 DIR* pDir = opendir(dirPath.c_str()); in findFactoryForScheme() local
104 if (pDir == NULL) { in findFactoryForScheme()
110 while ((pEntry = readdir(pDir))) { in findFactoryForScheme()
116 closedir(pDir); in findFactoryForScheme()
123 closedir(pDir); in findFactoryForScheme()
142 DIR* pDir = opendir(dirPath.c_str()); in enumeratePlugins() local
144 if (pDir == NULL) { in enumeratePlugins()
152 while ((pEntry = readdir(pDir))) { in enumeratePlugins()
/hardware/interfaces/cas/1.2/default/
DFactoryLoader.h94 DIR* pDir = opendir(dirPath.c_str()); in findFactoryForScheme() local
96 if (pDir == NULL) { in findFactoryForScheme()
102 while ((pEntry = readdir(pDir))) { in findFactoryForScheme()
107 closedir(pDir); in findFactoryForScheme()
114 closedir(pDir); in findFactoryForScheme()
131 DIR* pDir = opendir(dirPath.c_str()); in enumeratePlugins() local
133 if (pDir == NULL) { in enumeratePlugins()
141 while ((pEntry = readdir(pDir))) { in enumeratePlugins()
/hardware/interfaces/cas/1.1/default/
DFactoryLoader.h94 DIR* pDir = opendir(dirPath.c_str()); in findFactoryForScheme() local
96 if (pDir == NULL) { in findFactoryForScheme()
102 while ((pEntry = readdir(pDir))) { in findFactoryForScheme()
107 closedir(pDir); in findFactoryForScheme()
114 closedir(pDir); in findFactoryForScheme()
131 DIR* pDir = opendir(dirPath.c_str()); in enumeratePlugins() local
133 if (pDir == NULL) { in enumeratePlugins()
141 while ((pEntry = readdir(pDir))) { in enumeratePlugins()
/hardware/interfaces/drm/1.0/default/include/
DPluginLoader.h44 DIR* pDir = opendir(pluginDir.c_str()); in PluginLoader() local
45 if (pDir == NULL) { in PluginLoader()
49 while ((pEntry = readdir(pDir))) { in PluginLoader()
59 closedir(pDir); in PluginLoader()