Home
last modified time | relevance | path

Searched refs:tunneledComp (Results 1 - 13 of 13) sorted by relevance

/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codeccomponenttunnelrequestomx_fuzzer/
H A Dcodeccomponenttunnelrequest_fuzzer.cpp24 int32_t tunneledComp; member
50 int32_t ret = g_component->ComponentTunnelRequest(g_component, params.port, params.tunneledComp, in CodecComponentTunnelRequest()
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codeccomponenttunnelrequesthdi_fuzzer/
H A Dcodeccomponenttunnelrequest_fuzzer.cpp24 int32_t tunneledComp; member
57 int32_t ret = g_component->ComponentTunnelRequest(params.port, params.tunneledComp, 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,
/drivers/peripheral/codec/interfaces/include/
H A Dcodec_component_if.h216 * @param tunneledComp Indicates the tunnel handle of the component.
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.c400 int32_t tunneledComp = 0; in SerStubComponentTunnelRequest() local
409 if (!HdfSbufReadInt32(data, &tunneledComp)) { in SerStubComponentTunnelRequest()
410 CODEC_LOGE("read &tunneledComp failed!"); in SerStubComponentTunnelRequest()
424 ret = serviceImpl->ComponentTunnelRequest(serviceImpl, port, tunneledComp, tunneledPort, &tunnelSetup); in SerStubComponentTunnelRequest()
H A Dcodec_component_type_proxy.c442 uint32_t port, int32_t tunneledComp, uint32_t tunneledPort, struct OMX_TUNNELSETUPTYPE *tunnelSetup) in CodecComponentTypeProxyComponentTunnelRequest()
466 if (!HdfSbufWriteInt32(data, tunneledComp)) { in CodecComponentTypeProxyComponentTunnelRequest()
467 CODEC_LOGE("write tunneledComp 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/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.cpp293 unsigned long tunneledComp = static_cast<unsigned long>(omxHandleTypeTunneledComp); in ComponentTunnelRequest() local
298 auto err = comType->ComponentTunnelRequest(comp_, port, reinterpret_cast<OMX_HANDLETYPE>(tunneledComp), in ComponentTunnelRequest()
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcomponent_node.cpp190 unsigned long tunneledComp = static_cast<unsigned long>(omxHandleTypeTunneledComp); in ComponentTunnelRequest() local
191 return comType->ComponentTunnelRequest(comp_, port, reinterpret_cast<OMX_HANDLETYPE>(tunneledComp), in ComponentTunnelRequest()
/drivers/peripheral/codec/test/benchmarktest/
H A Dcodec_benchmark_omx_test.cpp394 const int32_t tunneledComp = TUNNELE_COMP; 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.cpp451 const int32_t tunneledComp = 1002; 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.cpp607 const int32_t tunneledComp = 1002; in HWTEST_F() local
613 tunneledComp, tunneledPort, &tunnelSetup); in HWTEST_F()

Completed in 12 milliseconds