Home
last modified time | relevance | path

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

/device/lge/mako/camera/QCamera/HAL/core/src/
DQCameraHWI_Parm.cpp3122 const char *latitudeRef = params.get(CameraParameters::KEY_GPS_LATITUDE_REF); in setGpsLocation() local
3123 if (latitudeRef) { in setGpsLocation()
3124 mParameters.set(CameraParameters::KEY_GPS_LATITUDE_REF, latitudeRef); in setGpsLocation()
/device/asus/flo/camera/QCamera2/HAL/
DQCameraParameters.cpp2341 const char *latitudeRef = params.get(KEY_QC_GPS_LATITUDE_REF); in setGpsLocation() local
2342 if (latitudeRef) { in setGpsLocation()
2343 set(KEY_QC_GPS_LATITUDE_REF, latitudeRef); in setGpsLocation()
/device/lge/hammerhead/camera/QCamera2/HAL/
DQCameraParameters.cpp2341 const char *latitudeRef = params.get(KEY_QC_GPS_LATITUDE_REF); in setGpsLocation() local
2342 if (latitudeRef) { in setGpsLocation()
2343 set(KEY_QC_GPS_LATITUDE_REF, latitudeRef); in setGpsLocation()
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Parm.cpp3190 const char *latitudeRef = params.get(QCameraParameters::KEY_QC_GPS_LATITUDE_REF); in setGpsLocation() local
3191 if (latitudeRef) { in setGpsLocation()
3192 mParameters.set(QCameraParameters::KEY_QC_GPS_LATITUDE_REF, latitudeRef); in setGpsLocation()
/device/lge/mako/camera/
DQCameraHWI_Parm.cpp3300 const char *latitudeRef = params.get(QCameraParameters::KEY_GPS_LATITUDE_REF); in setGpsLocation() local
3301 if (latitudeRef) { in setGpsLocation()
3302 mParameters.set(QCameraParameters::KEY_GPS_LATITUDE_REF, latitudeRef); in setGpsLocation()
DQualcommCameraHardware.cpp8797 const char *latitudeRef = params.get(QCameraParameters::KEY_GPS_LATITUDE_REF); in setGpsLocation() local
8798 if (latitudeRef) { in setGpsLocation()
8799 mParameters.set(QCameraParameters::KEY_GPS_LATITUDE_REF, latitudeRef); in setGpsLocation()
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraParameters.cpp3145 const char *latitudeRef = params.get(KEY_QC_GPS_LATITUDE_REF); in setGpsLocation() local
3146 if (latitudeRef) { in setGpsLocation()
3147 set(KEY_QC_GPS_LATITUDE_REF, latitudeRef); in setGpsLocation()