Home
last modified time | relevance | path

Searched refs:oldValue (Results 1 – 2 of 2) sorted by relevance

/hardware/google/av/codec2/vndk/include/util/
DC2InterfaceHelper.h560 C2P<T> oldValue = factory.get(*typedParam);
563 C2R result = fn(mayBlock, oldValue, helper, factory.get(deps)...);
/hardware/google/av/codec2/vndk/util/
DC2InterfaceHelper.cpp674 std::shared_ptr<C2Param> oldValue = param->value(); in config() local
679 C2_CHECK_EQ(oldValue == newValue, *oldValue == *newValue); in config()