commit | 36f68b8f24df906c969581b0b8e1a47f95dc03cb | [log] [tgz] |
---|---|---|
author | Wu-cheng Li <wuchengli@google.com> | Mon Sep 28 16:14:58 2009 -0700 |
committer | Wu-cheng Li <wuchengli@google.com> | Tue Oct 06 13:25:10 2009 -0700 |
tree | b1c8987ccd5b30c5527fc9abcfe275f163d8d8c5 | |
parent | 5bba632d877c2878384ff21566c8eb6a1a22f37b [diff] [blame] |
Add zoom functions and sendCommand. b2060030
diff --git a/camera/libcameraservice/CameraHardwareStub.cpp b/camera/libcameraservice/CameraHardwareStub.cpp index 35f4846..8ad1f69 100644 --- a/camera/libcameraservice/CameraHardwareStub.cpp +++ b/camera/libcameraservice/CameraHardwareStub.cpp
@@ -368,6 +368,12 @@ return mParameters; } +status_t CameraHardwareStub::sendCommand(int32_t command, int32_t arg1, + int32_t arg2) +{ + return BAD_VALUE; +} + void CameraHardwareStub::release() { }