OSDN Git Service

binder: Return pid_t/uid_t instead of int
authorDan Stoza <stoza@google.com>
Wed, 26 Nov 2014 20:23:23 +0000 (12:23 -0800)
committerDan Stoza <stoza@google.com>
Mon, 1 Dec 2014 19:07:14 +0000 (11:07 -0800)
commit9c634fd2d13722106d475b000b05babcce1f65be
treef7b00d3a9f21420fb3a74ec326e21d2183df0f0b
parent46ca041f43e3d80029782b12c994b232dc01b5d5
binder: Return pid_t/uid_t instead of int

Makes IPCThreadState::getCalling{Pid,Uid} return a more
appropriate type.

Change-Id: I97f8a83c1c0722bc1afbf8a6df1a288f8f1f0d2c
include/binder/IPCThreadState.h
libs/binder/IPCThreadState.cpp