Home
last modified time | relevance | path

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

/device/lge/bullhead/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp2388 uint32_t numOfSnapshotExpected = 0; in cbNotifyRoutine() local
2409 numOfSnapshotExpected = pme->mParent->numOfSnapshotsExpected(); in cbNotifyRoutine()
2412 __func__, numOfSnapshotExpected); in cbNotifyRoutine()
2421 numOfSnapshotExpected = 0; in cbNotifyRoutine()
2490 if (numOfSnapshotExpected > 0 && in cbNotifyRoutine()
2491 (numOfSnapshotExpected == numOfSnapshotRcvd)) { in cbNotifyRoutine()
/device/huawei/angler/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp2388 uint32_t numOfSnapshotExpected = 0; in cbNotifyRoutine() local
2409 numOfSnapshotExpected = pme->mParent->numOfSnapshotsExpected(); in cbNotifyRoutine()
2412 __func__, numOfSnapshotExpected); in cbNotifyRoutine()
2421 numOfSnapshotExpected = 0; in cbNotifyRoutine()
2490 if (numOfSnapshotExpected > 0 && in cbNotifyRoutine()
2491 (numOfSnapshotExpected == numOfSnapshotRcvd)) { in cbNotifyRoutine()
/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp3160 uint32_t numOfSnapshotExpected = 0; in cbNotifyRoutine() local
3181 numOfSnapshotExpected = pme->mParent->numOfSnapshotsExpected(); in cbNotifyRoutine()
3184 numOfSnapshotExpected); in cbNotifyRoutine()
3193 numOfSnapshotExpected = 0; in cbNotifyRoutine()
3268 numOfSnapshotRcvd, numOfSnapshotExpected); in cbNotifyRoutine()
3269 if (numOfSnapshotExpected > 0 && in cbNotifyRoutine()
3270 (numOfSnapshotExpected == numOfSnapshotRcvd)) { in cbNotifyRoutine()