Home
last modified time | relevance | path

Searched refs:CLOSE_SPEAKER (Results 1 - 6 of 6) sorted by relevance

/foundation/distributedhardware/distributed_audio/services/common/audioparam/
H A Daudio_event.h35 CLOSE_SPEAKER = 12, enumerator
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddspeaker_dev.cpp151 AudioEvent event(AudioEventType::CLOSE_SPEAKER, jsonDataStr); in DestroyStream()
423 if (type != static_cast<uint32_t>(OPEN_SPEAKER) && type != static_cast<uint32_t>(CLOSE_SPEAKER) && in SendMessage()
H A Ddaudio_source_dev.cpp57 memberFuncMap_[CLOSE_SPEAKER] = &DAudioSourceDev::HandleCloseDSpeaker; in DAudioSourceDev()
207 event.type = CLOSE_SPEAKER; in DisableDAudio()
299 case CLOSE_SPEAKER: in NotifyEvent()
938 NotifySinkDev(CLOSE_SPEAKER, jAudioParam, std::to_string(dhId)); in CloseSpkNew()
1332 if (type == CLOSE_SPEAKER || type == CLOSE_MIC) { in NotifySinkDev()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_dev.cpp596 mapEventFuncs_[static_cast<uint32_t>(CLOSE_SPEAKER)] = &DAudioSinkDev::SinkEventHandler::NotifyCloseSpeaker; in SinkEventHandler()
672 case CLOSE_SPEAKER: in ProcessEvent()
/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp83 std::make_pair(CLOSE_SPEAKER, "CLOSE_SPEAKER"),
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddaudio_source_dev_test.cpp72 event.type = CLOSE_SPEAKER; in HWTEST_F()
127 event.type = CLOSE_SPEAKER; in HWTEST_F()

Completed in 8 milliseconds