From 43bbaf851f9548aaabf5b5bfad30865024558847 Mon Sep 17 00:00:00 2001 From: Android Partner Docs Date: Tue, 6 Mar 2018 08:24:36 -0800 Subject: Docs: Changes to source.android.com - 188025657 Devsite localized content from translation request c34f38... by Android Partner Docs - 188025647 Devsite localized content from translation request cc7908... by Android Partner Docs - 188025604 Devsite localized content from translation request 914da3... by Android Partner Docs - 188025598 Devsite localized content from translation request 5d672b... by Android Partner Docs - 188025591 Devsite localized content from translation request b724de... by Android Partner Docs - 187931517 Add tags for first batch of March 2018 Security Release. by Android Partner Docs - 187880962 Publish loclaized bulletins by Danielle Roberts - 187878114 Publish March 2018 Pixel & Android bulletins by Danielle Roberts - 187869445 Devsite localized content from translation request 2ce939... by Android Partner Docs - 187869429 Devsite localized content from translation request 157dc0... by Android Partner Docs - 187869408 Devsite localized content from translation request 967732... by Android Partner Docs - 187869396 Devsite localized content from translation request 8f3035... by Android Partner Docs - 187869393 Devsite localized content from translation request 7ba9b0... by Android Partner Docs - 187869348 Devsite localized content from translation request 317966... by Android Partner Docs - 187869333 Devsite localized content from translation request 90c878... by Android Partner Docs - 187869318 Devsite localized content from translation request 5b2157... by Android Partner Docs - 187654045 Add freeze files to all tenants except mivi, openthread, ... by Android Partner Docs - 187640068 Updated the code style guideline for static imports by Clay Murphy - 187626488 Devsite localized content from translation request 4f0709... by Android Partner Docs - 187626483 Devsite localized content from translation request aab5c7... by Android Partner Docs - 187626480 Devsite localized content from translation request fff357... by Android Partner Docs - 187481368 Devsite localized content from translation request 67211a... by Android Partner Docs - 187481356 Devsite localized content from translation request 34bbcc... by Android Partner Docs - 187481352 Devsite localized content from translation request 3d886d... by Android Partner Docs - 187431256 Fixing the redundant "measurements" named anchor by Clay Murphy - 187411404 Point third-party app developers at Studio. by Android Partner Docs - 187383462 Devsite localized content from translation request fe57b3... by Android Partner Docs - 187383417 Devsite localized content from translation request d4c384... by Android Partner Docs - 187383410 Devsite localized content from translation request 597800... by Android Partner Docs - 187383398 Devsite localized content from translation request 3739bb... by Android Partner Docs - 187365298 Emphasize ownership of linkToDeath in HIDL. by Android Partner Docs - 187194296 Updated broken link to manifest.xml by Christina Nguyen PiperOrigin-RevId: 188025657 Change-Id: Ib8e26f3424074a95a135bf3cba32c85e4fb18d88 --- en/devices/architecture/hidl/services.html | 4 +++- en/devices/architecture/vintf/objects.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'en/devices/architecture') diff --git a/en/devices/architecture/hidl/services.html b/en/devices/architecture/hidl/services.html index a739dfce..805bc800 100644 --- a/en/devices/architecture/hidl/services.html +++ b/en/devices/architecture/hidl/services.html @@ -94,7 +94,9 @@ code, not in HIDL).
  • Instantiate an object of the hidl_death_recipient subclass.
  • Call the linkToDeath() method on the service to monitor, -passing in the IDeathRecipient's interface object.
  • +passing in the IDeathRecipient's interface object. Note that this +method does not take ownership of the death recipient or the proxy on which it +is called.

    A pseudocode example (C++ and Java are similar):

    diff --git a/en/devices/architecture/vintf/objects.html b/en/devices/architecture/vintf/objects.html index 76d78ee0..c7ab09fd 100644 --- a/en/devices/architecture/vintf/objects.html +++ b/en/devices/architecture/vintf/objects.html @@ -32,7 +32,7 @@ format, although not all elements apply to both (for details on the schema, see

    The Device manifest file is provided by the device. It lives in the Android source tree at device/${VENDOR}/${DEVICE}/manifest.xml and on the device at -/vendor/manifest.xml. +/vintfdata/manifest.xml.

    Example Device manifest:

    -- cgit v1.2.3