From 6267b539d0d1ee7118aafd976d75cb8db397bc24 Mon Sep 17 00:00:00 2001 From: Ruben Brunk Date: Thu, 30 Apr 2015 17:44:07 -0700 Subject: camera2: Fix work-profile eviction handling. Bug: 20124384 Change-Id: I6fb82dbfd5f98746ed4befed81a583e3709bfee8 --- include/camera/ICameraService.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/camera') 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; }; // ---------------------------------------------------------------------------- -- cgit v1.1