Searched refs:NOTIFY_CLOSE_MIC_RESULT (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_audio/services/common/audioparam/ |
H A D | audio_event.h | 48 NOTIFY_CLOSE_MIC_RESULT = 26, enumerator
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/ |
H A D | daudio_source_dev.cpp | 67 memberFuncMap_[NOTIFY_CLOSE_MIC_RESULT] = &DAudioSourceDev::HandleNotifyRPC; in DAudioSourceDev() 85 eventNotifyMap_[NOTIFY_CLOSE_MIC_RESULT] = EVENT_NOTIFY_CLOSE_MIC; in DAudioSourceDev() 311 case NOTIFY_CLOSE_MIC_RESULT: in NotifyEvent() 625 case AudioEventType::NOTIFY_CLOSE_MIC_RESULT: in WaitForRPC() 1089 NotifyHDF(NOTIFY_CLOSE_MIC_RESULT, HDF_EVENT_RESULT_SUCCESS, dhId); in TaskCloseDMic() 1095 NotifyHDF(NOTIFY_CLOSE_MIC_RESULT, HDF_EVENT_RESULT_FAILED, dhId); in TaskCloseDMic() 1098 NotifyHDF(NOTIFY_CLOSE_MIC_RESULT, HDF_EVENT_RESULT_SUCCESS, dhId); in TaskCloseDMic() 1361 case NOTIFY_CLOSE_MIC_RESULT: in NotifyHDF()
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/test/unittest/daudio_hdi_handler/src/ |
H A D | daudio_hdi_handler_test.cpp | 129 AudioEvent audioEvent4(AudioEventType::NOTIFY_CLOSE_MIC_RESULT, "");
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/ |
H A D | daudio_hdi_handler.cpp | 175 case AudioEventType::NOTIFY_CLOSE_MIC_RESULT: in ProcessEventMsg()
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioclient/micclient/src/ |
H A D | dmic_client.cpp | 170 type != static_cast<uint32_t>(NOTIFY_CLOSE_MIC_RESULT) && in SendMessage()
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/ |
H A D | daudio_source_dev_test.cpp | 251 type = NOTIFY_CLOSE_MIC_RESULT; 982 AudioEventType type = NOTIFY_CLOSE_MIC_RESULT;
|
/ohos5.0/foundation/distributedhardware/distributed_audio/common/src/ |
H A D | daudio_util.cpp | 96 std::make_pair(NOTIFY_CLOSE_MIC_RESULT, "NOTIFY_CLOSE_MIC_RESULT"),
|