Searched refs:NotifySourceDev (Results 1 - 3 of 3) sorted by relevance
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/managersink/src/ |
H A D | daudio_sink_dev_test.cpp | 554 sinkDev_->NotifySourceDev(AUDIO_START, dhId, result); in HWTEST_F() 559 sinkDev_->NotifySourceDev(AUDIO_START, dhId, result); in HWTEST_F() 560 sinkDev_->NotifySourceDev(NOTIFY_OPEN_CTRL_RESULT, dhId, result); in HWTEST_F() 561 sinkDev_->NotifySourceDev(NOTIFY_CLOSE_CTRL_RESULT, dhId, result); in HWTEST_F() 562 sinkDev_->NotifySourceDev(AUDIO_START, devId, result); in HWTEST_F() 563 sinkDev_->NotifySourceDev(AUDIO_START, dhIdS, result); in HWTEST_F() 564 sinkDev_->NotifySourceDev(AUDIO_START, dhIdM, result); in HWTEST_F()
|
/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_t result)
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()
|
/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);
|
Completed in 5 milliseconds