Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
DSimpleC2Interface.cpp57 .withConstValue(AllocSharedString<C2ComponentNameSetting>( in BaseParams()
71 .withConstValue(AllocSharedString<C2ComponentAliasesSetting>( in BaseParams()
144 .withConstValue(AllocSharedString<C2PortMediaTypeSetting::input>( in BaseParams()
156 .withConstValue(AllocSharedString<C2PortMediaTypeSetting::output>( in BaseParams()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/
DSimpleC2Interface.h198 std::shared_ptr<T> AllocSharedString(const Args(&...args), const char *str) { in AllocSharedString() function
206 std::shared_ptr<T> AllocSharedString(const Args(&...args), in AllocSharedString() function