Home
last modified time | relevance | path

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

/device/lge/mako/camera/QCamera/HAL/core/src/
DQCameraHWI_Still.cpp1297 notifyShutter(&crop_info, TRUE); in takePictureLiveshot()
1299 notifyShutter(&crop_info, FALSE); in takePictureLiveshot()
1634 void QCameraStream_Snapshot::notifyShutter(common_crop_t *crop, in notifyShutter() function in android::QCameraStream_Snapshot
1745 notifyShutter(&crop, TRUE); in receiveRawPicture()
1747 notifyShutter(&crop, FALSE); in receiveRawPicture()
1838 notifyShutter(&crop, TRUE); in receiveRawPicture()
1840 notifyShutter(&crop, FALSE); in receiveRawPicture()
/device/lge/mako/camera/
DQCameraHWI_Still.cpp1465 notifyShutter(&crop_info, true); in takePictureLiveshot()
1467 notifyShutter(&crop_info, false); in takePictureLiveshot()
1833 void QCameraStream_Snapshot::notifyShutter(common_crop_t *crop, in notifyShutter() function in android::QCameraStream_Snapshot
1953 notifyShutter(&crop, true); in receiveRawPicture()
1955 notifyShutter(&crop, false); in receiveRawPicture()
2087 notifyShutter(&crop, true); in receiveRawPicture()
2089 notifyShutter(&crop, false); in receiveRawPicture()
DQCameraStream.h297 void notifyShutter(common_crop_t *crop,
DQualcommCameraHardware.h150 void notifyShutter(bool mPlayShutterSoundOnly);
DQualcommCameraHardware.cpp5811 notifyShutter(TRUE); in runSnapshotThread()
5830 notifyShutter(TRUE); in runSnapshotThread()
7374 void QualcommCameraHardware::notifyShutter(bool mPlayShutterSoundOnly) in notifyShutter() function in android::QualcommCameraHardware
7432 obj->notifyShutter(TRUE); in receive_shutter_callback()
7597 notifyShutter(FALSE); in receiveRawPicture()
/device/lge/mako/camera/QCamera/HAL/core/inc/
DQCameraStream.h290 void notifyShutter(common_crop_t *crop,
/device/moto/shamu/camera/QCamera/HAL/core/inc/
DQCameraHWI.h950 void notifyShutter(bool play_shutter_sound);
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI.cpp367 pme->notifyShutter(true); in dataProcessRoutine()
369 pme->notifyShutter(false); in dataProcessRoutine()
421 void QCameraHardwareInterface::notifyShutter(bool play_shutter_sound){ in notifyShutter() function in android::QCameraHardwareInterface