Searched refs:CHANGE_PLAY_STATUS (Results 1 – 7 of 7) sorted by relevance
67 CHANGE_PLAY_STATUS = 71, enumerator
138 newEvent.type = AudioEventType::CHANGE_PLAY_STATUS; in NotifyEvent()
610 mapEventFuncs_[static_cast<uint32_t>(CHANGE_PLAY_STATUS)] = in SinkEventHandler()650 case CHANGE_PLAY_STATUS: in ProcessEventInner()691 case CHANGE_PLAY_STATUS: in ProcessEvent()
76 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()
424 … type != static_cast<uint32_t>(CHANGE_PLAY_STATUS) && type != static_cast<uint32_t>(VOLUME_SET) && in SendMessage()
200 AudioEvent event = AudioEvent(CHANGE_PLAY_STATUS, "");218 type = CHANGE_PLAY_STATUS;333 AudioEvent event(CHANGE_PLAY_STATUS, std::string(jsonString));
114 std::make_pair(CHANGE_PLAY_STATUS, "CHANGE_PLAY_STATUS"),