Lines Matching refs:C2String
72 virtual C2String getName() const override { in getName()
271 mapper = [store](C2MemoryUsage usage, size_t capacity, C2String* heapName, in UseComponentStoreForDmaBufAllocator()
283 *heapName = C2String(usageInfo->m.heapName); in UseComponentStoreForDmaBufAllocator()
656 virtual C2String getName() const override;
666 C2String name, std::shared_ptr<C2ComponentInterface> *const interface) override;
668 C2String name, std::shared_ptr<C2Component> *const component) override;
678 std::vector<std::tuple<C2String,
818 ComponentLoader(std::tuple<C2String, in ComponentLoader()
933 c2_status_t findComponent(C2String name, std::shared_ptr<ComponentModule> *module);
942 std::map<C2String, ComponentLoader> mComponents; ///< path -> component module
943 std::map<C2String, C2String> mComponentNameToPath; ///< name -> path
950 std::vector<std::tuple<C2String,
1112 std::vector<std::tuple<C2String, in C2PlatformComponentStore() argument
1151 const C2String &path = pathAndLoader.first; in visitComponents()
1159 for (const C2String &alias : traits->aliases) { in visitComponents()
1175 C2String name, std::shared_ptr<ComponentModule> *module) { in findComponent()
1187 C2String name, std::shared_ptr<C2Component> *const component) { in createComponent()
1200 C2String name, std::shared_ptr<C2ComponentInterface> *const interface) { in createInterface()
1222 C2String C2PlatformComponentStore::getName() const { in getName()
1244 std::vector<std::tuple<C2String, in GetTestComponentStore() argument