Searched refs:CLOSE_MIC (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_audio/services/common/audioparam/ |
H A D | audio_event.h | 44 CLOSE_MIC = 22, enumerator
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/ |
H A D | daudio_sink_dev.cpp | 600 …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 D | daudio_source_dev_test.cpp | 81 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 D | daudio_source_dev.cpp | 63 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 D | dmic_dev.cpp | 167 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 D | dmic_client.cpp | 171 type != static_cast<uint32_t>(CLOSE_MIC)) { in SendMessage()
|
/ohos5.0/foundation/distributedhardware/distributed_audio/common/src/ |
H A D | daudio_util.cpp | 92 std::make_pair(CLOSE_MIC, "CLOSE_MIC"),
|