aboutsummaryrefslogtreecommitdiff
path: root/zh-cn/devices/architecture/hidl-java/interfaces.html
diff options
context:
space:
mode:
Diffstat (limited to 'zh-cn/devices/architecture/hidl-java/interfaces.html')
-rw-r--r--zh-cn/devices/architecture/hidl-java/interfaces.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/devices/architecture/hidl-java/interfaces.html b/zh-cn/devices/architecture/hidl-java/interfaces.html
index d813dd03..dc793f41 100644
--- a/zh-cn/devices/architecture/hidl-java/interfaces.html
+++ b/zh-cn/devices/architecture/hidl-java/interfaces.html
@@ -108,7 +108,7 @@ class MyCallback implements oneProducesTwoThingsCallback {
foo.linkToDeath(recipient, 1481 /* cookie */);
</pre>
-<p><code>recipient</code> 参数必须是由 HIDL 提供的 <code>HwBinder.DeathRecipient</code> 接口的实现。该接口包含单个方法 <code>serviceDied()</code>,该方法在托管该接口的进程终止时被调用。</p>
+<p><code>recipient</code> 参数必须是由 HIDL 提供的 <code>HwBinder.DeathRecipient</code> 接口的实现。该接口包含会在托管该接口的进程终止时调用的单个方法 <code>serviceDied()</code>。</p>
<pre class="prettyprint">
final class DeathRecipient implements HwBinder.DeathRecipient {