summaryrefslogtreecommitdiffstats
path: root/services/camera/libcameraservice/CameraService.cpp
diff options
context:
space:
mode:
authorIgor Murashkin <iam@google.com>2013-02-20 16:50:13 -0800
committerIgor Murashkin <iam@google.com>2013-02-22 10:50:14 -0800
commit1d88023e1de6b9f370eb4be944dd9c4480d01f11 (patch)
tree74f8b58c828f3045acf3ab8cb9d8f92046685fd8 /services/camera/libcameraservice/CameraService.cpp
parentfc42642ab78da5fe25bcbea7a568bf880268a9dc (diff)
downloadframeworks_av-1d88023e1de6b9f370eb4be944dd9c4480d01f11.zip
frameworks_av-1d88023e1de6b9f370eb4be944dd9c4480d01f11.tar.gz
frameworks_av-1d88023e1de6b9f370eb4be944dd9c4480d01f11.tar.bz2
Camera: Add unit test infrastructure for libcameraclient
Change-Id: I957538663ae8332d26f3640c63a75efc79f4ac5c
Diffstat (limited to 'services/camera/libcameraservice/CameraService.cpp')
-rw-r--r--services/camera/libcameraservice/CameraService.cpp1
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;