Home
last modified time | relevance | path

Searched refs:AdapterUnload (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_adapter_interface/src/
H A Daudio_adapter_interface_impl_test.cpp511 EXPECT_EQ(HDF_SUCCESS, AdapterTest_->AdapterUnload());
521 EXPECT_EQ(HDF_ERR_DEVICE_BUSY, AdapterTest_->AdapterUnload());
530 EXPECT_EQ(HDF_ERR_DEVICE_BUSY, AdapterTest_->AdapterUnload());
534 EXPECT_EQ(HDF_ERR_DEVICE_BUSY, AdapterTest_->AdapterUnload());
538 EXPECT_EQ(HDF_SUCCESS, AdapterTest_->AdapterUnload());
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_adapter_interface_impl.h101 int32_t AdapterUnload();
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_manager_interface_impl.cpp115 int32_t ret = adp->second->AdapterUnload(); in UnloadAdapter()
H A Daudio_adapter_interface_impl.cpp508 int32_t AudioAdapterInterfaceImpl::AdapterUnload() in AdapterUnload() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioAdapterInterfaceImpl