Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_audio/services/common/audioparam/
H A Daudio_event.h44 CLOSE_MIC = 22, enumerator
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_dev.cpp600 …mapEventFuncs_[static_cast<uint32_t>(CLOSE_MIC)] = &DAudioSinkDev::SinkEventHandler::NotifyCloseMi… in SinkEventHandler()
623 case CLOSE_MIC: in ProcessEventInner()
682 case CLOSE_MIC: in ProcessEvent()
979 NotifySourceDev(CLOSE_MIC, micDhId_, DH_SUCCESS); in StopDistributedHardware()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddaudio_source_dev_test.cpp81 event.type = CLOSE_MIC;
136 event.type = CLOSE_MIC;
1038 EXPECT_EQ(ERR_DH_AUDIO_FAILED, sourceDev_->NotifySinkDev(CLOSE_MIC, jAudioParam, DH_ID_SPK));
1041 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, sourceDev_->NotifySinkDev(CLOSE_MIC, jAudioParam, DH_ID_SPK));
1045 EXPECT_EQ(DH_SUCCESS, sourceDev_->NotifySinkDev(CLOSE_MIC, jAudioParam, DH_ID_SPK));
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp63 memberFuncMap_[CLOSE_MIC] = &DAudioSourceDev::HandleCloseDMic; in DAudioSourceDev()
211 event.type = CLOSE_MIC; in DisableDAudio()
247 case CLOSE_MIC: in NotifyEventInner()
317 case CLOSE_MIC: in NotifyEvent()
1064 NotifySinkDev(CLOSE_MIC, jAudioParam, std::to_string(dhId)); in CloseMicNew()
1331 if (type == CLOSE_SPEAKER || type == CLOSE_MIC) { in NotifySinkDev()
H A Ddmic_dev.cpp167 AudioEvent event(AudioEventType::CLOSE_MIC, jsonDataStr); in DestroyStream()
545 if (type != static_cast<uint32_t>(OPEN_MIC) && type != static_cast<uint32_t>(CLOSE_MIC)) { in SendMessage()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioclient/micclient/src/
H A Ddmic_client.cpp171 type != static_cast<uint32_t>(CLOSE_MIC)) { in SendMessage()
/ohos5.0/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp92 std::make_pair(CLOSE_MIC, "CLOSE_MIC"),