Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/
DImageStreamImpl.java39 private final Lifetime mLifetime; field in ImageStreamImpl
48 mLifetime = new Lifetime(); in ImageStreamImpl()
49 mLifetime.add(imageStream); in ImageStreamImpl()
50 mLifetime.add(mImageStreamController); in ImageStreamImpl()
56 mLifetime.add(timestamps); in bind()
63 mLifetime.close(); in close()
DManagedImageReader.java73 private final Lifetime mLifetime; field in ManagedImageReader
90 mLifetime = lifetime; in ManagedImageReader()
98 mLifetime.add(ticketPool); in createUnallocatedStream()
102 mLifetime.add(imageStream); in createUnallocatedStream()
106 mLifetime.add(imageStreamController); in createUnallocatedStream()
110 mLifetime.add(stream); in createUnallocatedStream()
/packages/apps/Camera2/src/com/android/camera/device/
DSingleDeviceRequest.java35 private final Lifetime mLifetime; field in SingleDeviceRequest
39 mLifetime = lifetime; in SingleDeviceRequest()
55 return mLifetime; in getLifetime()
76 mLifetime.close(); in closeWithException()
84 mLifetime.close(); in close()