Home
last modified time | relevance | path

Searched refs:isParamSupported (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codec2/hal/aidl/
DComponentInterface.cpp67 if (mMultiAccessUnitIntf->isParamSupported(p->index())) { in config()
122 if (mMultiAccessUnitIntf->isParamSupported(i)) { in query()
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponentInterface.cpp66 if (mMultiAccessUnitIntf->isParamSupported(p->index())) { in config()
121 if (mMultiAccessUnitIntf->isParamSupported(i)) { in query()
/frameworks/av/media/codec2/hal/common/include/codec2/common/
DMultiAccessUnitHelper.h41 bool isParamSupported(C2Param::Index index);
/frameworks/av/media/codec2/hal/common/
DMultiAccessUnitHelper.cpp86 bool MultiAccessUnitInterface::isParamSupported(C2Param::Index index) { in isParamSupported() function in android::MultiAccessUnitInterface