• Home
  • History
  • Annotate
  • only in /system/libhidl/transport/token/1.0/utils/include/hidl/
History log of /system/libhidl/transport/token/1.0/utils/include/hidl/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
15716d525cff9487897e0841fa47092a30293d92 16-Mar-2017 Steven Moreland <smoreland@google.com> Token Manager: use arbitrarily sized tokens.

Token manager tokens need to be larger then 64 bits so that we have
sufficient security. Allowing them to be variably sized gives us
sufficient flexibility to change the underlying implementation without
having to change the interface.

Test: hidl_test
Test: (sanity) YouTube videos work
Test: (sanity) watching movies works
Test: Camera record + replay works
Bug: 33842662
Change-Id: I1acc8b5ab5a06597366adbe5718b63acf88c635a
ybridInterface.h
3bfdaf1353af049316e57685c20e4f724037ce8e 09-Mar-2017 Pawin Vongmasa <pawin@google.com> Move hybrid interface from libbinder to here.

Also, override linkToDeath and unlinkToDeath in the wrapper class to
call linkToDeath and unlinkToDeath on the underlying HIDL interface.

Shared library: android.hidl.token@1.0-utils
Header file: hidl/HybridInterface.h

Test: With CtsMediaTestCases.apk installed,
adb shell am instrument -e size small -w
'android.media.cts/android.support.test.runner.AndroidJUnitRunner'

Bug: 33854657
Change-Id: Id66800560a67ff9f75ffd9388370541ce873e508
ybridInterface.h