summaryrefslogtreecommitdiffstats
path: root/include/camera
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2015-04-30 17:44:07 -0700
committerRuben Brunk <rubenbrunk@google.com>2015-05-14 18:49:53 -0700
commit6267b539d0d1ee7118aafd976d75cb8db397bc24 (patch)
tree5c950439fc8243ffd960bd72a666b4fce172a24d /include/camera
parent51c834c8d321cee50cd07026771e46167a640dd3 (diff)
downloadframeworks_av-6267b539d0d1ee7118aafd976d75cb8db397bc24.zip
frameworks_av-6267b539d0d1ee7118aafd976d75cb8db397bc24.tar.gz
frameworks_av-6267b539d0d1ee7118aafd976d75cb8db397bc24.tar.bz2
camera2: Fix work-profile eviction handling.
Bug: 20124384 Change-Id: I6fb82dbfd5f98746ed4befed81a583e3709bfee8
Diffstat (limited to 'include/camera')
-rw-r--r--include/camera/ICameraService.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/camera/ICameraService.h b/include/camera/ICameraService.h
index cad275e..5f85635 100644
--- a/include/camera/ICameraService.h
+++ b/include/camera/ICameraService.h
@@ -164,7 +164,7 @@ public:
/**
* Notify the camera service of a system event. Should only be called from system_server.
*/
- virtual void notifySystemEvent(int eventId, int arg0) = 0;
+ virtual void notifySystemEvent(int32_t eventId, const int32_t* args, size_t length) = 0;
};
// ----------------------------------------------------------------------------