Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWICallbacks.cpp3340 uint32_t numOfSnapshotExpected = 0; in cbNotifyRoutine() local
3361 numOfSnapshotExpected = pme->mParent->numOfSnapshotsExpected(); in cbNotifyRoutine()
3364 numOfSnapshotExpected); in cbNotifyRoutine()
3373 numOfSnapshotExpected = 0; in cbNotifyRoutine()
3448 numOfSnapshotRcvd, numOfSnapshotExpected); in cbNotifyRoutine()
3449 if (numOfSnapshotExpected > 0 && in cbNotifyRoutine()
3450 (numOfSnapshotExpected == numOfSnapshotRcvd)) { in cbNotifyRoutine()