Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp3173 uint32_t numOfSnapshotExpected = 0; in cbNotifyRoutine() local
3194 numOfSnapshotExpected = pme->mParent->numOfSnapshotsExpected(); in cbNotifyRoutine()
3197 numOfSnapshotExpected); in cbNotifyRoutine()
3206 numOfSnapshotExpected = 0; in cbNotifyRoutine()
3281 numOfSnapshotRcvd, numOfSnapshotExpected); in cbNotifyRoutine()
3282 if (numOfSnapshotExpected > 0 && in cbNotifyRoutine()
3283 (numOfSnapshotExpected == numOfSnapshotRcvd)) { in cbNotifyRoutine()