Home
last modified time | relevance | path

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

/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;
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddspeaker_dev_test.cpp380 * @tc.desc: Verify NotifyHdfAudioEvent function.
406 * @tc.desc: Verify NotifyHdfAudioEvent function.
414 EXPECT_EQ(DH_SUCCESS, spk_->NotifyHdfAudioEvent(event, dhId)); in HWTEST_F()
418 EXPECT_EQ(DH_SUCCESS, spk_->NotifyHdfAudioEvent(event, dhId)); in HWTEST_F()
H A Ddmic_dev_test.cpp349 * @tc.desc: Verify NotifyHdfAudioEvent function.
357 EXPECT_EQ(DH_SUCCESS, mic_->NotifyHdfAudioEvent(event, dhId)); in HWTEST_F()
361 EXPECT_EQ(DH_SUCCESS, mic_->NotifyHdfAudioEvent(event, dhId)); in HWTEST_F()
/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()
1360 return ioDev->NotifyHdfAudioEvent(event, dhId); in NotifyHDF()
1363 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

Completed in 8 milliseconds