Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_audio/services/common/audioparam/
H A Daudio_event.h44 CLOSE_MIC = 22, enumerator
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_dev.cpp600 mapEventFuncs_[static_cast<uint32_t>(CLOSE_MIC)] = &DAudioSinkDev::SinkEventHandler::NotifyCloseMic; in SinkEventHandler()
623 case CLOSE_MIC: in ProcessEventInner()
682 case CLOSE_MIC: in ProcessEvent()
979 NotifySourceDev(CLOSE_MIC, micDhId_, DH_SUCCESS); in StopDistributedHardware()
/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()
1332 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()
546 DHLOGE("Send message to remote. not OPEN_MIC or CLOSE_MIC. type: %{public}u", type); in SendMessage()
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddaudio_source_dev_test.cpp81 event.type = CLOSE_MIC; in HWTEST_F()
136 event.type = CLOSE_MIC; in HWTEST_F()
1038 EXPECT_EQ(ERR_DH_AUDIO_FAILED, sourceDev_->NotifySinkDev(CLOSE_MIC, jAudioParam, DH_ID_SPK)); in HWTEST_F()
1041 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, sourceDev_->NotifySinkDev(CLOSE_MIC, jAudioParam, DH_ID_SPK)); in HWTEST_F()
1045 EXPECT_EQ(DH_SUCCESS, sourceDev_->NotifySinkDev(CLOSE_MIC, jAudioParam, DH_ID_SPK)); in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audioclient/micclient/src/
H A Ddmic_client.cpp171 type != static_cast<uint32_t>(CLOSE_MIC)) { in SendMessage()
173 "CLOSE_MIC or OPEN_CTRL. type: %{public}u", type); in SendMessage()
/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp92 std::make_pair(CLOSE_MIC, "CLOSE_MIC"),

Completed in 9 milliseconds