Home
last modified time | relevance | path

Searched defs:pluginPath (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/cas/1.0/default/
H A DFactoryLoader.h110 String8 pluginPath = dirPath + "/" + pEntry->d_name; in findFactoryForScheme() local
152 String8 pluginPath = dirPath + "/" + pEntry->d_name; in enumeratePlugins() local
/aosp12/hardware/interfaces/cas/1.1/default/
H A DFactoryLoader.h102 String8 pluginPath = dirPath + "/" + pEntry->d_name; in findFactoryForScheme() local
141 String8 pluginPath = dirPath + "/" + pEntry->d_name; in enumeratePlugins() local
/aosp12/hardware/interfaces/cas/1.2/default/
H A DFactoryLoader.h102 String8 pluginPath = dirPath + "/" + pEntry->d_name; in findFactoryForScheme() local
141 String8 pluginPath = dirPath + "/" + pEntry->d_name; in enumeratePlugins() local
/aosp12/frameworks/av/media/codec2/hidl/plugin/
H A DDefaultFilterPlugin.cpp36 DefaultFilterPlugin::DefaultFilterPlugin(const char *pluginPath) in DefaultFilterPlugin()