Home
last modified time | relevance | path

Searched refs:alias (Results 1 – 7 of 7) sorted by relevance

/hardware/google/av/codec2/vndk/
DC2Store.cpp530 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() argument
687 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() argument
796 std::forward_as_tuple(alias), in C2PlatformComponentStore()
797 std::forward_as_tuple(alias, libPath)); in C2PlatformComponentStore()
[all …]
/hardware/google/av/media/codecs/base/
DSimpleC2Interface.cpp47 for (const C2String &alias : aliases) { in BaseParams() local
51 joined += alias; in BaseParams()
/hardware/google/av/codec2/hidl/1.0/utils/
DComponentStore.cpp329 for (const auto& alias : comp->aliases) { in dump() local
330 out << ' ' << alias; in dump()
/hardware/google/av/media/sfplugin/
DCodec2InfoBuilder.cpp450 for (const std::string &alias : codec.aliases) { in buildMediaCodecList() local
451 codecInfo->addAlias(alias.c_str()); in buildMediaCodecList()
/hardware/google/interfaces/media/c2/1.0/
DIComponentStore.hal136 * \note Multiple components can have the same alias (but not the same
/hardware/interfaces/media/c2/1.0/
DIComponentStore.hal130 * Multiple components can have the same alias (but not the same
/hardware/qcom/msm8998/json-c/
DDoxyfile176 # 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.