Home
last modified time | relevance | path

Searched refs:EVENT_OPEN_MIC (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_adapter_interface_impl.cpp705 ret = WaitForSANotify(captureId, EVENT_OPEN_MIC); in OpenCaptureDevice()
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()
1164 if (event == EVENT_OPEN_MIC && !isMicOpened_) { in WaitForSANotify()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_adapter_interface_impl.h59 EVENT_OPEN_MIC, enumerator
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp37 constexpr uint32_t EVENT_OPEN_MIC = 21; variable
409 auto msgEvent = AppExecFwk::InnerEvent::Get(EVENT_OPEN_MIC, eventParam, 0); in HandleOpenDMic()
1401 mapEventFuncs_[EVENT_OPEN_MIC] = &DAudioSourceDev::SourceEventHandler::OpenDMicCallback; in SourceEventHandler()
1470 case EVENT_OPEN_MIC: in ProcessEvent()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddaudio_source_dev_test.cpp40 constexpr uint32_t EVENT_OPEN_MIC = 21; variable
1075 auto msgEvent = AppExecFwk::InnerEvent::Get(EVENT_OPEN_MIC, eventParam, 0);
1083 auto msg = AppExecFwk::InnerEvent::Get(EVENT_OPEN_MIC, nullForFail, 0);
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_adapter_interface/src/
H A Daudio_adapter_interface_impl_test.cpp1420 AudioDeviceEvent event = EVENT_OPEN_MIC;
1452 AudioDeviceEvent event = EVENT_OPEN_MIC;