commit | 5c3da20ddde6d17c3ab3cff7f7ca19f4f484f812 | [log] [tgz] |
---|---|---|
author | Ronghua Wu <ronghuawu@google.com> | Sun Feb 22 08:45:28 2015 -0800 |
committer | Ronghua Wu <ronghuawu@google.com> | Fri Mar 06 14:13:01 2015 -0800 |
tree | 9dbf56e6dcc2ecc7198ca7be6dfa36e45304cebd | |
parent | 2129895bac582be50d3fe067bd5cf5a088863b3a [diff] [blame] |
drm: use DrmSessionManager for session resource managing. Bug: 19265536 Change-Id: Ie35184f99c51e7bd94d7c826ffb8e89040a81905
diff --git a/media/libmediaplayerservice/ProcessInfoInterface.h b/media/libmediaplayerservice/ProcessInfoInterface.h index bdcc1da..222f92d 100644 --- a/media/libmediaplayerservice/ProcessInfoInterface.h +++ b/media/libmediaplayerservice/ProcessInfoInterface.h
@@ -22,7 +22,7 @@ namespace android { struct ProcessInfoInterface : public RefBase { - virtual int getPriority(int pid) = 0; + virtual bool getPriority(int pid, int* priority) = 0; protected: virtual ~ProcessInfoInterface() {}