Home
last modified time | relevance | path

Searched refs:tunneledPort (Results 1 - 17 of 17) sorted by relevance

/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codeccomponenttunnelrequestomx_fuzzer/
H A Dcodeccomponenttunnelrequest_fuzzer.cpp25 uint32_t tunneledPort; member
51 params.tunneledPort, &(params.tunnelSetup)); in CodecComponentTunnelRequest()
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codeccomponenttunnelrequesthdi_fuzzer/
H A Dcodeccomponenttunnelrequest_fuzzer.cpp25 uint32_t tunneledPort; member
58 params.tunneledPort, inTunnelSetup, outTunnelSetup); in CodecComponentTunnelRequest()
/drivers/peripheral/codec/hal/idl_service/include/
H A Dcodec_component_service.h42 int32_t ComponentTunnelRequest(uint32_t port, int32_t tunneledComp, uint32_t tunneledPort,
H A Dcomponent_node.h53 int32_t ComponentTunnelRequest(uint32_t port, int32_t omxHandleTypeTunneledComp, uint32_t tunneledPort,
/drivers/peripheral/codec/hal/include/
H A Dcodec_adapter_interface.h69 int32_t omxHandleTypeTunneledComp, uint32_t tunneledPort,
/drivers/peripheral/codec/interfaces/include/
H A Dcodec_component_if.h217 * @param tunneledPort Indicates the port to be used for tunnel communication.
227 int32_t tunneledComp, uint32_t tunneledPort, struct OMX_TUNNELSETUPTYPE *tunnelSetup);
/drivers/peripheral/codec/hal/src/
H A Dcodec_component_type_service.c148 uint32_t port, int32_t tunneledComp, uint32_t tunneledPort, in CodecComponentTypeComponentTunnelRequest()
158 return OmxAdapterComponentTunnelRequest(service->codecNode, port, tunneledComp, tunneledPort, tunnelSetup); in CodecComponentTypeComponentTunnelRequest()
147 CodecComponentTypeComponentTunnelRequest(struct CodecComponentType *self, uint32_t port, int32_t tunneledComp, uint32_t tunneledPort, struct OMX_TUNNELSETUPTYPE *tunnelSetup) CodecComponentTypeComponentTunnelRequest() argument
H A Dcodec_component_type_stub.c401 uint32_t tunneledPort = 0; in SerStubComponentTunnelRequest() local
414 if (!HdfSbufReadUint32(data, &tunneledPort)) { in SerStubComponentTunnelRequest()
415 CODEC_LOGE("read &tunneledPort failed!"); in SerStubComponentTunnelRequest()
424 ret = serviceImpl->ComponentTunnelRequest(serviceImpl, port, tunneledComp, tunneledPort, &tunnelSetup); in SerStubComponentTunnelRequest()
H A Dcodec_adapter.cpp174 int32_t omxHandleTypeTunneledComp, uint32_t tunneledPort, in OmxAdapterComponentTunnelRequest()
181 return codecNode->node->ComponentTunnelRequest(port, omxHandleTypeTunneledComp, tunneledPort, tunnelSetup); in OmxAdapterComponentTunnelRequest()
173 OmxAdapterComponentTunnelRequest(struct CodecComponentNode *codecNode, uint32_t port, int32_t omxHandleTypeTunneledComp, uint32_t tunneledPort, struct OMX_TUNNELSETUPTYPE *tunnelSetup) OmxAdapterComponentTunnelRequest() argument
H A Dcodec_component_type_proxy.c442 uint32_t port, int32_t tunneledComp, uint32_t tunneledPort, struct OMX_TUNNELSETUPTYPE *tunnelSetup) in CodecComponentTypeProxyComponentTunnelRequest()
472 if (!HdfSbufWriteUint32(data, tunneledPort)) { in CodecComponentTypeProxyComponentTunnelRequest()
473 CODEC_LOGE("write tunneledPort failed!"); in CodecComponentTypeProxyComponentTunnelRequest()
441 CodecComponentTypeProxyComponentTunnelRequest(struct CodecComponentType *self, uint32_t port, int32_t tunneledComp, uint32_t tunneledPort, struct OMX_TUNNELSETUPTYPE *tunnelSetup) CodecComponentTypeProxyComponentTunnelRequest() argument
/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
H A Dcomponent_node.h56 int32_t ComponentTunnelRequest(uint32_t port, int32_t omxHandleTypeTunneledComp, uint32_t tunneledPort,
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_service.cpp206 int32_t CodecComponentService::ComponentTunnelRequest(uint32_t port, int32_t tunneledComp, uint32_t tunneledPort, in ComponentTunnelRequest() argument
213 return node_->ComponentTunnelRequest(port, tunneledComp, tunneledPort, outTunnelSetup); in ComponentTunnelRequest()
H A Dcomponent_node.cpp288 int32_t ComponentNode::ComponentTunnelRequest(uint32_t port, int32_t omxHandleTypeTunneledComp, uint32_t tunneledPort, in ComponentTunnelRequest() argument
299 tunneledPort, reinterpret_cast<OMX_TUNNELSETUPTYPE *>(&tunnelSetup)); in ComponentTunnelRequest()
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcomponent_node.cpp178 int32_t ComponentNode::ComponentTunnelRequest(uint32_t port, int32_t omxHandleTypeTunneledComp, uint32_t tunneledPort, in ComponentTunnelRequest() argument
192 tunneledPort, tunnelSetup); in ComponentTunnelRequest()
/drivers/peripheral/codec/test/benchmarktest/
H A Dcodec_benchmark_omx_test.cpp395 const uint32_t tunneledPort = TUNNELED_PORT; in BENCHMARK_F() local
399 ret = component_->ComponentTunnelRequest(outputIndex, tunneledComp, tunneledPort, in BENCHMARK_F()
/drivers/peripheral/codec/test/unittest/idl_omx/
H A Dcodec_hdi_omx_enc_test.cpp452 const uint32_t tunneledPort = 101; in HWTEST_F() local
456 auto ret = g_component->ComponentTunnelRequest(outputIndex, tunneledComp, tunneledPort, in HWTEST_F()
/drivers/peripheral/codec/test/unittest/hdi_omx/
H A Dcodec_hdi_omx_test.cpp608 const uint32_t tunneledPort = 101; in HWTEST_F() local
613 tunneledComp, tunneledPort, &tunnelSetup); in HWTEST_F()

Completed in 14 milliseconds