Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_audio/services/common/audioparam/
H A Daudio_event.h51 VOLUME_SET = 31, enumerator
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_dev.cpp359 AudioEvent event(AudioEventType::VOLUME_SET, args); in TaskSetVolume()
603 mapEventFuncs_[static_cast<uint32_t>(VOLUME_SET)] = &DAudioSinkDev::SinkEventHandler::NotifySetVolume; in SinkEventHandler()
632 case VOLUME_SET: in ProcessEventInner()
685 case VOLUME_SET: in ProcessEvent()
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H A Ddaudio_manager_callback.cpp132 newEvent.type = AudioEventType::VOLUME_SET; in NotifyEvent()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp71 memberFuncMap_[VOLUME_SET] = &DAudioSourceDev::HandleVolumeSet; in DAudioSourceDev()
259 case VOLUME_SET: in NotifyEventInner()
321 case VOLUME_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()
1377 return AudioEventType::VOLUME_SET; in getEventTypeFromArgs()
H A Ddspeaker_dev.cpp424 type != static_cast<uint32_t>(CHANGE_PLAY_STATUS) && type != static_cast<uint32_t>(VOLUME_SET) && in SendMessage()
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddaudio_source_dev_test.cpp97 event.type = VOLUME_SET; in HWTEST_F()
144 event.type = VOLUME_SET; in HWTEST_F()
177 * @tc.desc: Verify NotifyEvent function with VOLUME_SET event, after AwakeAudioDev function.
187 event.type = VOLUME_SET; in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/
H A Ddspeaker_client.cpp522 if (event.type != VOLUME_SET) { in SetAudioParameters()
/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp98 std::make_pair(VOLUME_SET, "VOLUME_SET"),

Completed in 10 milliseconds