Home
last modified time | relevance | path

Searched refs:VOLUME_MUTE_SET (Results 1 - 8 of 8) sorted by relevance

/foundation/distributedhardware/distributed_audio/services/common/audioparam/
H A Daudio_event.h56 VOLUME_MUTE_SET = 36, enumerator
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_dev.cpp382 AudioEvent event(AudioEventType::VOLUME_MUTE_SET, args); in TaskSetMute()
606 mapEventFuncs_[static_cast<uint32_t>(VOLUME_MUTE_SET)] = &DAudioSinkDev::SinkEventHandler::NotifySetMute; in SinkEventHandler()
641 case VOLUME_MUTE_SET: in ProcessEventInner()
688 case VOLUME_MUTE_SET: in ProcessEvent()
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H A Ddaudio_manager_callback.cpp135 newEvent.type = AudioEventType::VOLUME_MUTE_SET; in NotifyEvent()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp72 memberFuncMap_[VOLUME_MUTE_SET] = &DAudioSourceDev::HandleVolumeSet; in DAudioSourceDev()
260 case VOLUME_MUTE_SET: in NotifyEventInner()
322 case VOLUME_MUTE_SET: in NotifyEvent()
1213 // because: type: CHANGE_PLAY_STATUS / VOLUME_MUTE_SET / VOLUME_SET, so speaker in SendAudioEventToRemote()
1215 if (event.type == VOLUME_SET || event.type == VOLUME_MUTE_SET) { in SendAudioEventToRemote()
1375 return AudioEventType::VOLUME_MUTE_SET; in getEventTypeFromArgs()
H A Ddspeaker_dev.cpp425 type != static_cast<uint32_t>(VOLUME_MUTE_SET)) { in SendMessage()
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/
H A Ddspeaker_client.cpp561 if (event.type != VOLUME_MUTE_SET) { in SetMute()
/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp103 std::make_pair(VOLUME_MUTE_SET, "VOLUME_MUTE_SET"),
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddaudio_source_dev_test.cpp99 event.type = VOLUME_MUTE_SET; in HWTEST_F()
146 event.type = VOLUME_MUTE_SET; in HWTEST_F()

Completed in 10 milliseconds