am 6085b4e7: Pass return code from Camera HAL for setParameters(). bug 2116866
Merge commit '6085b4e7b5c592c398904748b56f95a77ced4ed5' into eclair-plus-aosp * commit '6085b4e7b5c592c398904748b56f95a77ced4ed5': Pass return code from Camera HAL for setParameters().
This commit is contained in:
@@ -1101,8 +1101,7 @@ status_t CameraService::Client::setParameters(const String8& params)
|
||||
}
|
||||
|
||||
CameraParameters p(params);
|
||||
mHardware->setParameters(p);
|
||||
return NO_ERROR;
|
||||
return mHardware->setParameters(p);
|
||||
}
|
||||
|
||||
// get preview/capture parameters - key/value pairs
|
||||
|
||||
Reference in New Issue
Block a user