summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDan Stoza <stoza@google.com>2014-12-01 19:10:58 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-12-01 19:10:58 +0000
commit104e12594e085bc8dd32eedb96643b774b1508a0 (patch)
treef7b00d3a9f21420fb3a74ec326e21d2183df0f0b /include
parent46ca041f43e3d80029782b12c994b232dc01b5d5 (diff)
parent9c634fd2d13722106d475b000b05babcce1f65be (diff)
downloadframeworks_native-104e12594e085bc8dd32eedb96643b774b1508a0.zip
frameworks_native-104e12594e085bc8dd32eedb96643b774b1508a0.tar.gz
frameworks_native-104e12594e085bc8dd32eedb96643b774b1508a0.tar.bz2
Merge "binder: Return pid_t/uid_t instead of int"
Diffstat (limited to 'include')
-rw-r--r--include/binder/IPCThreadState.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/binder/IPCThreadState.h b/include/binder/IPCThreadState.h
index b29c266..60c2242 100644
--- a/include/binder/IPCThreadState.h
+++ b/include/binder/IPCThreadState.h
@@ -39,8 +39,8 @@ public:
status_t clearLastError();
- int getCallingPid() const;
- int getCallingUid() const;
+ pid_t getCallingPid() const;
+ uid_t getCallingUid() const;
void setStrictModePolicy(int32_t policy);
int32_t getStrictModePolicy() const;