Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_audio/services/common/audioparam/
H A Daudio_event.h67 CHANGE_PLAY_STATUS = 71, enumerator
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H A Ddaudio_manager_callback.cpp138 newEvent.type = AudioEventType::CHANGE_PLAY_STATUS; in NotifyEvent()
/ohos5.0/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()
/ohos5.0/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()
H A Ddspeaker_dev.cpp424 … type != static_cast<uint32_t>(CHANGE_PLAY_STATUS) && type != static_cast<uint32_t>(VOLUME_SET) && in SendMessage()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddaudio_source_dev_test.cpp200 AudioEvent event = AudioEvent(CHANGE_PLAY_STATUS, "");
218 type = CHANGE_PLAY_STATUS;
333 AudioEvent event(CHANGE_PLAY_STATUS, std::string(jsonString));
/ohos5.0/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp114 std::make_pair(CHANGE_PLAY_STATUS, "CHANGE_PLAY_STATUS"),