Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddaudio_io_dev.h59 virtual int32_t NotifyHdfAudioEvent(const AudioEvent &event, const int32_t portId) = 0;
H A Ddspeaker_dev.h80 int32_t NotifyHdfAudioEvent(const AudioEvent &event, const int32_t portId) override;
H A Ddmic_dev.h82 int32_t NotifyHdfAudioEvent(const AudioEvent &event, const int32_t portId) override;
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddmic_dev_test.cpp357 EXPECT_EQ(DH_SUCCESS, mic_->NotifyHdfAudioEvent(event, dhId));
361 EXPECT_EQ(DH_SUCCESS, mic_->NotifyHdfAudioEvent(event, dhId));
H A Ddspeaker_dev_test.cpp414 EXPECT_EQ(DH_SUCCESS, spk_->NotifyHdfAudioEvent(event, dhId));
418 EXPECT_EQ(DH_SUCCESS, spk_->NotifyHdfAudioEvent(event, dhId));
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp385 return speaker->NotifyHdfAudioEvent(event, dhId); in HandleDSpeakerClosed()
1118 return mic->NotifyHdfAudioEvent(event, dhId); in TaskDMicClosed()
1359 return ioDev->NotifyHdfAudioEvent(event, dhId); in NotifyHDF()
1362 return ioDev->NotifyHdfAudioEvent(event, dhId); in NotifyHDF()
H A Ddspeaker_dev.cpp434 int32_t DSpeakerDev::NotifyHdfAudioEvent(const AudioEvent &event, const int32_t portId) in NotifyHdfAudioEvent() function in OHOS::DistributedHardware::DSpeakerDev
H A Ddmic_dev.cpp508 int32_t DMicDev::NotifyHdfAudioEvent(const AudioEvent &event, const int32_t portId) in NotifyHdfAudioEvent() function in OHOS::DistributedHardware::DMicDev