aboutsummaryrefslogtreecommitdiff
path: root/en/devices/architecture
diff options
context:
space:
mode:
authorAndroid Partner Docs <noreply@android.com>2018-03-06 08:24:36 -0800
committerClay Murphy <claym@google.com>2018-03-06 18:07:14 -0800
commit43bbaf851f9548aaabf5b5bfad30865024558847 (patch)
tree61fd461b701fec3e32da848ab82da00a66daed3f /en/devices/architecture
parentae8cc47f7f443fc184778645b37620f61111797d (diff)
downloadsource.android.com-43bbaf851f9548aaabf5b5bfad30865024558847.tar.gz
Docs: Changes to source.android.com
- 188025657 Devsite localized content from translation request c34f38... by Android Partner Docs <noreply@android.com> - 188025647 Devsite localized content from translation request cc7908... by Android Partner Docs <noreply@android.com> - 188025604 Devsite localized content from translation request 914da3... by Android Partner Docs <noreply@android.com> - 188025598 Devsite localized content from translation request 5d672b... by Android Partner Docs <noreply@android.com> - 188025591 Devsite localized content from translation request b724de... by Android Partner Docs <noreply@android.com> - 187931517 Add tags for first batch of March 2018 Security Release. by Android Partner Docs <noreply@android.com> - 187880962 Publish loclaized bulletins by Danielle Roberts <daroberts@google.com> - 187878114 Publish March 2018 Pixel & Android bulletins by Danielle Roberts <daroberts@google.com> - 187869445 Devsite localized content from translation request 2ce939... by Android Partner Docs <noreply@android.com> - 187869429 Devsite localized content from translation request 157dc0... by Android Partner Docs <noreply@android.com> - 187869408 Devsite localized content from translation request 967732... by Android Partner Docs <noreply@android.com> - 187869396 Devsite localized content from translation request 8f3035... by Android Partner Docs <noreply@android.com> - 187869393 Devsite localized content from translation request 7ba9b0... by Android Partner Docs <noreply@android.com> - 187869348 Devsite localized content from translation request 317966... by Android Partner Docs <noreply@android.com> - 187869333 Devsite localized content from translation request 90c878... by Android Partner Docs <noreply@android.com> - 187869318 Devsite localized content from translation request 5b2157... by Android Partner Docs <noreply@android.com> - 187654045 Add freeze files to all tenants except mivi, openthread, ... by Android Partner Docs <noreply@android.com> - 187640068 Updated the code style guideline for static imports by Clay Murphy <claym@google.com> - 187626488 Devsite localized content from translation request 4f0709... by Android Partner Docs <noreply@android.com> - 187626483 Devsite localized content from translation request aab5c7... by Android Partner Docs <noreply@android.com> - 187626480 Devsite localized content from translation request fff357... by Android Partner Docs <noreply@android.com> - 187481368 Devsite localized content from translation request 67211a... by Android Partner Docs <noreply@android.com> - 187481356 Devsite localized content from translation request 34bbcc... by Android Partner Docs <noreply@android.com> - 187481352 Devsite localized content from translation request 3d886d... by Android Partner Docs <noreply@android.com> - 187431256 Fixing the redundant "measurements" named anchor by Clay Murphy <claym@google.com> - 187411404 Point third-party app developers at Studio. by Android Partner Docs <noreply@android.com> - 187383462 Devsite localized content from translation request fe57b3... by Android Partner Docs <noreply@android.com> - 187383417 Devsite localized content from translation request d4c384... by Android Partner Docs <noreply@android.com> - 187383410 Devsite localized content from translation request 597800... by Android Partner Docs <noreply@android.com> - 187383398 Devsite localized content from translation request 3739bb... by Android Partner Docs <noreply@android.com> - 187365298 Emphasize ownership of linkToDeath in HIDL. by Android Partner Docs <noreply@android.com> - 187194296 Updated broken link to manifest.xml by Christina Nguyen <cqn@google.com> PiperOrigin-RevId: 188025657 Change-Id: Ib8e26f3424074a95a135bf3cba32c85e4fb18d88
Diffstat (limited to 'en/devices/architecture')
-rw-r--r--en/devices/architecture/hidl/services.html4
-rw-r--r--en/devices/architecture/vintf/objects.html2
2 files changed, 4 insertions, 2 deletions
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).</li>
<li>Instantiate an object of the <code>hidl_death_recipient</code> subclass.
</li>
<li>Call the <code>linkToDeath()</code> method on the service to monitor,
-passing in the <code>IDeathRecipient</code>'s interface object.</li>
+passing in the <code>IDeathRecipient</code>'s interface object. Note that this
+method does not take ownership of the death recipient or the proxy on which it
+is called.</li>
</ol>
<p>A pseudocode example (C++ and Java are similar):</p>
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
<p>The Device manifest file is provided by the device. It lives in the Android
source tree at <code>device/${VENDOR}/${DEVICE}/manifest.xml</code> and on the
device at
-<code><a href="https://android.googlesource.com/platform/system/libhidl/+/master/manifest.xml" class="external">/vendor/manifest.xml</a></code>.
+<code><a href="https://android.googlesource.com/platform/system/libhidl/+/master/vintfdata/manifest.xml" class="external">/vintfdata/manifest.xml</a></code>.
</p>
<p>Example Device manifest:</p>