Home
last modified time | relevance | path

Searched refs:getPortConfig (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/media/omx/1.0/vts/functional/common/
Dmedia_hidl_test_common.h280 Return<android::hardware::media::omx::V1_0::Status> getPortConfig( in getPortConfig() function
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp1207 const AudioPortConfig& getPortConfig() const { return mPortConfig.get(); } in getPortConfig() function in WithStream
1347 const AudioPortConfig& getPortConfig(bool getSink) const { in getPortConfig() function in WithAudioPatch
2804 const AudioPortConfig& getPortConfig() const { return mMixPortConfig->get(); } in getPortConfig() function in StreamFixture
3069 if (skipStreamIoTestForMixPortConfig(mStream->getPortConfig())) { in MaybeSetSkipTestReason()
3313 const auto portConfig = stream.getPortConfig(); in HwGainHwVolume()
3355 const auto portConfig = stream.getPortConfig(); in AddRemoveEffectInvalidArguments()
3384 stream2.SetUpNoChecks(module.get(), stream1.getPortConfig(), in OpenTwiceSamePortConfigImpl()
3610 const auto portConfig = stream.getPortConfig(); in TEST_P()
3638 const auto portConfig = stream.getPortConfig(); in TEST_P()
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp452 status = getPortConfig(omxNode, (OMX_INDEXTYPE)OMX_IndexConfigLatency, in getLatency()