diff options
| author | 2014-02-03 22:11:16 +0000 | |
|---|---|---|
| committer | 2014-02-03 22:11:16 +0000 | |
| commit | 88f6ad18de946307b9b1db68faad84b991528e88 (patch) | |
| tree | 02557797a0049fd50686a2dad6b335fa4d27c5ff /include/binder/IPCThreadState.h | |
| parent | 245602990821e48d6ca6ab05f288ca4747fb3680 (diff) | |
| parent | c93865de80a16d3638936890fb42eb175284044b (diff) | |
am c93865de: am 58242fc2: Merge changes Ib0e5a037,I1bd7c38e,Icfc67c2a,I96c64312,I59528054, ...
* commit 'c93865de80a16d3638936890fb42eb175284044b':
ServiceManager: Implement PING_TRANSACTION
ServiceManager: Use 32/64 bit types from new binder header
Binder: Use 64 bit pointers in 32 processes if selected by the target
Add BINDER_IPC_32BIT to CFLAGS unless TARGET_USES_64_BIT_BINDER is true
Binder: Make binder portable
ServiceManager: Fix the binder interface
ServiceManager: Store handles in uint32_t instead of void *
ServiceManager: Generic Fixes
ServiceManager: Add extra error handling
ServiceManager: Fix Android.mk
ServiceManager: Make use of kernel exported structures
Diffstat (limited to 'include/binder/IPCThreadState.h')
| -rw-r--r-- | include/binder/IPCThreadState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/binder/IPCThreadState.h b/include/binder/IPCThreadState.h index 5bc123e3c7..6e0c01beac 100644 --- a/include/binder/IPCThreadState.h +++ b/include/binder/IPCThreadState.h @@ -107,7 +107,7 @@ private: static void threadDestructor(void *st); static void freeBuffer(Parcel* parcel, const uint8_t* data, size_t dataSize, - const size_t* objects, size_t objectsSize, + const binder_size_t* objects, size_t objectsSize, void* cookie); const sp<ProcessState> mProcess; |