Home
last modified time | relevance | path

Searched refs:NOTIFY_CLOSE_MIC_RESULT (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_audio/services/common/audioparam/
H A Daudio_event.h48 NOTIFY_CLOSE_MIC_RESULT = 26, enumerator
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp67 memberFuncMap_[NOTIFY_CLOSE_MIC_RESULT] = &DAudioSourceDev::HandleNotifyRPC; in DAudioSourceDev()
85 eventNotifyMap_[NOTIFY_CLOSE_MIC_RESULT] = EVENT_NOTIFY_CLOSE_MIC; in DAudioSourceDev()
311 case NOTIFY_CLOSE_MIC_RESULT: in NotifyEvent()
625 case AudioEventType::NOTIFY_CLOSE_MIC_RESULT: in WaitForRPC()
1089 NotifyHDF(NOTIFY_CLOSE_MIC_RESULT, HDF_EVENT_RESULT_SUCCESS, dhId); in TaskCloseDMic()
1095 NotifyHDF(NOTIFY_CLOSE_MIC_RESULT, HDF_EVENT_RESULT_FAILED, dhId); in TaskCloseDMic()
1098 NotifyHDF(NOTIFY_CLOSE_MIC_RESULT, HDF_EVENT_RESULT_SUCCESS, dhId); in TaskCloseDMic()
1361 case NOTIFY_CLOSE_MIC_RESULT: in NotifyHDF()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/test/unittest/daudio_hdi_handler/src/
H A Ddaudio_hdi_handler_test.cpp129 AudioEvent audioEvent4(AudioEventType::NOTIFY_CLOSE_MIC_RESULT, "");
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H A Ddaudio_hdi_handler.cpp175 case AudioEventType::NOTIFY_CLOSE_MIC_RESULT: in ProcessEventMsg()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioclient/micclient/src/
H A Ddmic_client.cpp170 type != static_cast<uint32_t>(NOTIFY_CLOSE_MIC_RESULT) && in SendMessage()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddaudio_source_dev_test.cpp251 type = NOTIFY_CLOSE_MIC_RESULT;
982 AudioEventType type = NOTIFY_CLOSE_MIC_RESULT;
/ohos5.0/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp96 std::make_pair(NOTIFY_CLOSE_MIC_RESULT, "NOTIFY_CLOSE_MIC_RESULT"),