Searched refs:EventFactory (Results 1 – 8 of 8) sorted by relevance
38 class EventFactory {40 virtual ~EventFactory() {} in ~EventFactory()45 class EventFactoryImpl : public EventFactory {76 static VideoCodingModule* Create(Clock* clock, EventFactory* event_factory);
75 EventFactory* event_factory, in VideoCodingModuleImpl()291 rtc::scoped_ptr<EventFactory> own_event_factory_;308 EventFactory* event_factory) { in Create()
30 VCMReceiver(VCMTiming* timing, Clock* clock, EventFactory* event_factory);
132 VideoReceiver(Clock* clock, EventFactory* event_factory);
32 EventFactory* event_factory) in VCMReceiver()
37 class EventFactory; variable
28 VideoReceiver::VideoReceiver(Clock* clock, EventFactory* event_factory) in VideoReceiver()
47 class NullEventFactory : public webrtc::EventFactory {