Home
last modified time | relevance | path

Searched refs:SourceEventHandler (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp94 handler_ = std::make_shared<DAudioSourceDev::SourceEventHandler>(runner, shared_from_this()); in AwakeAudioDev()
1394 DAudioSourceDev::SourceEventHandler::SourceEventHandler(const std::shared_ptr<AppExecFwk::EventRunner> &runner, in SourceEventHandler() function in OHOS::DistributedHardware::DAudioSourceDev::SourceEventHandler
1398 mapEventFuncs_[EVENT_DAUDIO_ENABLE] = &DAudioSourceDev::SourceEventHandler::EnableDAudioCallback; in SourceEventHandler()
1399 mapEventFuncs_[EVENT_DAUDIO_DISABLE] = &DAudioSourceDev::SourceEventHandler::DisableDAudioCallback; in SourceEventHandler()
1400 mapEventFuncs_[EVENT_OPEN_SPEAKER] = &DAudioSourceDev::SourceEventHandler::OpenDSpeakerCallback; in SourceEventHandler()
1401 mapEventFuncs_[EVENT_CLOSE_SPEAKER] = &DAudioSourceDev::SourceEventHandler::CloseDSpeakerCallback; in SourceEventHandler()
1402 mapEventFuncs_[EVENT_OPEN_MIC] = &DAudioSourceDev::SourceEventHandler::OpenDMicCallback; in SourceEventHandler()
1403 mapEventFuncs_[EVENT_CLOSE_MIC] = &DAudioSourceDev::SourceEventHandler::CloseDMicCallback; in SourceEventHandler()
1404 mapEventFuncs_[EVENT_DMIC_CLOSED] = &DAudioSourceDev::SourceEventHandler in SourceEventHandler()
[all...]
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddaudio_source_dev.h153 class SourceEventHandler : public AppExecFwk::EventHandler { class in OHOS::DistributedHardware::DAudioSourceDev
155 SourceEventHandler(const std::shared_ptr<AppExecFwk::EventRunner> &runner,
157 ~SourceEventHandler() override;
181 using SourceEventFunc = void (SourceEventHandler::*)(const AppExecFwk::InnerEvent::Pointer &event);
189 std::shared_ptr<SourceEventHandler> handler_;

Completed in 4 milliseconds