diff options
author | Igor Murashkin <iam@google.com> | 2013-02-20 16:50:13 -0800 |
---|---|---|
committer | Igor Murashkin <iam@google.com> | 2013-02-22 10:50:14 -0800 |
commit | e4e5b2f23fa85cae789dc6824ea8af321e211d60 (patch) | |
tree | 00607609c6a079439b1c1ae583c07bbf659ff6f4 /services | |
parent | 537799199bdd7a585585dee409e0e3a86bad93b7 (diff) | |
download | frameworks_av-e4e5b2f23fa85cae789dc6824ea8af321e211d60.zip frameworks_av-e4e5b2f23fa85cae789dc6824ea8af321e211d60.tar.gz frameworks_av-e4e5b2f23fa85cae789dc6824ea8af321e211d60.tar.bz2 |
Camera: Add unit test infrastructure for libcameraclient
Change-Id: I957538663ae8332d26f3640c63a75efc79f4ac5c
Diffstat (limited to 'services')
-rw-r--r-- | services/camera/libcameraservice/CameraService.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/camera/libcameraservice/CameraService.cpp b/services/camera/libcameraservice/CameraService.cpp index 31e20c5..b1c594a 100644 --- a/services/camera/libcameraservice/CameraService.cpp +++ b/services/camera/libcameraservice/CameraService.cpp @@ -166,6 +166,7 @@ sp<ICamera> CameraService::connect( callingPid); return client; } else { + // TODOSC: need to support 1 regular client, multiple shared clients here ALOGW("CameraService::connect X (pid %d) rejected (existing client).", callingPid); return NULL; |