Home
last modified time | relevance | path

Searched refs:isMicOpened_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_adapter_interface_impl.cpp669 if (isMicOpened_) { in OpenCaptureDevice()
1100 isMicOpened_ = true; in HandleSANotifyEvent()
1108 isMicOpened_ = false; in HandleSANotifyEvent()
1158 … (event == EVENT_OPEN_MIC && isMicOpened_) || (event == EVENT_CLOSE_MIC && !isMicOpened_); in WaitForSANotify()
1164 if (event == EVENT_OPEN_MIC && !isMicOpened_) { in WaitForSANotify()
1167 } else if (event == EVENT_CLOSE_MIC && isMicOpened_) { in WaitForSANotify()
1203 } else if (isMicOpened_ && event.type == HDF_AUDIO_EVENT_MIC_CLOSED) { in HandleDeviceClosed()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_adapter_interface/src/
H A Daudio_adapter_interface_impl_test.cpp755 AdapterTest_->isMicOpened_ = true;
1421 AdapterTest_->isMicOpened_ = true;
1425 AdapterTest_->isMicOpened_ = false;
1453 AdapterTest_->isMicOpened_ = true;;
1514 AdapterTest_->isMicOpened_ = true;
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_adapter_interface_impl.h179 bool isMicOpened_ = false; variable