Searched refs:notifyShutter (Results 1 – 8 of 8) sorted by relevance
/device/lge/mako/camera/QCamera/HAL/core/src/ |
D | QCameraHWI_Still.cpp | 1297 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/ |
D | QCameraHWI_Still.cpp | 1465 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()
|
D | QCameraStream.h | 297 void notifyShutter(common_crop_t *crop,
|
D | QualcommCameraHardware.h | 150 void notifyShutter(bool mPlayShutterSoundOnly);
|
D | QualcommCameraHardware.cpp | 5811 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/ |
D | QCameraStream.h | 290 void notifyShutter(common_crop_t *crop,
|
/device/moto/shamu/camera/QCamera/HAL/core/inc/ |
D | QCameraHWI.h | 950 void notifyShutter(bool play_shutter_sound);
|
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
D | QCameraHWI.cpp | 367 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
|