/device/moto/shamu/camera/QCamera/HAL/core/src/ |
QCameraHWI_Parm.cpp | 401 bool QCameraHardwareInterface::native_set_parms( function in class:android::QCameraHardwareInterface 406 ALOGE("native_set_parms failed: type %d length %d error %s", 415 bool QCameraHardwareInterface::native_set_parms( function in class:android::QCameraHardwareInterface 420 ALOGE("native_set_parms: succeeded : %d", *result); 424 ALOGV("native_set_parms failed: type %d length %d error str %s error# %d", 751 ret = native_set_parms(MM_CAMERA_PARM_DIMENSION, [all...] |
QCameraHWI.cpp | [all...] |
/device/moto/shamu/camera/QCamera/HAL/core/inc/ |
QCameraHWI.h | 598 bool native_set_parms(mm_camera_parm_type_t type, uint16_t length, void *value); 599 bool native_set_parms( mm_camera_parm_type_t type, uint16_t length, void *value, int *result); [all...] |
/device/moto/shamu/camera/QCamera/HAL2/core/inc/ |
QCameraHWI.h | 537 bool native_set_parms(mm_camera_parm_type_t type, uint16_t length, void *value); 538 bool native_set_parms( mm_camera_parm_type_t type, uint16_t length, void *value, int *result);
|