Home
last modified time | relevance | path

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

/device/asus/flo/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp1048 uint32_t numOfSnapshotExpected = 0; in cbNotifyRoutine() local
1068 numOfSnapshotExpected = pme->mParent->numOfSnapshotsExpected(); in cbNotifyRoutine()
1077 numOfSnapshotExpected = 0; in cbNotifyRoutine()
1140 if (numOfSnapshotExpected > 0 && in cbNotifyRoutine()
1141 numOfSnapshotExpected == numOfSnapshotRcvd) { in cbNotifyRoutine()
/device/lge/hammerhead/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp1048 uint32_t numOfSnapshotExpected = 0; in cbNotifyRoutine() local
1068 numOfSnapshotExpected = pme->mParent->numOfSnapshotsExpected(); in cbNotifyRoutine()
1077 numOfSnapshotExpected = 0; in cbNotifyRoutine()
1140 if (numOfSnapshotExpected > 0 && in cbNotifyRoutine()
1141 numOfSnapshotExpected == numOfSnapshotRcvd) { in cbNotifyRoutine()
/device/moto/shamu/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp1949 uint32_t numOfSnapshotExpected = 0; in cbNotifyRoutine() local
1970 numOfSnapshotExpected = pme->mParent->numOfSnapshotsExpected(); in cbNotifyRoutine()
1973 __func__, numOfSnapshotExpected); in cbNotifyRoutine()
1982 numOfSnapshotExpected = 0; in cbNotifyRoutine()
2050 if (numOfSnapshotExpected > 0 && in cbNotifyRoutine()
2051 (numOfSnapshotExpected == numOfSnapshotRcvd)) { in cbNotifyRoutine()
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI.cpp211 uint32_t numOfSnapshotExpected = 0; in dataNotifyRoutine() local
233 numOfSnapshotExpected = pme->getNumOfSnapshots(); in dataNotifyRoutine()
243 numOfSnapshotExpected = 0; in dataNotifyRoutine()
285 if (numOfSnapshotExpected > 0 && in dataNotifyRoutine()
286 numOfSnapshotExpected == numOfSnapshotRcvd) { in dataNotifyRoutine()