Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/include/util/
DC2InterfaceHelper.h364 void setDependencies(std::vector<C2Param::Index> indices, std::vector<ParamRef> refs);
572 setDependencies(std::vector<C2Param::Index>{ deps->index()... },
612 setDependencies(std::vector<C2Param::Index>{ deps->index()... },
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceHelper.cpp169 void setDependencies(std::vector<C2Param::Index> indices, std::vector<ParamRef> refs) { in setDependencies() function in C2InterfaceHelper::ParamHelper::Impl
316 void C2InterfaceHelper::ParamHelper::setDependencies( in setDependencies() function in C2InterfaceHelper::ParamHelper
318 mImpl->setDependencies(indices, refs); in setDependencies()