Searched refs:NOTIFY_CLOSE_SPEAKER_RESULT (Results 1 - 7 of 7) sorted by relevance
/foundation/distributedhardware/distributed_audio/services/common/audioparam/ |
H A D | audio_event.h | 39 NOTIFY_CLOSE_SPEAKER_RESULT = 16, enumerator
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/ |
H A D | daudio_source_dev.cpp | 61 memberFuncMap_[NOTIFY_CLOSE_SPEAKER_RESULT] = &DAudioSourceDev::HandleNotifyRPC; in DAudioSourceDev() 83 eventNotifyMap_[NOTIFY_CLOSE_SPEAKER_RESULT] = EVENT_NOTIFY_CLOSE_SPK; in DAudioSourceDev() 309 case NOTIFY_CLOSE_SPEAKER_RESULT: in NotifyEvent() 621 case AudioEventType::NOTIFY_CLOSE_SPEAKER_RESULT: in WaitForRPC() 967 NotifyHDF(NOTIFY_CLOSE_SPEAKER_RESULT, HDF_EVENT_RESULT_SUCCESS, dhId); in TaskCloseDSpeaker() 972 NotifyHDF(NOTIFY_CLOSE_SPEAKER_RESULT, HDF_EVENT_RESULT_FAILED, dhId); in TaskCloseDSpeaker() 978 NotifyHDF(NOTIFY_CLOSE_SPEAKER_RESULT, HDF_EVENT_RESULT_FAILED, dhId); in TaskCloseDSpeaker() 981 NotifyHDF(NOTIFY_CLOSE_SPEAKER_RESULT, HDF_EVENT_RESULT_SUCCESS, dhId); in TaskCloseDSpeaker() 1356 case NOTIFY_CLOSE_SPEAKER_RESULT: in NotifyHDF()
|
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/test/unittest/daudio_hdi_handler/src/ |
H A D | daudio_hdi_handler_test.cpp | 115 AudioEvent audioEvent2(AudioEventType::NOTIFY_CLOSE_SPEAKER_RESULT, ""); in HWTEST_F()
|
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/ |
H A D | daudio_hdi_handler.cpp | 169 case AudioEventType::NOTIFY_CLOSE_SPEAKER_RESULT: in ProcessEventMsg()
|
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/ |
H A D | dspeaker_client.cpp | 616 type != static_cast<uint32_t>(NOTIFY_CLOSE_SPEAKER_RESULT) && in SendMessage()
|
/foundation/distributedhardware/distributed_audio/common/src/ |
H A D | daudio_util.cpp | 87 std::make_pair(NOTIFY_CLOSE_SPEAKER_RESULT, "NOTIFY_CLOSE_SPEAKER_RESULT"),
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/ |
H A D | daudio_source_dev_test.cpp | 241 type = NOTIFY_CLOSE_SPEAKER_RESULT; in HWTEST_F()
|
Completed in 8 milliseconds