summaryrefslogtreecommitdiffstats
path: root/include/camera/CameraBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/camera/CameraBase.h')
-rw-r--r--include/camera/CameraBase.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/camera/CameraBase.h b/include/camera/CameraBase.h
index fed28ea..2735a86 100644
--- a/include/camera/CameraBase.h
+++ b/include/camera/CameraBase.h
@@ -71,6 +71,12 @@ public:
/*out*/
struct CameraInfo* cameraInfo);
+ static status_t addServiceListener(
+ const sp<ICameraServiceListener>& listener);
+
+ static status_t removeServiceListener(
+ const sp<ICameraServiceListener>& listener);
+
sp<TCamUser> remote();
// Status is set to 'UNKNOWN_ERROR' after successful (re)connection