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;
2117 { C2PortAllocatorsTuning::input::PARAM_TYPE }, in start()2124 C2PortAllocatorsTuning::input *inputAllocators = in start()2125 C2PortAllocatorsTuning::input::From(params[0].get()); in start()2238 { C2PortAllocatorsTuning::output::PARAM_TYPE }, in start()2245 C2PortAllocatorsTuning::output *outputAllocators = in start()2246 C2PortAllocatorsTuning::output::From(params[0].get()); in start()
901 C2PortAllocatorsTuning; typedef