Home
last modified time | relevance | path

Searched refs:NotifyEvent (Results 1 - 16 of 16) sorted by relevance

/drivers/peripheral/distributed_audio/hdi_service/audio_ext/v1_0/test/unittest/src/
H A Ddaudio_manager_interface_impl_test.cpp83 * @tc.desc: Verify the NotifyEvent function.
93 EXPECT_EQ(HDF_FAILURE, DAudioManagerInterfaceImpl::GetDAudioManager()->NotifyEvent(adpName, in HWTEST_F()
99 * @tc.desc: Verify the NotifyEvent function.
111 EXPECT_NE(HDF_SUCCESS, DAudioManagerInterfaceImpl::GetDAudioManager()->NotifyEvent(adpName, in HWTEST_F()
/drivers/peripheral/distributed_audio/hdi_service/audio_ext/v1_0/test/fuzztest/notifyevent_fuzzer/
H A Dnotifyevent_fuzzer.cpp44 DAudioManagerInterfaceImpl::GetDAudioManager()->NotifyEvent(adpName, devId, streamId, event); in NotifyEventFuzzTest()
/drivers/peripheral/distributed_audio/interface/audio_ext/v1_0/
H A Di_daudio_manager.h33 virtual int32_t NotifyEvent(std::string devId, std::string dhId, struct DAudioEvent &event) = 0;
H A Di_daudio_hdf_callback.h29 virtual int32_t NotifyEvent(int32_t devId, int32_t dhId, struct DAudioEvent &event) = 0;
/drivers/peripheral/distributed_audio/hdi_service/audio_ext/v1_0/test/unittest/include/
H A Ddaudio_test_utils.h45 int32_t NotifyEvent(int32_t streamId, const DAudioEvent &event) override
/drivers/peripheral/distributed_audio/hdi_service/audio_ext/v1_0/include/
H A Ddaudio_manager_interface_impl.h52 int32_t NotifyEvent(const std::string &adpName, int32_t devId, int32_t streamId, const DAudioEvent &event) override;
/drivers/peripheral/distributed_audio/hdi_service/audio_ext/v1_0/src/
H A Ddaudio_manager_interface_impl.cpp92 int32_t DAudioManagerInterfaceImpl::NotifyEvent(const std::string &adpName, int32_t devId, in NotifyEvent() function in OHOS::HDI::DistributedAudio::Audioext::V2_0::DAudioManagerInterfaceImpl
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraadddcameradevice_fuzzer/
H A Ddcameraadddcameradevice_fuzzer.cpp62 int32_t NotifyEvent(const DHBase& dhBase, const DCameraHDFEvent& event) in NotifyEvent() function in OHOS::DistributedHardware::MockDCameraProviderCallbackImpl
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraenabledcameradevice_fuzzer/
H A Ddcameraenabledcameradevice_fuzzer.cpp62 int32_t NotifyEvent(const DHBase& dhBase, const DCameraHDFEvent& event) in NotifyEvent() function in OHOS::DistributedHardware::MockDCameraProviderCallbackImpl
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_render_ext_impl.cpp206 int32_t ret = audioExtCallback_->NotifyEvent(renderId_, event); in Start()
218 int32_t ret = audioExtCallback_->NotifyEvent(renderId_, event); in Start()
240 int32_t ret = audioExtCallback_->NotifyEvent(renderId_, event); in Stop()
252 ret = audioExtCallback_->NotifyEvent(renderId_, event); in Stop()
H A Daudio_capture_ext_impl.cpp112 int32_t ret = audioExtCallback_->NotifyEvent(captureId_, event); in Start()
134 int32_t ret = audioExtCallback_->NotifyEvent(captureId_, event); in Stop()
H A Daudio_capture_interface_impl.cpp135 if (audioExtCallback_->NotifyEvent(captureId_, event) != HDF_SUCCESS) { in Start()
170 if (audioExtCallback_->NotifyEvent(captureId_, event) != HDF_SUCCESS) { in Stop()
H A Daudio_render_interface_impl.cpp222 int32_t ret = audioExtCallback_->NotifyEvent(renderId_, event); in Start()
259 int32_t ret = audioExtCallback_->NotifyEvent(renderId_, event); in Stop()
H A Daudio_adapter_interface_impl.cpp813 if (extSpkCallback->NotifyEvent(id, event) != HDF_SUCCESS) { in SetAudioVolume()
814 DHLOGE("NotifyEvent failed."); in SetAudioVolume()
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_test_utils/
H A Daudio_test_utils.h60 int32_t NotifyEvent(int32_t streamId, const DAudioEvent &event) override
502 int32_t NotifyEvent(int32_t streamId, const DAudioEvent &event) override
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddcamera_device.cpp427 dCameraProviderCallback_->NotifyEvent(dhBase_, dCameraEvent); in TriggerGetFullCaps()

Completed in 10 milliseconds