Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_adapter_interface_impl.cpp734 ret = WaitForSANotify(captureId, EVENT_CLOSE_MIC); in CloseCaptureDevice()
1153 if (event == EVENT_OPEN_MIC || event == EVENT_CLOSE_MIC) { in WaitForSANotify()
1158 … (event == EVENT_OPEN_MIC && isMicOpened_) || (event == EVENT_CLOSE_MIC && !isMicOpened_); in WaitForSANotify()
1167 } else if (event == EVENT_CLOSE_MIC && isMicOpened_) { in WaitForSANotify()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_adapter_interface_impl.h60 EVENT_CLOSE_MIC, enumerator
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp38 constexpr uint32_t EVENT_CLOSE_MIC = 22; variable
423 auto msgEvent = AppExecFwk::InnerEvent::Get(EVENT_CLOSE_MIC, eventParam, 0); in HandleCloseDMic()
1402 mapEventFuncs_[EVENT_CLOSE_MIC] = &DAudioSourceDev::SourceEventHandler::CloseDMicCallback; in SourceEventHandler()
1473 case EVENT_CLOSE_MIC: in ProcessEvent()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_adapter_interface/src/
H A Daudio_adapter_interface_impl_test.cpp1424 AudioDeviceEvent event1 = EVENT_CLOSE_MIC;