Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp36 constexpr uint32_t EVENT_CLOSE_SPEAKER = 12; variable
359 auto msgEvent = AppExecFwk::InnerEvent::Get(EVENT_CLOSE_SPEAKER, eventParam, 0); in HandleCloseDSpeaker()
1400 … mapEventFuncs_[EVENT_CLOSE_SPEAKER] = &DAudioSourceDev::SourceEventHandler::CloseDSpeakerCallback; in SourceEventHandler()
1467 case EVENT_CLOSE_SPEAKER: in ProcessEvent()