Home
last modified time | relevance | path

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

/device/asus/flo/camera/QCamera2/HAL/
DQCamera2HWI.h338 uint8_t numOfSnapshotsExpected() {return mParameters.getNumOfSnapshots();}; in numOfSnapshotsExpected() function
DQCamera2HWICallbacks.cpp1068 numOfSnapshotExpected = pme->mParent->numOfSnapshotsExpected(); in cbNotifyRoutine()
/device/lge/hammerhead/camera/QCamera2/HAL/
DQCamera2HWI.h338 uint8_t numOfSnapshotsExpected() {return mParameters.getNumOfSnapshots();}; in numOfSnapshotsExpected() function
DQCamera2HWICallbacks.cpp1068 numOfSnapshotExpected = pme->mParent->numOfSnapshotsExpected(); in cbNotifyRoutine()
/device/moto/shamu/camera/QCamera2/HAL/
DQCamera2HWI.h413 uint8_t numOfSnapshotsExpected() { in numOfSnapshotsExpected() function
DQCamera2HWICallbacks.cpp1970 numOfSnapshotExpected = pme->mParent->numOfSnapshotsExpected(); in cbNotifyRoutine()
DQCamera2HWI.cpp6365 if (numOfSnapshotsExpected() == 1 && in isRegularCapture()