Home
last modified time | relevance | path

Searched refs:EventFactory (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/include/
Dvideo_coding.h38 class EventFactory {
40 virtual ~EventFactory() {} in ~EventFactory()
45 class EventFactoryImpl : public EventFactory {
76 static VideoCodingModule* Create(Clock* clock, EventFactory* event_factory);
/external/opencensus-java/impl/src/main/java/io/opencensus/impl/internal/
DDisruptorEventQueue.java19 import com.lmax.disruptor.EventFactory;
215 private enum DisruptorEventFactory implements EventFactory<DisruptorEvent> {
/external/webrtc/webrtc/modules/video_coding/
Dvideo_coding_impl.cc75 EventFactory* event_factory, in VideoCodingModuleImpl()
291 rtc::scoped_ptr<EventFactory> own_event_factory_;
308 EventFactory* event_factory) { in Create()
Dreceiver.h30 VCMReceiver(VCMTiming* timing, Clock* clock, EventFactory* event_factory);
Dvideo_coding_impl.h132 VideoReceiver(Clock* clock, EventFactory* event_factory);
Dreceiver.cc32 EventFactory* event_factory) in VCMReceiver()
Djitter_buffer.h37 class EventFactory; variable
Dvideo_receiver.cc28 VideoReceiver::VideoReceiver(Clock* clock, EventFactory* event_factory) in VideoReceiver()
/external/webrtc/webrtc/modules/video_coding/test/
Dtest_util.h47 class NullEventFactory : public webrtc::EventFactory {
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h383 using EventFactory = std::function<EventInterface *(StreamExecutor *)>; variable