commit | f74865eb525b34af7983777a522a5bfc496fc1c5 | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Thu Apr 03 12:06:48 2014 -0700 |
committer | Dianne Hackborn <hackbod@google.com> | Thu Apr 03 12:06:48 2014 -0700 |
tree | 1e5e711de02a1ffe645cd31780f4b04a92b185c1 | |
parent | 18b94aa8486703909942935d902e632463b6e8a9 [diff] [blame] |
Update to follow interface change. Change-Id: I3ef37a32144e79b481af1b12c89531f3757689ef
diff --git a/services/powermanager/IPowerManager.cpp b/services/powermanager/IPowerManager.cpp index 0c43e90..ee730d6 100644 --- a/services/powermanager/IPowerManager.cpp +++ b/services/powermanager/IPowerManager.cpp
@@ -55,6 +55,7 @@ data.writeString16(tag); data.writeString16(packageName); data.writeInt32(0); // no WorkSource + data.writeString16(NULL, 0); // no history tag return remote()->transact(ACQUIRE_WAKE_LOCK, data, &reply); }