Home
last modified time | relevance | path

Searched refs:HDF_EVENT_NOTIFY_SINK_FAILED (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/common/include/
H A Ddaudio_constants.h49 const std::string HDF_EVENT_NOTIFY_SINK_FAILED = "ERR_DH_AUDIO_NOTIFY_SINK_FAILED"; variable
/ohos5.0/foundation/distributedhardware/distributed_audio/common/include/
H A Ddaudio_constants.h97 const std::string HDF_EVENT_NOTIFY_SINK_FAILED = "ERR_DH_AUDIO_NOTIFY_SINK_FAILED"; variable
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp866 NotifyHDF(NOTIFY_OPEN_SPEAKER_RESULT, HDF_EVENT_NOTIFY_SINK_FAILED, dhId); in TaskOpenDSpeaker()
1038 NotifyHDF(NOTIFY_OPEN_MIC_RESULT, HDF_EVENT_NOTIFY_SINK_FAILED, dhId); in TaskOpenDMic()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_adapter_interface_impl.cpp1067 } else if (msg == HDF_EVENT_NOTIFY_SINK_FAILED) { in ConvertMsg2Code()