Searched refs:alias (Results 1 – 7 of 7) sorted by relevance
530 c2_status_t init(std::string alias, std::string libPath);585 ComponentLoader(std::string alias, std::string libPath) in ComponentLoader()586 : mAlias(alias), mLibPath(libPath) {} in ComponentLoader()652 std::string alias, std::string libPath) { in init() argument687 if (alias != intf->getName()) { in init()688 ALOGV("%s is alias to %s", alias.c_str(), intf->getName().c_str()); in init()690 traits->name = alias; in init()789 auto emplace = [this](const char *alias, const char *libPath) { in C2PlatformComponentStore() argument796 std::forward_as_tuple(alias), in C2PlatformComponentStore()797 std::forward_as_tuple(alias, libPath)); in C2PlatformComponentStore()[all …]
47 for (const C2String &alias : aliases) { in BaseParams() local51 joined += alias; in BaseParams()
329 for (const auto& alias : comp->aliases) { in dump() local330 out << ' ' << alias; in dump()
450 for (const std::string &alias : codec.aliases) { in buildMediaCodecList() local451 codecInfo->addAlias(alias.c_str()); in buildMediaCodecList()
136 * \note Multiple components can have the same alias (but not the same
130 * Multiple components can have the same alias (but not the same
176 # as commands in the documentation. An alias has the form "name=value". 180 # You can put \n's in the value part of an alias to insert newlines.