Searched refs:NotifyHdfAudioEvent (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/ |
H A D | daudio_io_dev.h | 59 virtual int32_t NotifyHdfAudioEvent(const AudioEvent &event, const int32_t portId) = 0;
|
H A D | dspeaker_dev.h | 80 int32_t NotifyHdfAudioEvent(const AudioEvent &event, const int32_t portId) override;
|
H A D | dmic_dev.h | 82 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 D | dmic_dev_test.cpp | 357 EXPECT_EQ(DH_SUCCESS, mic_->NotifyHdfAudioEvent(event, dhId)); 361 EXPECT_EQ(DH_SUCCESS, mic_->NotifyHdfAudioEvent(event, dhId));
|
H A D | dspeaker_dev_test.cpp | 414 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 D | daudio_source_dev.cpp | 385 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 D | dspeaker_dev.cpp | 434 int32_t DSpeakerDev::NotifyHdfAudioEvent(const AudioEvent &event, const int32_t portId) in NotifyHdfAudioEvent() function in OHOS::DistributedHardware::DSpeakerDev
|
H A D | dmic_dev.cpp | 508 int32_t DMicDev::NotifyHdfAudioEvent(const AudioEvent &event, const int32_t portId) in NotifyHdfAudioEvent() function in OHOS::DistributedHardware::DMicDev
|