Searched refs:C2PortAllocatorsTuning (Results 1 – 4 of 4) sorted by relevance
148 .withDefault(C2PortAllocatorsTuning::input::AllocShared(inputAllocators)) in BaseParams()151 .withSetter(Setter<C2PortAllocatorsTuning::input>::NonStrictValuesWithNoDeps) in BaseParams()156 .withDefault(C2PortAllocatorsTuning::output::AllocShared(outputAllocators)) in BaseParams()159 .withSetter(Setter<C2PortAllocatorsTuning::output>::NonStrictValuesWithNoDeps) in BaseParams()
169 std::shared_ptr<C2PortAllocatorsTuning::input> mInputAllocators;170 std::shared_ptr<C2PortAllocatorsTuning::output> mOutputAllocators;
841 { C2PortAllocatorsTuning::input::PARAM_TYPE }, in start()848 C2PortAllocatorsTuning::input *inputAllocators = in start()849 C2PortAllocatorsTuning::input::From(params[0].get()); in start()979 { C2PortAllocatorsTuning::output::PARAM_TYPE }, in start()986 C2PortAllocatorsTuning::output *outputAllocators = in start()987 C2PortAllocatorsTuning::output::From(params[0].get()); in start()
910 C2PortAllocatorsTuning; typedef