Searched refs:C2PortAllocatorsTuning (Results 1 – 5 of 5) sorted by relevance
161 .withDefault(C2PortAllocatorsTuning::input::AllocShared(inputAllocators)) in BaseParams()164 .withSetter(Setter<C2PortAllocatorsTuning::input>::NonStrictValuesWithNoDeps) in BaseParams()169 .withDefault(C2PortAllocatorsTuning::output::AllocShared(outputAllocators)) in BaseParams()172 .withSetter(Setter<C2PortAllocatorsTuning::output>::NonStrictValuesWithNoDeps) in BaseParams()
169 std::shared_ptr<C2PortAllocatorsTuning::input> mInputAllocators;170 std::shared_ptr<C2PortAllocatorsTuning::output> mOutputAllocators;
2549 {C2PortAllocatorsTuning::input::PARAM_TYPE}, in init()2562 if (param->type() == C2PortAllocatorsTuning::input::PARAM_TYPE) { in init()2564 C2PortAllocatorsTuning::input::From(param)); in init()2582 const C2PortAllocatorsTuning::input &getInputAllocators() const { in getInputAllocators()2583 static std::unique_ptr<C2PortAllocatorsTuning::input> sInvalidated = []{ in getInputAllocators()2584 std::unique_ptr<C2PortAllocatorsTuning::input> param = in getInputAllocators()2585 C2PortAllocatorsTuning::input::AllocUnique(0); in getInputAllocators()2597 std::unique_ptr<C2PortAllocatorsTuning::input> mInputAllocators;2638 const C2PortAllocatorsTuning::input &allocators = intfCache.getInputAllocators(); in GetCommonAllocatorIds()
1064 { C2PortAllocatorsTuning::input::PARAM_TYPE }, in start()1071 C2PortAllocatorsTuning::input *inputAllocators = in start()1072 C2PortAllocatorsTuning::input::From(params[0].get()); in start()1224 { C2PortAllocatorsTuning::output::PARAM_TYPE }, in start()1231 C2PortAllocatorsTuning::output *outputAllocators = in start()1232 C2PortAllocatorsTuning::output::From(params[0].get()); in start()
975 C2PortAllocatorsTuning; typedef