Home
last modified time | relevance | path

Searched refs:IAudioEventCallback (Results 1 - 25 of 25) sorted by relevance

/foundation/distributedhardware/distributed_audio/services/common/audioeventcallback/
H A Diaudio_event_callback.h22 class IAudioEventCallback { class
24 virtual ~IAudioEventCallback() = default;
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/include/
H A Ddspeaker_client.h56 DSpeakerClient(const std::string &devId, const int32_t &dhId, const std::shared_ptr<IAudioEventCallback> &callback) in DSpeakerClient()
74 void SetAttrs(const std::string &devId, const std::shared_ptr<IAudioEventCallback> &callback) override;
112 std::weak_ptr<IAudioEventCallback> eventCallback_;
/foundation/distributedhardware/distributed_audio/services/audioclient/micclient/include/
H A Ddmic_client.h51 DMicClient(const std::string &devId, const int32_t dhId, const std::shared_ptr<IAudioEventCallback> &callback) in DMicClient()
63 void SetAttrs(const std::string &devId, const std::shared_ptr<IAudioEventCallback> &callback) override;
89 std::weak_ptr<IAudioEventCallback> eventCallback_;
/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/spkclient/include/
H A Ddspeaker_client_test.h37 std::shared_ptr<IAudioEventCallback> clientCallback_ = nullptr;
/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/micclient/include/
H A Ddmic_client_test.h36 std::shared_ptr<IAudioEventCallback> clientCallback_ = nullptr;
/foundation/distributedhardware/distributed_audio/services/audiocontrol/controlsource/include/
H A Ddaudio_source_dev_ctrl_mgr.h30 DAudioSourceDevCtrlMgr(const std::string &networkId, std::shared_ptr<IAudioEventCallback> audioEventCallback);
/foundation/distributedhardware/distributed_audio/services/audiocontrol/controlsink/include/
H A Ddaudio_sink_dev_ctrl_mgr.h30 DAudioSinkDevCtrlMgr(const std::string &networkId, std::shared_ptr<IAudioEventCallback> audioEventCallback);
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/include/
H A Ddspeaker_dev_test.h39 std::shared_ptr<IAudioEventCallback> eventCb_ = nullptr;
H A Ddmic_dev_test.h39 std::shared_ptr<IAudioEventCallback> eventCb_ = nullptr;
/foundation/distributedhardware/distributed_audio/services/audiocontrol/controlsink/src/
H A Ddaudio_sink_dev_ctrl_manager.cpp33 std::shared_ptr<IAudioEventCallback> audioEventCallback) in DAudioSinkDevCtrlMgr()
/foundation/distributedhardware/distributed_audio/services/audiocontrol/controlsource/src/
H A Ddaudio_source_dev_ctrl_manager.cpp30 std::shared_ptr<IAudioEventCallback> audioEventCallback) in DAudioSourceDevCtrlMgr()
/foundation/distributedhardware/distributed_audio/services/audioclient/interface/
H A Dimic_client.h35 virtual void SetAttrs(const std::string &devId, const std::shared_ptr<IAudioEventCallback> &callback) = 0;
H A Dispk_client.h38 virtual void SetAttrs(const std::string &devId, const std::shared_ptr<IAudioEventCallback> &callback) = 0;
/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/audioclienttestutils/include/
H A Ddaudio_test_utils.h24 class MockIAudioEventCallback : public IAudioEventCallback {
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddspeaker_dev.h42 DSpeakerDev(const std::string &devId, std::shared_ptr<IAudioEventCallback> callback) in DSpeakerDev()
91 std::weak_ptr<IAudioEventCallback> audioEventCallback_;
H A Ddmic_dev.h46 DMicDev(const std::string &devId, std::shared_ptr<IAudioEventCallback> callback) in DMicDev()
105 std::weak_ptr<IAudioEventCallback> audioEventCallback_;
H A Ddaudio_source_dev.h46 class DAudioSourceDev : public IAudioEventCallback, public std::enable_shared_from_this<DAudioSourceDev> {
/foundation/distributedhardware/distributed_audio/services/audiocontrol/test/unittest/controlsource/src/
H A Ddaudio_source_dev_ctrl_manager_test.cpp50 std::shared_ptr<IAudioEventCallback> audioEventCallback = nullptr; in SetUp()
/foundation/distributedhardware/distributed_audio/services/audiocontrol/test/unittest/controlsink/src/
H A Ddaudio_sink_dev_ctrl_manager_test.cpp28 std::shared_ptr<IAudioEventCallback> audioEventCallback = nullptr; in SetUp()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddspeaker_dev.cpp112 std::shared_ptr<IAudioEventCallback> cbObj = audioEventCallback_.lock(); in CreateStream()
138 std::shared_ptr<IAudioEventCallback> cbObj = audioEventCallback_.lock(); in DestroyStream()
184 std::shared_ptr<IAudioEventCallback> cbObj = audioEventCallback_.lock(); in NotifyEvent()
463 std::shared_ptr<IAudioEventCallback> cbObj = audioEventCallback_.lock(); in OnStateChange()
H A Ddmic_dev.cpp128 std::shared_ptr<IAudioEventCallback> cbObj = audioEventCallback_.lock(); in CreateStream()
154 std::shared_ptr<IAudioEventCallback> cbObj = audioEventCallback_.lock(); in DestroyStream()
210 std::shared_ptr<IAudioEventCallback> cbObj = audioEventCallback_.lock(); in NotifyEvent()
536 std::shared_ptr<IAudioEventCallback> cbObj = audioEventCallback_.lock(); in OnStateChange()
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/
H A Ddspeaker_client.cpp385 std::shared_ptr<IAudioEventCallback> cbObj = eventCallback_.lock(); in OnStateChange()
426 std::shared_ptr<IAudioEventCallback> cbObj = eventCallback_.lock(); in OnVolumeKeyEvent()
456 std::shared_ptr<IAudioEventCallback> cbObj = eventCallback_.lock(); in OnInterrupt()
486 std::shared_ptr<IAudioEventCallback> cbObj = eventCallback_.lock(); in OnStateChange()
641 void DSpeakerClient::SetAttrs(const std::string &devId, const std::shared_ptr<IAudioEventCallback> &callback) in SetAttrs()
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/audiomanagertestutils/include/
H A Daudio_manager_test_utils.h25 class MockIAudioEventCallback : public IAudioEventCallback {
/foundation/distributedhardware/distributed_audio/services/audioclient/micclient/src/
H A Ddmic_client.cpp109 std::shared_ptr<IAudioEventCallback> cbObj = eventCallback_.lock(); in OnStateChange()
374 void DMicClient::SetAttrs(const std::string &devId, const std::shared_ptr<IAudioEventCallback> &callback) in SetAttrs()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/include/
H A Ddaudio_sink_dev.h45 class DAudioSinkDev : public IAudioEventCallback, public std::enable_shared_from_this<DAudioSinkDev> {

Completed in 10 milliseconds