Home
last modified time | relevance | path

Searched refs:InitAllPorts (Results 1 - 21 of 21) sorted by relevance

/drivers/peripheral/audio/test/systemtest/hdi_service/common/adapter/src/
H A Daudio_idlhdi_adapter_test.cpp75 ret = adapter->InitAllPorts(adapter); in HWTEST_F()
96 ret = adapter->InitAllPorts(adapterNull); in HWTEST_F()
120 ret = adapter->InitAllPorts(adapter); in HWTEST_F()
150 ret = adapter->InitAllPorts(adapter); in HWTEST_F()
179 ret = adapter->InitAllPorts(adapter); in HWTEST_F()
210 ret = adapter->InitAllPorts(adapter); in HWTEST_F()
239 ret = adapter->InitAllPorts(adapter); in HWTEST_F()
264 ret = adapter->InitAllPorts(adapter); in HWTEST_F()
293 ret = adapter->InitAllPorts(adapter); in HWTEST_F()
318 ret = adapter->InitAllPorts(adapte in HWTEST_F()
[all...]
/drivers/peripheral/bluetooth/audio/interfaces/include/
H A Daudio_adapter.h62 int32_t (*InitAllPorts)(struct AudioAdapter *adapter); member
/drivers/peripheral/distributed_audio/interface/audio/v1_0/
H A Di_audio_adapter.h35 virtual int32_t InitAllPorts() = 0;
/drivers/peripheral/audio/interfaces/2.0/include/
H A Daudio_adapter.h64 int32_t (*InitAllPorts)(struct AudioAdapter *adapter); member
/drivers/peripheral/audio/interfaces/include/
H A Daudio_adapter.h63 int32_t (*InitAllPorts)(struct AudioAdapter *adapter); member
/drivers/peripheral/audio/interfaces/sound/v1_0/
H A Diaudio_adapter_vdi.h34 int32_t (*InitAllPorts)(struct IAudioAdapterVdi *self); member
/drivers/peripheral/audio/test/systemtest/hdi_service/hdiperformace/src/
H A Daudio_idlhdiadapter_performace_test.cpp70 * @tc.desc tests the performace of InitAllPorts interface by executing 1000 times,
85 ret = audiopara.adapter->InitAllPorts(audiopara.adapter); in HWTEST_F()
108 ret = audiopara.adapter->InitAllPorts(audiopara.adapter); in HWTEST_F()
144 ret = audiopara.adapter->InitAllPorts(audiopara.adapter); in HWTEST_F()
175 ret = audiopara.adapter->InitAllPorts(audiopara.adapter); in HWTEST_F()
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_manager.cpp55 hwAdapter->common.InitAllPorts = AudioAdapterInitAllPorts; in AudioManagerLoadAdapter()
/drivers/peripheral/audio/test/benchmarktest/adapter/
H A Daudio_adapter_benchmarktest.cpp151 BENCHMARK_F(AudioAdapterBenchmarkTest, InitAllPorts)(benchmark::State &state) in BENCHMARK_F()
156 ret = adapter_->InitAllPorts(adapter_); in BENCHMARK_F()
161 BENCHMARK_REGISTER_F(AudioAdapterBenchmarkTest, InitAllPorts)->
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/
H A Daudio_proxy_manager.cpp103 hwAdapter->common.InitAllPorts = AudioProxyAdapterInitAllPorts; in AudioProxyManagerLoadAdapter()
/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/
H A Daudio_adapter_vdi.c109 CHECK_NULL_PTR_RETURN_VALUE(vdiAdapter->InitAllPorts, HDF_ERR_INVALID_PARAM); in AudioInitAllPortsVdi()
111 int32_t ret = vdiAdapter->InitAllPorts(vdiAdapter); in AudioInitAllPortsVdi()
113 AUDIO_FUNC_LOGE("audio vdiAdapter InitAllPorts fail, ret=%{public}d", ret); in AudioInitAllPortsVdi()
576 adapter->InitAllPorts = AudioInitAllPortsVdi; in AudioInitAdapterInstanceVdi()
/drivers/peripheral/audio/test/unittest/common/adapter/
H A Daudio_adapter_common_test.cpp152 EXPECT_NE(HDF_SUCCESS, adapter_->InitAllPorts(nullptr)); in HWTEST_F()
157 EXPECT_EQ(HDF_SUCCESS, adapter_->InitAllPorts(adapter_)); in HWTEST_F()
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_adapter_interface_impl.h75 int32_t InitAllPorts() override;
/drivers/peripheral/audio/test/sample/
H A Didl_capture.c750 if (g_adapter == NULL || g_adapter->InitAllPorts == NULL) { in InitCaptureParam()
756 (void)g_adapter->InitAllPorts(g_adapter); in InitCaptureParam()
H A Didl_render.c687 if (g_adapter == NULL || g_adapter->InitAllPorts == NULL) { in InitRenderParam()
691 (void)g_adapter->InitAllPorts(g_adapter); in InitRenderParam()
/drivers/peripheral/audio/hdi_service/primary_impl/src/
H A Daudio_manager.c343 hwAdapter->common.InitAllPorts = AudioAdapterInitAllPorts; in LoadAdapterImpl()
/drivers/peripheral/audio/test/systemtest/hdi_service/common/manager/src/
H A Daudio_idlhdi_manager_test.cpp174 if (adapter->InitAllPorts != nullptr && adapter->CreateRender != nullptr && in HWTEST_F()
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_server.cpp182 if (adapter->InitAllPorts(adapter)) { in HdiServiceInitAllPorts()
183 HDF_LOGE("%{public}s: InitAllPorts fail", __func__); in HdiServiceInitAllPorts()
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_adapter_interface_impl.cpp90 int32_t AudioAdapterInterfaceImpl::InitAllPorts() in InitAllPorts() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioAdapterInterfaceImpl
/drivers/peripheral/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_server_common.c836 if (adapter->InitAllPorts(adapter)) { in HdiServiceInitAllPorts()
837 AUDIO_FUNC_LOGE("InitAllPorts fail"); in HdiServiceInitAllPorts()
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_adapter_interface/src/
H A Daudio_adapter_interface_impl_test.cpp44 * @tc.desc: Verify the InitAllPorts function.
67 EXPECT_EQ(HDF_SUCCESS, AdapterTest_->InitAllPorts()); in HWTEST_F()

Completed in 20 milliseconds