Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_audio/services/common/audioparam/
H A Daudio_event.h67 CHANGE_PLAY_STATUS = 71, enumerator
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H A Ddaudio_manager_callback.cpp138 newEvent.type = AudioEventType::CHANGE_PLAY_STATUS; in NotifyEvent()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_dev.cpp610 mapEventFuncs_[static_cast<uint32_t>(CHANGE_PLAY_STATUS)] = in SinkEventHandler()
650 case CHANGE_PLAY_STATUS: in ProcessEventInner()
691 case CHANGE_PLAY_STATUS: in ProcessEvent()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp76 memberFuncMap_[CHANGE_PLAY_STATUS] = &DAudioSourceDev::HandlePlayStatusChange; in DAudioSourceDev()
272 case CHANGE_PLAY_STATUS: in NotifyEventInner()
326 case CHANGE_PLAY_STATUS: in NotifyEvent()
1185 AudioEvent audioEvent(CHANGE_PLAY_STATUS, args); in TaskPlayStatusChange()
1213 // because: type: CHANGE_PLAY_STATUS / VOLUME_MUTE_SET / VOLUME_SET, so speaker in SendAudioEventToRemote()
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.cpp200 AudioEvent event = AudioEvent(CHANGE_PLAY_STATUS, ""); in HWTEST_F()
218 type = CHANGE_PLAY_STATUS; in HWTEST_F()
333 AudioEvent event(CHANGE_PLAY_STATUS, std::string(jsonString)); in HWTEST_F()
/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp114 std::make_pair(CHANGE_PLAY_STATUS, "CHANGE_PLAY_STATUS"),

Completed in 14 milliseconds