commit | 82bacbd8059d9931b9e9113de32d208af1351a00 | [log] [tgz] |
---|---|---|
author | Tina Zhang <tina.zhang@intel.com> | Mon May 26 14:03:48 2014 +0800 |
committer | Jason Hu <jia-cheng.hu@intel.com> | Fri Jun 06 15:42:43 2014 +0800 |
tree | cbedf7b7309601f8f620836593662635e5af65c2 | |
parent | cfd012a1a5bf8f6f7048f8c38447f4c2d50fa68c [diff] |
Make the size of "cb_handle_t" same for 32/64-bit cb_handle_t is usually created by Surfaceflinger which is a 64-bit process on 64-bit platform, and used by client processes which could be 32-bit processes or 64-bit processes. Since the "cb_handle_t" is like a protocol, we should make its size same for both 32-bit and 64-bit processes. Change-Id: I11011576a389db2662888abfaf62dfb8e5611b7c Signed-off-by: Tina Zhang <tina.zhang@intel.com>