Searched refs:volumeKeyEventCallbackList_ (Results 1 – 2 of 2) sorted by relevance
29 volumeKeyEventCallbackList_.push_back(cb); in AddVolumeKeyEventCallback()37 volumeKeyEventCallbackList_.clear(); in RemoveVolumeKeyEventCallback()40 auto it = find_if(volumeKeyEventCallbackList_.begin(), volumeKeyEventCallbackList_.end(), in RemoveVolumeKeyEventCallback()44 if (it != volumeKeyEventCallbackList_.end()) { in RemoveVolumeKeyEventCallback()45 volumeKeyEventCallbackList_.erase(it); in RemoveVolumeKeyEventCallback()53 return volumeKeyEventCallbackList_.size(); in GetVolumeKeyEventCallbackSize()59 …for (auto it = volumeKeyEventCallbackList_.begin(); it != volumeKeyEventCallbackList_.end(); ++it)… in OnVolumeKeyEvent()
124 std::vector<std::weak_ptr<VolumeKeyEventCallback>> volumeKeyEventCallbackList_; variable