Home
last modified time | relevance | path

Searched refs:NOTIFY_OPEN_SPEAKER_RESULT (Results 1 - 10 of 10) sorted by relevance

/foundation/distributedhardware/distributed_audio/services/common/audioparam/
H A Daudio_event.h38 NOTIFY_OPEN_SPEAKER_RESULT = 15, enumerator
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp60 memberFuncMap_[NOTIFY_OPEN_SPEAKER_RESULT] = &DAudioSourceDev::HandleNotifyRPC; in DAudioSourceDev()
82 eventNotifyMap_[NOTIFY_OPEN_SPEAKER_RESULT] = EVENT_NOTIFY_OPEN_SPK; in DAudioSourceDev()
308 case NOTIFY_OPEN_SPEAKER_RESULT: in NotifyEvent()
619 case AudioEventType::NOTIFY_OPEN_SPEAKER_RESULT: in WaitForRPC()
843 NotifyHDF(NOTIFY_OPEN_SPEAKER_RESULT, HDF_EVENT_RESULT_FAILED, dhId); in TaskOpenDSpeaker()
849 NotifyHDF(NOTIFY_OPEN_SPEAKER_RESULT, HDF_EVENT_INIT_ENGINE_FAILED, dhId); in TaskOpenDSpeaker()
855 NotifyHDF(NOTIFY_OPEN_SPEAKER_RESULT, HDF_EVENT_INIT_ENGINE_FAILED, dhId); in TaskOpenDSpeaker()
866 NotifyHDF(NOTIFY_OPEN_SPEAKER_RESULT, HDF_EVENT_NOTIFY_SINK_FAILED, dhId); in TaskOpenDSpeaker()
916 NotifyHDF(NOTIFY_OPEN_SPEAKER_RESULT, HDF_EVENT_TRANS_SETUP_FAILED, dhId); in OpenDSpeakerInner()
924 NotifyHDF(NOTIFY_OPEN_SPEAKER_RESULT, HDF_EVENT_TRANS_START_FAILE in OpenDSpeakerInner()
[all...]
/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/spkclient/src/
H A Ddspeaker_client_test.cpp240 EXPECT_EQ(DH_SUCCESS, speakerClient_->SendMessage(NOTIFY_OPEN_SPEAKER_RESULT, content, dstDevId)); in HWTEST_F()
242 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, speakerClient_->SendMessage(NOTIFY_OPEN_SPEAKER_RESULT, content, dstDevId)); in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/test/unittest/daudio_hdi_handler/src/
H A Ddaudio_hdi_handler_test.cpp113 AudioEvent audioEvent1(AudioEventType::NOTIFY_OPEN_SPEAKER_RESULT, ""); in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H A Ddaudio_hdi_handler.cpp166 case AudioEventType::NOTIFY_OPEN_SPEAKER_RESULT: in ProcessEventMsg()
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddaudio_source_dev_test.cpp215 AudioEventType type = NOTIFY_OPEN_SPEAKER_RESULT; in HWTEST_F()
222 type = NOTIFY_OPEN_SPEAKER_RESULT; in HWTEST_F()
236 AudioEventType type = NOTIFY_OPEN_SPEAKER_RESULT; in HWTEST_F()
300 AudioEvent event(NOTIFY_OPEN_SPEAKER_RESULT, ""); in HWTEST_F()
316 AudioEvent event(NOTIFY_OPEN_SPEAKER_RESULT, "result"); in HWTEST_F()
338 event.type = NOTIFY_OPEN_SPEAKER_RESULT; in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/micclient/src/
H A Ddmic_client_test.cpp73 EXPECT_NE(DH_SUCCESS, micClient_->OnStateChange(AudioEventType::NOTIFY_OPEN_SPEAKER_RESULT)); in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/
H A Ddspeaker_client.cpp614 if (type != static_cast<uint32_t>(NOTIFY_OPEN_SPEAKER_RESULT) && in SendMessage()
/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp86 std::make_pair(NOTIFY_OPEN_SPEAKER_RESULT, "NOTIFY_OPEN_SPEAKER_RESULT"),
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_dev.cpp738 sinkDevObj->NotifySourceDev(NOTIFY_OPEN_SPEAKER_RESULT, std::to_string(dhId), ret); in NotifyOpenSpeaker()

Completed in 10 milliseconds