Home
last modified time | relevance | path

Searched refs:querySupportedParams (Results 1 – 19 of 19) sorted by relevance

/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DConfigurable.h75 virtual Return<void> querySupportedParams(
131 virtual Return<void> querySupportedParams( in querySupportedParams() function
135 return mIntf->querySupportedParams(start, count, _hidl_cb); in querySupportedParams()
DConfigurableC2Intf.h59 virtual c2_status_t querySupportedParams(
/hardware/google/av/codec2/hidl/1.0/utils/
DConfigurable.cpp42 c2_status_t init = mIntf->querySupportedParams(&mSupportedParams); in init()
109 Return<void> CachedConfigurable::querySupportedParams( in querySupportedParams() function in hardware::google::media::c2::V1_0::utils::CachedConfigurable
DInputSurface.cpp103 c2_status_t querySupportedParams( in querySupportedParams() function in hardware::google::media::c2::V1_0::utils::__anon30c76a050111::ConfigurableWrapper
105 return mImpl->querySupportedParams(params); in querySupportedParams()
DComponent.cpp72 virtual c2_status_t querySupportedParams( in querySupportedParams() function
562 virtual c2_status_t querySupportedParams( in querySupportedParams() function
DComponentStore.cpp95 c2_status_t querySupportedParams( in querySupportedParams() function
/hardware/google/av/codec2/vndk/util/
DC2InterfaceHelper.cpp495 c2_status_t querySupportedParams( in querySupportedParams() function
778 c2_status_t C2InterfaceHelper::querySupportedParams( in querySupportedParams() function in C2InterfaceHelper
781 return _mFactory->querySupportedParams(params); in querySupportedParams()
/hardware/google/av/media/codecs/base/include/
DSimpleC2Interface.h63 return mImpl->querySupportedParams(params); in querySupportedParams_nb()
/hardware/google/av/codec2/hidl/1.0/mts/component/
DMtsHidlC2V1_0TargetComponentTest.cpp141 err = mComponent->querySupportedParams(&params); in TEST_F()
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/
Dclient.h137 c2_status_t querySupportedParams(
/hardware/google/interfaces/media/c2/1.0/
DIConfigurable.hal123 querySupportedParams(
/hardware/google/av/codec2/vndk/include/util/
DC2InterfaceHelper.h671 c2_status_t querySupportedParams(
/hardware/google/av/codec2/hidl/client/
Dclient.cpp249 c2_status_t Codec2ConfigurableClient::querySupportedParams( in querySupportedParams() function in android::Codec2ConfigurableClient
253 Return<void> transStatus = base()->querySupportedParams( in querySupportedParams()
/hardware/google/av/media/sfplugin/
DCodec2InfoBuilder.cpp490 err = intf->querySupportedParams(&supportedParams); in buildMediaCodecList()
DCCodec.cpp421 return mClient->querySupportedParams(params); in querySupportedParams_nb()
DCCodecConfig.cpp880 c2err = component->querySupportedParams(&mParamDescs); in initialize()
/hardware/interfaces/media/c2/1.0/
DIConfigurable.hal184 querySupportedParams(
Dtypes.hal134 * @ref ParamDescriptor is returned by IConfigurable::querySupportedParams().
/hardware/google/av/codec2/vndk/
DC2Store.cpp946 return mInterface.querySupportedParams(params); in querySupportedParams_nb()