Searched refs:NOTIFY_OPEN_SPEAKER_RESULT (Results 1 - 10 of 10) sorted by relevance
/foundation/distributedhardware/distributed_audio/services/common/audioparam/ |
H A D | audio_event.h | 38 NOTIFY_OPEN_SPEAKER_RESULT = 15, enumerator
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/ |
H A D | daudio_source_dev.cpp | 60 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 D | dspeaker_client_test.cpp | 240 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 D | daudio_hdi_handler_test.cpp | 113 AudioEvent audioEvent1(AudioEventType::NOTIFY_OPEN_SPEAKER_RESULT, ""); in HWTEST_F()
|
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/ |
H A D | daudio_hdi_handler.cpp | 166 case AudioEventType::NOTIFY_OPEN_SPEAKER_RESULT: in ProcessEventMsg()
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/ |
H A D | daudio_source_dev_test.cpp | 215 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 D | dmic_client_test.cpp | 73 EXPECT_NE(DH_SUCCESS, micClient_->OnStateChange(AudioEventType::NOTIFY_OPEN_SPEAKER_RESULT)); in HWTEST_F()
|
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/ |
H A D | dspeaker_client.cpp | 614 if (type != static_cast<uint32_t>(NOTIFY_OPEN_SPEAKER_RESULT) && in SendMessage()
|
/foundation/distributedhardware/distributed_audio/common/src/ |
H A D | daudio_util.cpp | 86 std::make_pair(NOTIFY_OPEN_SPEAKER_RESULT, "NOTIFY_OPEN_SPEAKER_RESULT"),
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/ |
H A D | daudio_sink_dev.cpp | 738 sinkDevObj->NotifySourceDev(NOTIFY_OPEN_SPEAKER_RESULT, std::to_string(dhId), ret);
in NotifyOpenSpeaker()
|
Completed in 10 milliseconds