Home
last modified time | relevance | path

Searched refs:AllocSharedString (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp42 .withConstValue(AllocSharedString<C2ComponentNameSetting>(name.c_str())) in BaseParams()
55 .withConstValue(AllocSharedString<C2ComponentAliasesSetting>(joined.c_str())) in BaseParams()
126 .withConstValue(AllocSharedString<C2PortMediaTypeSetting::input>( in BaseParams()
138 .withConstValue(AllocSharedString<C2PortMediaTypeSetting::output>( in BaseParams()
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Interface.h188 std::shared_ptr<T> AllocSharedString(const Args(&... args), const char *str) { in AllocSharedString() function
196 std::shared_ptr<T> AllocSharedString(const Args(&... args), const std::string &str) { in AllocSharedString() function