Searched defs:C2String (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/codec2/hidl/services/ |
D | vendor.cpp | 56 C2String /*name*/, in createComponent() argument 62 C2String /* name */, in createInterface() argument
|
/frameworks/av/services/mediacodec/registrant/ |
D | CodecServiceRegistrant.cpp | 127 C2String, std::shared_ptr<C2Component> *const component) override { in createComponent() argument 134 C2String, std::shared_ptr<C2ComponentInterface> *const interface) { in createInterface() argument
|
/frameworks/av/media/codec2/core/include/ |
D | C2.h | 78 typedef std::string C2String; typedef
|
/frameworks/av/media/codec2/vndk/ |
D | C2Store.cpp | 1100 std::vector<std::tuple<C2String, in C2PlatformComponentStore() 1232 std::vector<std::tuple<C2String, in GetTestComponentStore()
|
/frameworks/av/media/codec2/hidl/client/ |
D | client.cpp | 128 C2String, std::shared_ptr<C2Component>* const component) { in createComponent() argument 134 C2String, std::shared_ptr<C2ComponentInterface>* const interface) { in createInterface() argument
|
/frameworks/av/media/codec2/hidl/plugin/samples/ |
D | SampleFilterPlugin.cpp | 916 static void AddFactory(std::map<C2String, std::unique_ptr<ComponentFactory>> *factories) { in AddFactory()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodec.cpp | 456 C2String, std::shared_ptr<C2Component> *const component) { in createComponent() argument 462 C2String, std::shared_ptr<C2ComponentInterface> *const interface) { in createInterface() argument
|