Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/
DImageDistributorFactory.java43 ConcurrentBufferQueue<Long> globalTimestampStream = new ConcurrentBufferQueue<>(); in ImageDistributorFactory() local
44 mTimestampStream = globalTimestampStream; in ImageDistributorFactory()
45 lifetime.add(globalTimestampStream); in ImageDistributorFactory()
46 mImageDistributor = new ImageDistributorImpl(Loggers.tagFactory(), globalTimestampStream); in ImageDistributorFactory()