OSDN Git Service

libbinder: Add int64_t/uint64_t to SafeInterface
authorDan Stoza <stoza@google.com>
Thu, 6 Apr 2017 23:18:39 +0000 (16:18 -0700)
committerDan Stoza <stoza@google.com>
Mon, 10 Apr 2017 21:35:41 +0000 (14:35 -0700)
commit662a899ed9bb727c1267ec10d24d87a2f0be3355
tree7b5166d8f0492a2ba4bf50265daa3cb42482f709
parent0c9a1ed91f8e19887ac43eff5af16e59878c8226
libbinder: Add int64_t/uint64_t to SafeInterface

Adds support for sending and receiving int64_t and uint64_t parameters
as part of a SafeInterface.

Test: New tests in binderSafeInterfaceTest
Change-Id: I3d27dd006591084b5c48f1bcb4d6dca40b679d23
libs/binder/include/binder/SafeInterface.h
libs/binder/tests/binderSafeInterfaceTest.cpp