Searched refs:eventNotifyMap_ (Results 1 – 2 of 2) sorted by relevance
82 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()
188 std::map<AudioEventType, uint8_t> eventNotifyMap_; variable