Home
last modified time | relevance | path

Searched refs:querySupportedParams (Results 1 – 16 of 16) 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.cpp67 virtual c2_status_t querySupportedParams( in querySupportedParams() function
307 virtual c2_status_t querySupportedParams( in querySupportedParams() function
DComponentStore.cpp94 c2_status_t querySupportedParams( in querySupportedParams() function
/hardware/google/av/codec2/vndk/util/
DC2InterfaceHelper.cpp495 c2_status_t querySupportedParams( in querySupportedParams() function
770 c2_status_t C2InterfaceHelper::querySupportedParams( in querySupportedParams() function in C2InterfaceHelper
772 return _mFactory->querySupportedParams(params); in querySupportedParams()
/hardware/google/av/codec2/1.0/mts/component/
DMtsHalC2V1_0TargetComponentTest.cpp128 mComponent->querySupportedParams( in TEST_F()
/hardware/google/av/media/codecs/base/include/
DSimpleC2Interface.h63 return mImpl->querySupportedParams(params); in querySupportedParams_nb()
/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/hidl/client/
Dclient.cpp251 c2_status_t Codec2ConfigurableClient::querySupportedParams( in querySupportedParams() function in android::Codec2ConfigurableClient
255 Return<void> transStatus = base()->querySupportedParams( in querySupportedParams()
/hardware/google/av/codec2/vndk/include/util/
DC2InterfaceHelper.h667 c2_status_t querySupportedParams(
/hardware/google/av/codec2/vndk/
DC2Store.cpp888 return mInterface.querySupportedParams(params); in querySupportedParams_nb()
/hardware/google/av/media/sfplugin/
DCCodecConfig.cpp541 c2err = component->querySupportedParams(&mParamDescs); in initialize()
DCCodec.cpp389 return mClient->querySupportedParams(params); in querySupportedParams_nb()