Searched refs:ViEChannelProtectionCallback (Results 1 – 2 of 2) sorted by relevance
47 class ViEChannelProtectionCallback; variable67 friend class ViEChannelProtectionCallback; variable413 rtc::scoped_ptr<ViEChannelProtectionCallback> vcm_protection_callback_;
62 class ViEChannelProtectionCallback : public VCMProtectionCallback { class64 explicit ViEChannelProtectionCallback(ViEChannel* owner) : owner_(owner) {} in ViEChannelProtectionCallback() function in webrtc::ViEChannelProtectionCallback65 ~ViEChannelProtectionCallback() {} in ~ViEChannelProtectionCallback()99 vcm_protection_callback_(new ViEChannelProtectionCallback(this)), in ViEChannel()