Home
last modified time | relevance | path

Searched refs:WaitForSANotify (Results 1 – 3 of 3) 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.cpp1363 EXPECT_EQ(DH_SUCCESS, AdapterTest_->WaitForSANotify(streamId, event));
1366 EXPECT_EQ(DH_SUCCESS, AdapterTest_->WaitForSANotify(streamId, event1));
1394 EXPECT_EQ(HDF_SUCCESS, AdapterTest_->WaitForSANotify(streamId, event));
1422 EXPECT_EQ(HDF_SUCCESS, AdapterTest_->WaitForSANotify(captureId, event));
1426 EXPECT_EQ(HDF_SUCCESS, AdapterTest_->WaitForSANotify(captureId, event1));
1454 EXPECT_EQ(HDF_SUCCESS, AdapterTest_->WaitForSANotify(captureId, event));
1474 EXPECT_EQ(HDF_SUCCESS, AdapterTest_->WaitForSANotify(captureId, event));
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_adapter_interface_impl.cpp624 ret = WaitForSANotify(renderId, EVENT_OPEN_SPK); in OpenRenderDevice()
654 ret = WaitForSANotify(renderId, EVENT_CLOSE_SPK); in CloseRenderDevice()
705 ret = WaitForSANotify(captureId, EVENT_OPEN_MIC); in OpenCaptureDevice()
734 ret = WaitForSANotify(captureId, EVENT_CLOSE_MIC); in CloseCaptureDevice()
1128 int32_t AudioAdapterInterfaceImpl::WaitForSANotify(const uint32_t streamId, const AudioDeviceEvent … in WaitForSANotify() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioAdapterInterfaceImpl
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_adapter_interface_impl.h124 int32_t WaitForSANotify(const uint32_t streamId, const AudioDeviceEvent &event);