OSDN Git Service

libbinder: Support Flattenable in SafeInterface
authorDan Stoza <stoza@google.com>
Wed, 29 Mar 2017 00:02:05 +0000 (17:02 -0700)
committerDan Stoza <stoza@google.com>
Tue, 4 Apr 2017 23:11:55 +0000 (16:11 -0700)
commitdf614ae850b0b277030f94fd32062d45e723f91b
tree679adb8d86166f9e12f45ae614670d75add1ab5c
parent78b286087b99c60b614c300b8b76f6f6dc8d54f7
libbinder: Support Flattenable in SafeInterface

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

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