Home
last modified time | relevance | path

Searched defs:second (Results 1 – 2 of 2) sorted by relevance

/camera/camera-camera2-pipe/src/test/java/androidx/camera/camera2/pipe/core/
DCoroutineMutexTest.kt61 val second = sequence.withLockAsync(scope) { ++counter } in <lambda>() constant
122 val second = sequence.withLockAsync(scope) { mutex.withLock { ++counter } } in testCancelledCoroutineDropsFromSequence() constant
143 val second = sequence.withLockAsync(scope) { throw ExpectedException() } in testFailedCoroutineDropsFromSequenceWithoutAffectingLaterBlocks() constant
/camera/camera-core/src/main/java/androidx/camera/core/impl/utils/
DExifData.java919 int first = -1, second = -1; in guessDataFormat() local