Searched refs:NotifySourceDev (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/managersink/src/ |
H A D | daudio_sink_dev_test.cpp | 563 sinkDev_->NotifySourceDev(AUDIO_START, dhId, result); 568 sinkDev_->NotifySourceDev(AUDIO_START, dhId, result); 569 sinkDev_->NotifySourceDev(NOTIFY_OPEN_CTRL_RESULT, dhId, result); 570 sinkDev_->NotifySourceDev(NOTIFY_CLOSE_CTRL_RESULT, dhId, result); 571 sinkDev_->NotifySourceDev(AUDIO_START, devId, result); 572 sinkDev_->NotifySourceDev(AUDIO_START, dhIdS, result); 573 sinkDev_->NotifySourceDev(AUDIO_START, dhIdM, result);
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/ |
H A D | daudio_sink_dev.cpp | 489 void DAudioSinkDev::NotifySourceDev(const AudioEventType type, const std::string dhId, const int32_… in NotifySourceDev() function in OHOS::DistributedHardware::DAudioSinkDev 714 sinkDevObj->NotifySourceDev(NOTIFY_OPEN_CTRL_RESULT, std::to_string(dhId), ret); in NotifyCtrlOpened() 738 sinkDevObj->NotifySourceDev(NOTIFY_OPEN_SPEAKER_RESULT, std::to_string(dhId), ret); in NotifyOpenSpeaker() 803 sinkDevObj->NotifySourceDev(NOTIFY_OPEN_MIC_RESULT, in NotifyOpenMic() 979 NotifySourceDev(CLOSE_MIC, micDhId_, DH_SUCCESS); in StopDistributedHardware()
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/include/ |
H A D | daudio_sink_dev.h | 75 void NotifySourceDev(const AudioEventType type, const std::string dhId, const int32_t result);
|