D | C2InterfaceHelper.cpp | 203 const C2Param *value, bool mayBlock, bool *changed, Factory &f, in trySet() argument 205 C2R result = mSetter(value, mayBlock, changed, f); in trySet() 336 const C2Param *value, bool mayBlock, bool *changed, Factory &f, in trySet() argument 338 return mImpl->trySet(value, mayBlock, changed, f, failures); in trySet() 584 bool changed = false; in addParameter() local 586 (void)param->trySet(param->value().get(), C2_MAY_BLOCK, &changed, *_mFactory, &failures); in addParameter() 672 bool changed = false; in config() local 677 &changed, *_mFactory, failures); in config() 698 if (changed) { in config()
|