Searched defs:querySupportedParams (Results 1 - 3 of 3) sorted by relevance

/hardware/google/av/codec2/hidl/1.0/utils/
H A DConfigurable.cpp42 c2_status_t init = mIntf->querySupportedParams(&mSupportedParams);
109 Return<void> CachedConfigurable::querySupportedParams( function in class:hardware::google::media::c2::V1_0::utils::CachedConfigurable
/hardware/google/av/codec2/hidl/client/
H A Dclient.cpp251 c2_status_t Codec2ConfigurableClient::querySupportedParams( function in class:android::Codec2ConfigurableClient
255 Return<void> transStatus = base()->querySupportedParams(
263 ALOGE("querySupportedParams -- call failed. "
272 ALOGE("querySupportedParams -- "
280 ALOGE("querySupportedParams -- transaction failed.");
/hardware/google/av/codec2/vndk/util/
H A DC2InterfaceHelper.cpp495 c2_status_t querySupportedParams( function in struct:C2InterfaceHelper::FactoryImpl
498 // TODO: change querySupportedParams signature?
770 c2_status_t C2InterfaceHelper::querySupportedParams( function in class:C2InterfaceHelper
772 return _mFactory->querySupportedParams(params);

Completed in 375 milliseconds