Searched refs:HDF_EVENT_RESULT_SUCCESS (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/common/include/ |
H A D | daudio_constants.h | 47 const std::string HDF_EVENT_RESULT_SUCCESS = "DH_SUCCESS"; variable
|
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/ |
H A D | audio_adapter_interface_impl.cpp | 1063 if (msg == HDF_EVENT_RESULT_SUCCESS) { in ConvertMsg2Code() 1083 if (event.content == HDF_EVENT_RESULT_SUCCESS) { in HandleSANotifyEvent() 1091 if (event.content == HDF_EVENT_RESULT_SUCCESS) { in HandleSANotifyEvent() 1099 if (event.content == HDF_EVENT_RESULT_SUCCESS) { in HandleSANotifyEvent() 1107 if (event.content == HDF_EVENT_RESULT_SUCCESS) { in HandleSANotifyEvent()
|
/ohos5.0/foundation/distributedhardware/distributed_audio/common/include/ |
H A D | daudio_constants.h | 95 const std::string HDF_EVENT_RESULT_SUCCESS = "DH_SUCCESS"; variable
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/ |
H A D | daudio_source_dev.cpp | 927 NotifyHDF(NOTIFY_OPEN_SPEAKER_RESULT, HDF_EVENT_RESULT_SUCCESS, dhId); in OpenDSpeakerInner() 967 NotifyHDF(NOTIFY_CLOSE_SPEAKER_RESULT, HDF_EVENT_RESULT_SUCCESS, dhId); in TaskCloseDSpeaker() 981 NotifyHDF(NOTIFY_CLOSE_SPEAKER_RESULT, HDF_EVENT_RESULT_SUCCESS, dhId); in TaskCloseDSpeaker() 1051 NotifyHDF(NOTIFY_OPEN_MIC_RESULT, HDF_EVENT_RESULT_SUCCESS, dhId); in TaskOpenDMic() 1089 NotifyHDF(NOTIFY_CLOSE_MIC_RESULT, HDF_EVENT_RESULT_SUCCESS, dhId); in TaskCloseDMic() 1098 NotifyHDF(NOTIFY_CLOSE_MIC_RESULT, HDF_EVENT_RESULT_SUCCESS, dhId); in TaskCloseDMic()
|
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_adapter_interface/src/ |
H A D | audio_adapter_interface_impl_test.cpp | 1264 DAudioEvent event = {HDF_AUDIO_EVENT_OPEN_SPK_RESULT, HDF_EVENT_RESULT_SUCCESS}; 1281 HDF_EVENT_RESULT_SUCCESS}; 1300 HDF_EVENT_RESULT_SUCCESS}; 1318 DAudioEvent event = {HDF_AUDIO_EVENT_CLOSE_MIC_RESULT, HDF_EVENT_RESULT_SUCCESS};
|