Home
last modified time | relevance | path

Searched refs:outTunnelSetup (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codeccomponenttunnelrequesthdi_fuzzer/
H A Dcodeccomponenttunnelrequest_fuzzer.cpp55 struct OHOS::HDI::Codec::V3_0::CodecTunnelSetupType outTunnelSetup; in CodecComponentTunnelRequest() local
58 params.tunneledPort, inTunnelSetup, outTunnelSetup); in CodecComponentTunnelRequest()
/drivers/peripheral/codec/hal/idl_service/include/
H A Dcodec_component_service.h44 CodecTunnelSetupType &outTunnelSetup) override;
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_service.cpp208 CodecTunnelSetupType &outTunnelSetup) in ComponentTunnelRequest()
212 outTunnelSetup = inTunnelSetup; in ComponentTunnelRequest()
213 return node_->ComponentTunnelRequest(port, tunneledComp, tunneledPort, outTunnelSetup); in ComponentTunnelRequest()
206 ComponentTunnelRequest(uint32_t port, int32_t tunneledComp, uint32_t tunneledPort, const CodecTunnelSetupType &inTunnelSetup, CodecTunnelSetupType &outTunnelSetup) ComponentTunnelRequest() argument

Completed in 2 milliseconds