Home
last modified time | relevance | path

Searched refs:eventNotifyMap_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp82 eventNotifyMap_[NOTIFY_OPEN_SPEAKER_RESULT] = EVENT_NOTIFY_OPEN_SPK; in DAudioSourceDev()
83 eventNotifyMap_[NOTIFY_CLOSE_SPEAKER_RESULT] = EVENT_NOTIFY_CLOSE_SPK; in DAudioSourceDev()
84 eventNotifyMap_[NOTIFY_OPEN_MIC_RESULT] = EVENT_NOTIFY_OPEN_MIC; in DAudioSourceDev()
85 eventNotifyMap_[NOTIFY_CLOSE_MIC_RESULT] = EVENT_NOTIFY_CLOSE_MIC; in DAudioSourceDev()
86 eventNotifyMap_[NOTIFY_OPEN_CTRL_RESULT] = EVENT_NOTIFY_OPEN_CTRL; in DAudioSourceDev()
87 eventNotifyMap_[NOTIFY_CLOSE_CTRL_RESULT] = EVENT_NOTIFY_CLOSE_CTRL; in DAudioSourceDev()
475 std::map<AudioEventType, uint8_t>::iterator iter = eventNotifyMap_.find(event.type); in HandleNotifyRPC()
476 if (iter == eventNotifyMap_.end()) { in HandleNotifyRPC()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddaudio_source_dev.h188 std::map<AudioEventType, uint8_t> eventNotifyMap_; variable