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()
644 virtual C2String getName() const override;
654 C2String name, std::shared_ptr<C2ComponentInterface> *const interface) override;
656 C2String name, std::shared_ptr<C2Component> *const component) override;
666 std::vector<std::tuple<C2String,
806 ComponentLoader(std::tuple<C2String, in ComponentLoader()
921 c2_status_t findComponent(C2String name, std::shared_ptr<ComponentModule> *module);
930 std::map<C2String, ComponentLoader> mComponents; ///< path -> component module
931 std::map<C2String, C2String> mComponentNameToPath; ///< name -> path
938 std::vector<std::tuple<C2String,
1100 std::vector<std::tuple<C2String, in C2PlatformComponentStore() argument
1139 const C2String &path = pathAndLoader.first; in visitComponents()
1147 for (const C2String &alias : traits->aliases) { in visitComponents()
1163 C2String name, std::shared_ptr<ComponentModule> *module) { in findComponent()
1175 C2String name, std::shared_ptr<C2Component> *const component) { in createComponent()
1188 C2String name, std::shared_ptr<C2ComponentInterface> *const interface) { in createInterface()
1210 C2String C2PlatformComponentStore::getName() const { in getName()
1232 std::vector<std::tuple<C2String, in GetTestComponentStore() argument