aboutsummaryrefslogtreecommitdiff
path: root/en/devices/architecture/hidl
diff options
context:
space:
mode:
authorAndroid Partner Docs <noreply@android.com>2017-09-14 13:43:47 -0700
committerClay Murphy <claym@google.com>2017-09-14 15:31:01 -0700
commit66dd3cfeb9b215027074367bb51492bb8516a003 (patch)
tree1fa43efc4f4de1396a253ac3f70ea02431f70095 /en/devices/architecture/hidl
parent6fcef5f72c8b2ea92f472b6335bc86408da97b33 (diff)
downloadsource.android.com-66dd3cfeb9b215027074367bb51492bb8516a003.tar.gz
Docs: Changes to source.android.com
- 168737726 Removed "The" from strong tag, looked a little odd. by blamb <blamb@google.com> - 168627558 Add AOSP links to September bulletin by daroberts <daroberts@google.com> - 168588117 Update build numbers for Sep security releases by Android Partner Docs <noreply@android.com> - 168570150 Devsite localized content from translation request 5bfc63... by Android Partner Docs <noreply@android.com> - 168561824 Fix typos by Android Partner Docs <noreply@android.com> - 168485063 Add GNSS signal source to CTS Physical Environment Setup by claym <claym@google.com> - 168454940 Updating kernel patch instructions by hvm <hvm@google.com> - 168448636 Remove older version of the CDD from main dir. by gdimino <gdimino@google.com> - 168442618 Add "CTS Media 1.4" to "CTS Media Files" section by claym <claym@google.com> - 168413238 Updating AB image, splitting file, rewriting overview, up... by hvm <hvm@google.com> - 168364087 Added Armis folks to Acknowledgements page. by Android Partner Docs <noreply@android.com> - 168363885 Added CVE-2017-0781, CVE-2017-0782, CVE-2017-0783 and CVE... by Android Partner Docs <noreply@android.com> - 168035538 Updating link to Samsung blog (as it has changed) by Android Partner Docs <noreply@android.com> - 168022608 Added CVE to researcher acknowledgement section by Android Partner Docs <noreply@android.com> - 167909551 Updating CONFIG_MODVERSIONS description, O > 8.0 by hvm <hvm@google.com> - 167799301 Update CTS/CTS-Verifier downloads for CTS-Sep-2017 Releases by claym <claym@google.com> - 167784315 Add device manifest fragments doc by Android Partner Docs <noreply@android.com> - 167739678 Devsite localized content from translation request 01ecb1... by Android Partner Docs <noreply@android.com> - 167665215 Fix copy commands in hikey960 kernel steps to reflect new... by claym <claym@google.com> - 167620398 android.framework -> android.frameworks by Android Partner Docs <noreply@android.com> - 167606212 Add note about Google device updates in september bulletin by daroberts <daroberts@google.com> - 167603735 Adding block allocation tool by hvm <hvm@google.com> - 167601882 September 2017 security bulletin by daroberts <daroberts@google.com> - 167353047 Fixes for 8.0 CDD by gdimino <gdimino@google.com> - 167339303 Publishing the 8.0 CDD. by gdimino <gdimino@google.com> - 167332534 Remove orphaned page for devices/input/index.html. by blamb <blamb@google.com> - 167173631 Adding Jack images and minor tweaks to page for layout, s... by hvm <hvm@google.com> - 167022969 Add Keymaster 3 updates to site changes by daroberts <daroberts@google.com> - 167008059 Fix b.android.com link by daroberts <daroberts@google.com> - 166917869 Fix typo. by cqn <cqn@google.com> - 166905822 Keymaster 3 changes by daroberts <daroberts@google.com> - 166897040 Fix FMQ doc blockingRead/Write -> read/writeBlocking by Android Partner Docs <noreply@android.com> - 166768894 changing < to &lt; by hvm <hvm@google.com> - 166756537 Automated g4 rollback of changelist 163505078. by Android Partner Docs <noreply@android.com> PiperOrigin-RevId: 168737726 Change-Id: Icc461a0b49b173fbdd59a0a01704d72539d972bc
Diffstat (limited to 'en/devices/architecture/hidl')
-rw-r--r--en/devices/architecture/hidl/fmq.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/devices/architecture/hidl/fmq.html b/en/devices/architecture/hidl/fmq.html
index c09fd1cc..13a79610 100644
--- a/en/devices/architecture/hidl/fmq.html
+++ b/en/devices/architecture/hidl/fmq.html
@@ -181,7 +181,7 @@ event flag and bitmasks must be supplied to each read and write call.</li>
</ul>
<p>For the long form, the <code>EventFlag</code> can be supplied explicitly in
-each <code>blockingRead()</code> and <code>blockingWrite()</code> call. One of
+each <code>readBlocking()</code> and <code>writeBlocking()</code> call. One of
the queues may be initialized with an internal event flag, which must then be
extracted from that queue's <code>MessageQueue</code> objects using
<code>getEventFlagWord()</code> and used to create <code>EventFlag</code>