Home
last modified time | relevance | path

Searched refs:portId (Results 1 – 19 of 19) sorted by relevance

/test/xts/hats/hdf/audio/idl/common/adapter_additional/src/
Daudio_adapter_common_test.cpp108 devDesc.portId = adapterDescs_->ports[index].portId; in InitDevDesc()
721 port.portId = 0;
741 port.portId = 0;
802 port.portId = 1;
818 port.portId = 0;
834 port.portId = 1;
850 port.portId = -1;
866 port.portId = 0;
882 port.portId = 1;
898 port.portId = -1;
[all …]
/test/xts/hats/hdf/external_device_manager/bus_extension_usb/src/
Dusb_impl_mock.cpp81 int32_t UsbImplMock::QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mod… in QueryPort() argument
99 int32_t UsbImplMock::SetPortRole(int32_t portId, int32_t powerRole, int32_t dataRole) in SetPortRole() argument
103 info.portId = portId; in SetPortRole()
/test/xts/hats/hdf/usb/functionTest_additional/common/
Dusbd_function_test.cpp527 int32_t portId = 0; variable
534 ret = g_usbInterface->QueryPort(portId, powerRole, dataRole, mode);
536 ASSERT_EQ(DEFAULT_PORT_ID, portId);
546 int32_t portId = DEFAULT_PORT_ID; variable
553 ret = g_usbInterface->QueryPort(portId, powerRole, dataRole, mode);
565 int32_t portId = DEFAULT_PORT_ID; variable
572 ret = g_usbInterface->QueryPort(portId, powerRole, dataRole, mode);
584 int32_t portId = 0; variable
591 ret = g_usbInterface->QueryPort(portId, powerRole, dataRole, mode);
593 ASSERT_EQ(DEFAULT_PORT_ID, portId);
/test/xts/hats/hdf/usb/autoFunctionTest/common/
Dusbd_auto_function_test.cpp70 int32_t portId = DEFAULT_PORT_ID; variable
74 auto ret = g_usbInterface->QueryPort(portId, powerRole, dataRole, mode);
/test/xts/hats/hdf/usb/usbdBenchmarkTest/common/
DHdfUsbdBenchmarkFunctionTest.cpp139 int32_t portId = DEFAULT_PORT_ID; in BENCHMARK_F() local
145 ret = g_usbInterface->QueryPort(portId, powerRole, dataRole, mode); in BENCHMARK_F()
/test/xts/hats/hdf/audio/idl/benchmarktest/adapter/
Daudio_adapter_benchmarktest.cpp108 devDesc.portId = adapterDescs_->ports[index].portId; in InitDevDesc()
224 port.portId = 0; in BENCHMARK_F()
241 port.portId = 0; in BENCHMARK_F()
259 port.portId = 0; in BENCHMARK_F()
/test/xts/hats/hdf/audio/idl/common/adapter/src/
Daudio_adapter_multchannel_test.cpp105 devDesc.portId = adapterDescs_->ports[index].portId; in InitDevDesc()
Daudio_adapter_common_test.cpp105 devDesc.portId = adapterDescs_->ports[index].portId; in InitDevDesc()
285 port.portId = 0;
322 port.portId = 0;
351 port.portId = 0;
/test/xts/hats/hdf/audio/idl/common/render/src/
Daudio_render_offload_test.cpp87 devDesc.portId = desc_->ports[index].portId; in InitRenderDevDesc()
Daudio_render_mmap_test.cpp78 devDesc.portId = desc_->ports[index].portId; in InitRenderDevDesc()
Daudio_render_common_test.cpp113 devDesc.portId = desc_->ports[index].portId; in InitRenderDevDesc()
/test/xts/hats/hdf/external_device_manager/bus_extension_usb/include/
Dusb_impl_mock.h58 … int32_t QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mode) override;
59 int32_t SetPortRole(int32_t portId, int32_t powerRole, int32_t dataRole) override;
/test/xts/hats/hdf/usb/functionTest/common/
Dusbd_function_test.cpp529 int32_t portId = DEFAULT_PORT_ID; variable
533 auto ret = g_usbInterface->QueryPort(portId, powerRole, dataRole, mode);
/test/xts/hats/hdf/audio/idl/common/render_additional/src/
DAudioRenderMmapTest.cpp78 devDesc.portId = desc_->ports[index].portId; in InitRenderDevDesc()
DAudioRenderCommonTest.cpp109 devDesc.portId = desc_->ports[index].portId; in InitRenderDevDesc()
/test/xts/hats/hdf/audio/idl/benchmarktest/capture/
Daudio_capture_benchmarktest.cpp96 devDesc.portId = adapterDescs_->ports[index].portId; in InitCaptureDevDesc()
/test/xts/hats/hdf/audio/idl/benchmarktest/render/
Daudio_render_benchmarktest.cpp116 devDesc.portId = desc_->ports[index].portId; in InitRenderDevDesc()
/test/xts/hats/hdf/audio/idl/common/capture/src/
Daudio_capture_common_test.cpp90 devDesc.portId = adapterDescs_->ports[index].portId; in InitCaptureDevDesc()
/test/xts/hats/hdf/audio/idl/common/capture_additional/src/
DAudioCaptureCommonTestAdditional.cpp90 devDesc.portId = adapterDescs_->ports[index].portId; in InitCaptureDevDesc()