Searched refs:EventFactory (Results 1 – 10 of 10) 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);
19 import com.lmax.disruptor.EventFactory;215 private enum DisruptorEventFactory implements EventFactory<DisruptorEvent> {
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 {
383 using EventFactory = std::function<EventInterface *(StreamExecutor *)>; variable