Home
last modified time | relevance | path

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

/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/
H A 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()
H A 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()
/aosp12/packages/apps/Camera2/src/com/android/camera/device/
H A 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()
/aosp12/frameworks/base/core/java/android/net/metrics/
H A DApfProgramEvent.java104 private long mLifetime; field in ApfProgramEvent.Builder
116 mLifetime = lifetime; in setLifetime()
170 return new ApfProgramEvent(mLifetime, mActualLifetime, mFilteredRas, mCurrentRas, in build()
/aosp12/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/
H A DStructTest.java447 final int mLifetime; field in StructTest.PrefixMessage
452 mLifetime = lifetime; in PrefixMessage()
463 assertEquals(10064, msg.mLifetime); in verifyPrefixByteArrayParsing()
473 final int mLifetime; field in StructTest.PrefixMessageWithZeroLengthArray
478 mLifetime = lifetime; in PrefixMessageWithZeroLengthArray()