aboutsummaryrefslogtreecommitdiff
path: root/zh-cn/_book.yaml
blob: 46e032d4ffdc581ae98faa0ef78e4e1143673861 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
upper_tabs:
- lower_tabs:
    other:
    - contents:
      - path: /setup/
        title: 概览
      name: 概览
    - contents:
      - path: /setup/start/codelines
        title: 代码行、分支和版本
      - path: /setup/start/build-numbers
        title: 代号、标签和版本号
      - path: /setup/start/roles
        title: 项目角色
      - path: /setup/start/brands
        title: 品牌使用准则
      - path: /setup/start/licenses
        title: 许可
      - path: /setup/start/faqs
        title: 常见问题解答
      - path: /setup/start/p-release-notes
        title: Android 9 版本说明
      - path: /setup/start/site-updates
        title: 网站更新
      name: 开始
    - contents:
      - path: /setup/build/requirements
        title: 要求
      - path: /setup/build/initializing
        title: 搭建编译环境
      - path: /setup/build/downloading
        title: 下载源代码
      - path: /setup/build/building
        title: 准备编译
      name: 下载
    - contents:
      - path: /setup/build/devices
        title: 使用参考开发板
      - path: /setup/build/gsi
        title: 常规系统映像
      - path: /setup/build/jack
        title: 使用 Jack 编译
      - path: /setup/build/running
        title: 运行编译系统
      - path: /setup/build/building-kernels
        title: 编译内核
      - path: /setup/build/known-issues
        title: 查看已知问题
      - path: /setup/build/dashboard
        title: 持续集成信息中心
      name: 编译
    - contents:
      - path: /setup/develop/
        title: 概览
      - path: /setup/develop/repo
        title: 使用 Repo
      - path: /setup/develop/new-device
        title: 添加新设备
      - path: /setup/develop/64-bit-builds
        title: 了解 64 位版本
      name: 开发
    - contents:
      - path: /setup/contribute/
        title: 概览
      - path: /setup/contribute/life-of-a-patch
        title: 补丁程序的生命周期
      - path: /setup/contribute/submit-patches
        title: 提交补丁程序
      - path: /setup/contribute/view-patches
        title: 查看补丁程序
      - path: /setup/contribute/life-of-a-bug
        title: Bug 的生命周期
      - path: /setup/contribute/report-bugs
        title: 报告 Bug
      - path: /setup/contribute/read-bug-reports
        title: 阅读 Bug 报告
      - path: /setup/contribute/code-style
        title: Java 代码样式规则
      name: 做出贡献
    - contents:
      - path: /setup/community
        title: 社区
      name: 联系信息
  name: 设置
- lower_tabs:
    other:
    - contents:
      - path: /compatibility/
        title: 设计 Android 设备
      name: 概览
    - contents:
      - path: /devices/architecture/
        title: 概览
      - section:
        - path: /devices/architecture/hal
          title: 旧版 HAL
        - path: /devices/architecture/hal-types
          title: HAL 类型
        - path: /devices/architecture/hal/framework-testing
          title: 框架测试
        - path: /devices/architecture/hal/dynamic-lifecycle
          title: 动态生命周期
        title: 硬件抽象层 (HAL)
      - section:
        - path: /devices/architecture/kernel/
          title: 概览
        - path: /devices/architecture/kernel/releases
          title: 稳定版本和更新
        - path: /devices/architecture/kernel/android-common
          title: Android 通用内核
        - path: /devices/architecture/kernel/modular-kernels
          title: 模块化内核要求
        - path: /devices/architecture/kernel/reqs-interfaces
          title: 接口要求
        - path: /devices/architecture/kernel/config
          title: 配置
        - path: /devices/architecture/kernel/hardening
          title: 内核加固
        - path: /devices/architecture/kernel/squashfs
          title: SquashFS
        - path: /devices/architecture/kernel/lldb-debug
          title: LLDB 调试
        - path: /devices/architecture/kernel/network_tests
          title: 网络测试
        title: 内核
      - section:
        - path: /devices/architecture/hidl/
          title: 概览
        - path: /devices/architecture/hidl/interfaces
          title: 接口和软件包
        - path: /devices/architecture/hidl/hashing
          title: 接口哈希
        - path: /devices/architecture/hidl/services
          title: 服务和数据转移
        - path: /devices/architecture/hidl/fmq
          title: 快速消息队列
        - path: /devices/architecture/hidl/binder-ipc
          title: 使用 Binder IPC
        - path: /devices/architecture/hidl/memoryblock
          title: 使用 MemoryBlock
        - path: /devices/architecture/hidl/network-stack
          title: 网络堆栈配置工具
        - path: /devices/architecture/hidl/threading
          title: 线程模型
        - path: /devices/architecture/hidl/converting
          title: 转换模块
        - path: /devices/architecture/hidl/types
          title: 数据类型
        - path: /devices/architecture/hidl/versioning
          title: 版本控制
        - path: /devices/architecture/hidl/code-style
          title: 代码样式指南
        title: HIDL(一般信息)
      - section:
        - path: /devices/architecture/hidl-cpp/
          title: 概览
        - path: /devices/architecture/hidl-cpp/packages
          title: 软件包
        - path: /devices/architecture/hidl-cpp/interfaces
          title: 接口
        - path: /devices/architecture/hidl-cpp/types
          title: 数据类型
        - path: /devices/architecture/hidl-cpp/functions
          title: 函数
        title: HIDL (C++)
      - section:
        - path: /devices/architecture/hidl-java/
          title: 概览
        - path: /devices/architecture/hidl-java/types
          title: 数据类型
        - path: /devices/architecture/hidl-java/interfaces
          title: 接口错误和方法
        - path: /devices/architecture/hidl-java/constants
          title: 导出常量
        title: HIDL (Java)
      - section:
        - path: /devices/architecture/configstore/
          title: 概览
        - path: /devices/architecture/configstore/interface
          title: 创建 HAL 接口
        - path: /devices/architecture/configstore/service
          title: 实现服务
        - path: /devices/architecture/configstore/client
          title: 客户端使用情况
        - path: /devices/architecture/configstore/add-class-item
          title: 添加类和项
        title: ConfigStore HAL
      - section:
        - path: /devices/architecture/dto/
          title: 概览
        - path: /devices/architecture/dto/implement
          title: 实现 DTO
        - path: /devices/architecture/dto/syntax
          title: DTO 语法
        - path: /devices/architecture/dto/compile
          title: 编译和验证
        - path: /devices/architecture/dto/multiple
          title: 使用多个 DT
        - path: /devices/architecture/dto/partitions
          title: DTB/DTBO 分区格式
        - path: /devices/architecture/dto/optimize
          title: 优化 DTO
        title: 设备树叠加层
      - section:
        - path: /devices/architecture/vndk/
          title: 概览
        - path: /devices/architecture/vndk/enabling
          title: 启用 VNDK
        - path: /devices/architecture/vndk/build-system
          title: VNDK 编译系统支持
        - path: /devices/architecture/vndk/extensions
          title: VNDK 扩展
        - path: /devices/architecture/vndk/deftool
          title: VNDK 定义工具
        - path: /devices/architecture/vndk/snapshot-design
          title: VNDK 快照设计
        - path: /devices/architecture/vndk/snapshot-generate
          title: 生成 VNDK 快照
        - path: /devices/architecture/vndk/linker-namespace
          title: 链接器命名空间
        - path: /devices/architecture/vndk/dir-rules-sepolicy
          title: 目录、规则和 sepolicy
        - path: /devices/architecture/vndk/renderscript
          title: Renderscript
        - path: /devices/architecture/vndk/abi-stability
          title: ABI 稳定性
        title: 供应商 NDK
      - section:
        - path: /devices/architecture/vintf/
          title: 概览
        - path: /devices/architecture/vintf/objects
          title: 清单
        - path: /devices/architecture/vintf/comp-matrices
          title: 兼容性矩阵
        - path: /devices/architecture/vintf/fcm
          title: FCM 生命周期
        - path: /devices/architecture/vintf/dm
          title: 制定设备清单
        - path: /devices/architecture/vintf/match-rules
          title: 匹配规则
        - path: /devices/architecture/vintf/resources
          title: 资源
        title: 供应商接口对象
      - section:
        - path: /devices/bootloader
          title: 概览
        - path: /devices/bootloader/boot-reason
          title: 启动原因
        - path: /devices/bootloader/boot-image-header
          title: 启动映像标头
        - path: /devices/bootloader/system-as-root
          title: system-as-root
        - path: /devices/bootloader/partitions-images
          title: 分区和映像
        - path: /devices/bootloader/product-partitions
          title: /product 分区
        - path: /devices/bootloader/recovery-image
          title: 恢复映像
        - path: /devices/bootloader/flashing-updating
          title: 刷写和更新
        - path: /devices/bootloader/unlock-trusty
          title: 解锁和 Trusty
        title: 引导加载程序
      name: 架构
    - contents:
      - path: /compatibility/overview
        title: 概览
      - path: /compatibility/cdd/
        title: 兼容性定义文档
      - section:
        - path: /compatibility/9/android-9-cdd
          title: Android 9(现行版本)
        - path: /compatibility/8.1/android-8.1-cdd
          title: Android 8.1
        - path: /compatibility/8.0/android-8.0-cdd
          title: Android 8.0
        - path: /compatibility/7.1/android-7.1-cdd
          title: Android 7.1
        - path: /compatibility/7.0/android-7.0-cdd
          title: Android 7.0
        - path: /compatibility/6.0/android-6.0-cdd
          title: Android 6.0
        - path: /compatibility/5.1/android-5.1-cdd
          title: Android 5.1
        - path: /compatibility/5.0/android-5.0-cdd
          title: Android 5.0
        - path: /compatibility/4.4/android-4.4-cdd
          title: Android 4.4
        - path: /compatibility/4.3/android-4.3-cdd
          title: Android 4.3
        - path: /compatibility/4.2/android-4.2-cdd
          title: Android 4.2
        - path: /compatibility/4.1/android-4.1-cdd
          title: Android 4.1
        - path: /compatibility/4.0/android-4.0-cdd
          title: Android 4.0
        - path: /compatibility/2.3/android-2.3-cdd
          title: Android 2.3
        - path: /compatibility/2.2/android-2.2-cdd
          title: Android 2.2
        - path: /compatibility/2.1/android-2.1-cdd
          title: Android 2.1
        - path: /compatibility/1.6/android-1.6-cdd
          title: Android 1.6
        title: HTML 格式的 CDD
      - section:
        - path: /compatibility/9/android-9-cdd.pdf
          title: Android 9(现行版本)
        - path: /compatibility/8.1/android-8.1-cdd.pdf
          title: Android 8.1
        - path: /compatibility/8.0/android-8.0-cdd.pdf
          title: Android 8.0
        - path: /compatibility/7.1/android-7.1-cdd.pdf
          title: Android 7.1
        - path: /compatibility/7.0/android-7.0-cdd.pdf
          title: Android 7.0
        - path: /compatibility/6.0/android-6.0-cdd.pdf
          title: Android 6.0
        - path: /compatibility/5.1/android-5.1-cdd.pdf
          title: Android 5.1
        - path: /compatibility/5.0/android-5.0-cdd.pdf
          title: Android 5.0
        - path: /compatibility/4.4/android-4.4-cdd.pdf
          title: Android 4.4
        - path: /compatibility/4.3/android-4.3-cdd.pdf
          title: Android 4.3
        - path: /compatibility/4.2/android-4.2-cdd.pdf
          title: Android 4.2
        - path: /compatibility/4.1/android-4.1-cdd.pdf
          title: Android 4.1
        - path: /compatibility/4.0/android-4.0-cdd.pdf
          title: Android 4.0
        - path: /compatibility/2.3/android-2.3-cdd.pdf
          title: Android 2.3
        - path: /compatibility/2.3/android-2.3.3-cdd.pdf
          title: Android 2.3.3
        - path: /compatibility/2.2/android-2.2-cdd.pdf
          title: Android 2.2
        - path: /compatibility/2.1/android-2.1-cdd.pdf
          title: Android 2.1
        - path: /compatibility/1.6/android-1.6-cdd.pdf
          title: Android 1.6
        title: CDD 另存为 PDF 格式
      name: 兼容性
    - contents:
      - path: /devices/tech/display/
        title: 概览
      - path: /devices/tech/display/adaptive-icons
        title: 自适应图标
      - path: /devices/tech/display/app-shortcuts
        title: 应用快捷方式
      - path: /devices/tech/display/circular-icons
        title: 圆形图标
      - path: /devices/tech/display/color-mgmt
        title: 颜色管理
      - path: /devices/tech/display/display-cutouts
        title: 显示屏凹口
      - path: /devices/tech/display/dnd
        title: 勿扰
      - path: /devices/tech/display/hdr
        title: HDR 视频
      - path: /devices/tech/display/multi-window
        title: 多窗口模式
      - path: /devices/tech/display/night-light
        title: 夜间模式
      - path: /devices/tech/display/pip
        title: 画中画
      - path: /devices/tech/display/retail-mode
        title: 零售演示模式
      - path: /devices/tech/display/rotate-suggestions
        title: 旋转建议
      - path: /devices/tech/display/split-screen
        title: 分屏交互
      - path: /devices/tech/display/synched-app-transitions
        title: 同步应用转换
      - path: /devices/tech/display/textclassifier
        title: 文本分类
      - path: /devices/tech/display/widgets-shortcuts
        title: 微件和快捷方式
      name: 显示
    - contents:
      - path: /devices/tech/settings/settings-guidelines
        title: 设计指南
      - path: /devices/tech/settings/patterns-components
        title: 模式和组件
      - path: /devices/tech/settings/info-architecture
        title: 信息架构
      - path: /devices/tech/settings/personalized
        title: 个性化设置
      - path: /devices/tech/settings/universal-search
        title: 通用搜索
      name: 设置
    - contents:
      - path: /compatibility/tests/
        title: 概览
      - section:
        - path: /compatibility/tests/development/
          title: 概览
        - path: /compatibility/tests/development/blueprints.md
          title: 简单配置
        - path: /compatibility/tests/development/test-config.md
          title: 复杂配置
        - section:
          - path: /compatibility/tests/development/instrumentation.md
            title: 概览
          - path: /compatibility/tests/development/instr-self-e2e.md
            title: 自插桩测试
          - path: /compatibility/tests/development/instr-app-e2e.md
            title: 定位应用
          title: 插桩测试
        - section:
          - path: /compatibility/tests/development/native.md
            title: 概览
          - path: /compatibility/tests/development/native-func-e2e.md
            title: 添加新的原生测试
          - path: /compatibility/tests/development/metrics.md
            title: 原生指标测试
          title: 原生测试
        - path: /compatibility/tests/development/jar.md
          title: JAR 主机测试
        - path: /compatibility/tests/development/test-mapping
          title: 映射测试
        - path: /compatibility/tests/development/atest
          title: 运行测试 (Atest)
        title: 测试开发工作流程
      - section:
        - path: /compatibility/cts/
          title: 概览
        - path: /compatibility/cts/setup
          title: 设置 CTS
        - path: /compatibility/cts/run
          title: 运行 CTS
        - section:
          - path: /compatibility/cts/verifier
            title: 概览
          - path: /compatibility/cts/audio-framework
            title: 音频框架
          - path: /compatibility/cts/near-ultrasound
            title: 近超声测试
          - path: /compatibility/cts/rotation-vector
            title: 旋转矢量交叉检验
          - path: /compatibility/cts/usb-audio
            title: USB 音频 CTS 测试
          title: 运行 CTS 验证程序
        - section:
          - path: /compatibility/cts/camera-hal
            title: 相机 HAL 测试
          - section:
            - path: /compatibility/cts/camera-its-box
              title: 概览
            - path: /compatibility/cts/camera-its-box-assembly
              title: 常规视野盒装 ITS
            - path: /compatibility/cts/camera-wfov-box-assembly
              title: 宽视野盒装 ITS
            title: 相机盒装 ITS
          - section:
            - path: /compatibility/cts/sensor-fusion-quick-start
              title: 传感器融合盒快速入门
            - path: /compatibility/cts/sensor-fusion-box-assembly
              title: 传感器融合盒详细信息
            title: 传感器融合盒
          title: 相机测试
        - path: /compatibility/cts/secure-element
          title: 安全要素
        - path: /compatibility/cts/interpret
          title: 解读结果
        - path: /compatibility/cts/development
          title: CTS 开发
        - path: /compatibility/cts/downloads
          title: 下载次数
        title: 兼容性测试套件 (CTS)
      - section:
        - path: /compatibility/vts/
          title: 概览
        - path: /compatibility/vts/codelab-video
          title: Codelab 和视频教程
        - path: /compatibility/vts/systems
          title: 使用 VTS 进行系统测试
        - section:
          - path: /compatibility/vts/shell-commands
            title: 设备 shell 命令
          - path: /compatibility/vts/test-templates
            title: 测试模板
          - path: /compatibility/vts/sna-hal-testing
            title: 服务名称感知 HAL 测试
          - path: /compatibility/vts/hal-testability
            title: HAL 可测试性检查
          - path: /compatibility/vts/multi-device-testing
            title: 多设备测试
          title: 测试框架
        - section:
          - path: /compatibility/vts/setup
            title: 设置
          - path: /compatibility/vts/database
            title: 数据库
          - path: /compatibility/vts/ui
            title: 界面
          title: VTS 信息中心
        - section:
          - path: /compatibility/vts/automated-test-infra
            title: 自动化测试基础架构
          - path: /compatibility/vts/host-controller
            title: 主机控制器架构
          title: 实验室基础架构
        - path: /compatibility/vts/performance
          title: 性能测试
        title: 供应商测试套件 (VTS)
      - section:
        - path: /devices/tech/test_infra/tradefed/
          title: 概览
        - path: /devices/tech/test_infra/tradefed/fundamentals
          title: 开始使用
        - path: /devices/tech/test_infra/tradefed/fundamentals/machine_setup
          title: 机器设置
        - path: /devices/tech/test_infra/tradefed/fundamentals/devices
          title: 测试设备
        - path: /devices/tech/test_infra/tradefed/fundamentals/lifecycle
          title: 测试生命周期
        - path: /devices/tech/test_infra/tradefed/fundamentals/options
          title: 选项处理
        - path: /devices/tech/test_infra/tradefed/full_example
          title: 端到端示例
        - path: /reference/tradefed/
          title: 软件包索引
        title: Trade Federation 自动化测试框架
      - section:
        - path: /devices/tech/debug/
          title: 概览
        - path: /devices/tech/debug/native-crash
          title: 诊断原生代码崩溃问题
        - section:
          - path: /devices/tech/debug/eval_perf
            title: 概览
          - path: /devices/tech/debug/systrace
            title: 了解 systrace
          - path: /devices/tech/debug/ftrace
            title: 使用 ftrace
          - path: /devices/tech/debug/jank_capacity
            title: 识别与负载能力相关的卡顿
          - path: /devices/tech/debug/jank_jitter
            title: 识别与系统行为相关的卡顿
          title: 评估性能
        - path: /devices/tech/debug/gdb
          title: 使用 GDB
        - path: /devices/tech/debug/native_stack_dump
          title: 转储用户和内核堆栈
        - path: /devices/tech/debug/native-memory
          title: 本地内存使用情况
        - path: /devices/tech/connect/connect_tests
          title: 网络连接测试
        - path: /devices/tech/debug/rescue-party
          title: 救援程序
        - path: /devices/tech/debug/storaged
          title: Storaged
        - path: /devices/tech/debug/strace
          title: Strace
        - path: /devices/tech/debug/valgrind
          title: Valgrind
        title: 调试
      name: 测试
  name: 设计
- lower_tabs:
    other:
    - contents:
      - path: /security/
        title: 概览
      - path: /security/overview/kernel-security
        title: 内核安全性
      - path: /security/overview/app-security
        title: 应用安全性
      - path: /security/overview/implement
        title: 实现安全性
      - path: /security/overview/updates-resources
        title: 更新和资源
      - path: /security/overview/reports
        title: 报告
      - section:
        - path: /security/enhancements/
          title: 概览
        - path: /security/enhancements/enhancements9
          title: Android 9
        - path: /security/enhancements/enhancements80
          title: Android 8.0
        - path: /security/enhancements/enhancements70
          title: Android 7.0
        - path: /security/enhancements/enhancements60
          title: Android 6.0
        - path: /security/enhancements/enhancements50
          title: Android 5.0
        - path: /security/enhancements/enhancements44
          title: Android 4.4
        - path: /security/enhancements/enhancements43
          title: Android 4.3
        - path: /security/enhancements/enhancements42
          title: Android 4.2
        - path: /security/enhancements/enhancements41
          title: Android 4.1
        title: 增强功能
      - path: /security/overview/acknowledgements
        title: 致谢
      name: 概览
    - contents:
      - path: /security/bulletin/
        title: 概览
      - section:
        - path: /security/advisory/
          title: 概览
        - path: /security/advisory/2016-03-18
          title: 2016 年 3 月
        title: 公告
      - section:
        - section:
          - path: /security/bulletin/2019-01-01
            title: 1 月
          - path: /security/bulletin/2019
            title: 索引
          title: 2019 年公告
        - section:
          - path: /security/bulletin/2018-12-01
            title: 12 月
          - path: /security/bulletin/2018-11-01
            title: 11 月
          - path: /security/bulletin/2018-10-01
            title: 10 月
          - path: /security/bulletin/2018-09-01
            title: 9 月
          - path: /security/bulletin/2018-08-01
            title: 8 月
          - path: /security/bulletin/2018-07-01
            title: 7 月
          - path: /security/bulletin/2018-06-01
            title: 6 月
          - path: /security/bulletin/2018-05-01
            title: 5 月
          - path: /security/bulletin/2018-04-01
            title: 4 月
          - path: /security/bulletin/2018-03-01
            title: 3 月
          - path: /security/bulletin/2018-02-01
            title: 2 月
          - path: /security/bulletin/2018-01-01
            title: 1 月
          - path: /security/bulletin/2018
            title: 索引
          title: 2018 年公告
        - section:
          - path: /security/bulletin/2017-12-01
            title: 12 月
          - path: /security/bulletin/2017-11-01
            title: 11 月
          - path: /security/bulletin/2017-10-01
            title: 10 月
          - path: /security/bulletin/2017-09-01
            title: 9 月
          - path: /security/bulletin/2017-08-01
            title: 8 月
          - path: /security/bulletin/2017-07-01
            title: 7 月
          - path: /security/bulletin/2017-06-01
            title: 6 月
          - path: /security/bulletin/2017-05-01
            title: 5 月
          - path: /security/bulletin/2017-04-01
            title: 4 月
          - path: /security/bulletin/2017-03-01
            title: 3 月
          - path: /security/bulletin/2017-02-01
            title: 2 月
          - path: /security/bulletin/2017-01-01
            title: 1 月
          - path: /security/bulletin/2017
            title: 索引
          title: 2017 年公告
        - section:
          - path: /security/bulletin/2016-12-01
            title: 12 月
          - path: /security/bulletin/2016-11-01
            title: 11 月
          - path: /security/bulletin/2016-10-01
            title: 10 月
          - path: /security/bulletin/2016-09-01
            title: 9 月
          - path: /security/bulletin/2016-08-01
            title: 8 月
          - path: /security/bulletin/2016-07-01
            title: 7 月
          - path: /security/bulletin/2016-06-01
            title: 6 月
          - path: /security/bulletin/2016-05-01
            title: 5 月
          - path: /security/bulletin/2016-04-02
            title: 4 月
          - path: /security/bulletin/2016-03-01
            title: 3 月
          - path: /security/bulletin/2016-02-01
            title: 2 月
          - path: /security/bulletin/2016-01-01
            title: 1 月
          - path: /security/bulletin/2016
            title: 索引
          title: 2016 年公告
        - section:
          - path: /security/bulletin/2015-12-01
            title: 12 月
          - path: /security/bulletin/2015-11-01
            title: 11 月
          - path: /security/bulletin/2015-10-01
            title: 10 月
          - path: /security/bulletin/2015-09-01
            title: 9 月
          - path: /security/bulletin/2015-08-01
            title: 8 月
          - path: /security/bulletin/2015
            title: 索引
          title: 2015 年公告
        title: Android 公告
      - section:
        - path: /security/bulletin/pixel/index
          title: 概览
        - section:
          - path: /security/bulletin/pixel/2019-01-01
            title: 1 月
          - path: /security/bulletin/pixel/2019
            title: 索引
          title: 2019 年公告
        - section:
          - path: /security/bulletin/pixel/2018-12-01
            title: 12 月
          - path: /security/bulletin/pixel/2018-11-01
            title: 11 月
          - path: /security/bulletin/pixel/2018-10-01
            title: 10 月
          - path: /security/bulletin/pixel/2018-09-01
            title: 9 月
          - path: /security/bulletin/pixel/2018-08-01
            title: 8 月
          - path: /security/bulletin/pixel/2018-07-01
            title: 7 月
          - path: /security/bulletin/pixel/2018-06-01
            title: 6 月
          - path: /security/bulletin/pixel/2018-05-01
            title: 5 月
          - path: /security/bulletin/pixel/2018-04-01
            title: 4 月
          - path: /security/bulletin/pixel/2018-03-01
            title: 3 月
          - path: /security/bulletin/pixel/2018-02-01
            title: 2 月
          - path: /security/bulletin/pixel/2018-01-01
            title: 1 月
          - path: /security/bulletin/pixel/2018
            title: 索引
          title: 2018 年公告
        - section:
          - path: /security/bulletin/pixel/2017-12-01
            title: 12 月
          - path: /security/bulletin/pixel/2017-11-01
            title: 11 月
          - path: /security/bulletin/pixel/2017-10-01
            title: 10 月
          - path: /security/bulletin/pixel/2017
            title: 索引
          title: 2017 年公告
        title: Pixel/Nexus 公告
      name: 公告
    - contents:
      - path: /security/app-sandbox
        title: 应用沙盒
      - section:
        - path: /security/apksigning/
          title: 概览
        - path: /security/apksigning/v2
          title: APK 签名方案 v2
        - path: /security/apksigning/v3
          title: APK 签名方案 v3
        title: 应用签名
      - section:
        - path: /security/authentication/
          title: 概览
        - path: /security/authentication/fingerprint-hal
          title: 指纹 HAL
        - path: /security/authentication/gatekeeper
          title: Gatekeeper
        title: 身份验证
      - section:
        - path: /security/biometric/
          title: 概览
        - path: /security/biometric/measure
          title: 衡量生物识别安全性
        title: 生物识别解锁
      - section:
        - path: /security/keystore/
          title: 概览
        - path: /security/keystore/features
          title: 功能
        - path: /security/keystore/attestation
          title: 密钥认证
        - path: /security/keystore/version-binding
          title: 版本绑定
        - path: /security/keystore/tags
          title: 授权标记
        - path: /security/keystore/implementer-ref
          title: 函数
        title: Keystore
      - section:
        - path: /security/trusty/
          title: 概览
        - path: /security/trusty/download-and-build
          title: 下载和编译
        - path: /security/trusty/trusty-ref
          title: Trusty API 参考
        title: Trusty TEE
      - section:
        - path: /security/encryption/
          title: 概览
        - path: /security/encryption/file-based
          title: 文件级加密
        - path: /security/encryption/full-disk
          title: 全盘加密
        - path: /security/encryption/metadata
          title: 元数据加密
        - path: /security/encryption/adiantum
          title: 启用Adiantum
        title: 加密
      - section:
        - path: /security/selinux/
          title: 概览
        - path: /security/selinux/concepts
          title: 概念
        - path: /security/selinux/implement
          title: 实现
        - path: /security/selinux/customize
          title: 自定义
        - path: /security/selinux/build
          title: 编译 sepolicy
        - path: /security/selinux/compatibility
          title: 兼容性
        - path: /security/selinux/validate
          title: 验证
        - path: /security/selinux/device-policy
          title: 编写策略
        - path: /security/selinux/vendor-init
          title: 供应商初始化
        title: SELinux
      - section:
        - path: /security/verifiedboot/
          title: 概览
        - path: /security/verifiedboot/device-state
          title: 设备状态
        - path: /security/verifiedboot/verified-boot
          title: 验证启动
        - path: /security/verifiedboot/boot-flow
          title: 启动流程
        - path: /security/verifiedboot/dm-verity
          title: 实现 dm-verity
        - path: /security/verifiedboot/avb
          title: 参考实现
        title: 验证启动
      name: 功能
    - contents:
      - path: /devices/tech/debug/fuzz-sanitize
        title: 概览
      - path: /devices/tech/debug/asan
        title: AddressSanitizer
      - path: /devices/tech/debug/sanitizers
        title: LLVM 排错程序
      - path: /devices/tech/debug/kasan-kcov
        title: 使用 KASAN + KCOV 编译内核
      - path: /devices/tech/debug/libfuzzer
        title: 通过 libFuzzer 进行模糊测试
      - path: /devices/tech/debug/cfi
        title: 控制流完整性 (CFI)
      - path: /devices/tech/debug/kcfi
        title: 内核 CFI
      - path: /devices/tech/debug/intsan
        title: 整数溢出清理
      name: 测试
    - contents:
      - path: /security/best-practices/
        title: 概览
      - path: /security/best-practices/ops
        title: 运营安全性
      - path: /security/best-practices/system
        title: 系统安全性
      - path: /security/best-practices/app
        title: 应用安全性
      - path: /security/best-practices/network
        title: 网络安全性
      - path: /security/best-practices/hardware
        title: 硬件安全性
      - path: /security/best-practices/privacy
        title: 隐私安全性
      name: 最佳做法
  name: 安全性
- lower_tabs:
    other:
    - contents:
      - path: /devices/audio/
        title: 概览
      - path: /devices/audio/terminology
        title: 术语
      - section:
        - path: /devices/audio/implement
          title: 概览
        - path: /devices/audio/implement-policy
          title: 策略配置
        - path: /devices/audio/implement-shared-library
          title: 共享库
        - path: /devices/audio/implement-pre-processing
          title: 预处理效果
        title: 实现
      - path: /devices/audio/data_formats
        title: 数据格式
      - path: /devices/audio/attributes
        title: 属性
      - path: /devices/audio/highres-effects
        title: 高分辨率效果
      - path: /devices/audio/aaudio
        title: AAudio 和 MMAP
      - path: /devices/audio/warmup
        title: 预热
      - section:
        - path: /devices/audio/latency/latency
          title: 概览
        - path: /devices/audio/latency/contrib
          title: 影响因素
        - path: /devices/audio/latency/design
          title: 设计
        - path: /devices/audio/latency/measure
          title: 衡量
        - path: /devices/audio/latency/testing_circuit
          title: 灯光测试电路
        - path: /devices/audio/latency/loopback
          title: 音频环回适配器
        - path: /devices/audio/latency/measurements
          title: 测量结果
        - path: /devices/audio/latency/app
          title: 应用
        title: 延迟
      - path: /devices/audio/avoiding_pi
        title: 优先级倒置
      - path: /devices/audio/src
        title: 采样率转换
      - path: /devices/audio/debugging
        title: 调试
      - section:
        - path: /devices/audio/midi
          title: 概览
        - path: /devices/audio/midi_arch
          title: MIDI 架构
        - path: /devices/audio/midi_test
          title: MIDI 测试程序
        title: MIDI
      - path: /devices/audio/usb
        title: USB 数字音频
      - path: /devices/audio/tv
        title: 电视音频
      name: 音频
    - contents:
      - path: /devices/camera/
        title: 概览
      - path: /devices/camera/camera3
        title: Camera3
      - path: /devices/camera/camera3_requests_hal
        title: HAL 子系统
      - path: /devices/camera/camera3_metadata
        title: 元数据和控件
      - path: /devices/camera/camera3_3Amodes
        title: 3A 模式和状态
      - path: /devices/camera/camera3_crop_reprocess
        title: 输出和剪裁
      - path: /devices/camera/camera3_error_stream
        title: 错误和数据流
      - path: /devices/camera/camera3_requests_methods
        title: 创建请求
      - path: /devices/camera/external-usb-cameras
        title: 外接 USB 摄像头
      - path: /devices/camera/multi-camera
        title: 多摄像头支持
      - path: /devices/camera/motion-tracking
        title: 运动跟踪
      - path: /devices/camera/session-parameters
        title: 会话参数
      - path: /devices/camera/singleprod-multiconsum
        title: 单一生产方,多个消费方
      - path: /devices/camera/versioning
        title: 版本支持
      name: 相机
    - contents:
      - path: /devices/tech/connect/
        title: 概览
      - section:
        - path: /devices/bluetooth
          title: 概览
        - path: /devices/bluetooth/services
          title: 蓝牙服务
        - path: /devices/bluetooth/ble
          title: 蓝牙低功耗
        - path: /devices/bluetooth/asha
          title: 使用 BLE 的助听器
        - path: /devices/bluetooth/ble_advertising
          title: BLE 广播
        - path: /devices/bluetooth/verifying_debugging
          title: 验证和调试蓝牙
        - path: /devices/bluetooth/hci_requirements
          title: 蓝牙 HCI 要求
        - path: /devices/tech/connect/felica
          title: FeliCa 的 NFC 主机卡模拟
        title: 蓝牙和 NFC
      - section:
        - path: /devices/tech/connect/block-numbers
          title: 屏蔽电话号码
        - path: /devices/tech/connect/call-notification
          title: 来电通知
        - path: /devices/tech/connect/emergency-affordance
          title: 紧急呼叫
        - path: /devices/tech/connect/ims
          title: IP 多媒体子系统 (IMS)
        - path: /devices/tech/connect/rtt
          title: 实时信息 (RTT)
        - path: /devices/tech/connect/third-party-call-apps
          title: 第三方通话应用
        title: 通话和短信
      - section:
        - path: /devices/tech/config/carrier
          title: 概览
        - path: /devices/tech/config/update
          title: APN 和 CarrierConfig
        - path: /devices/tech/config/carrierid
          title: 运营商识别号
        - path: /devices/tech/connect/data-plans
          title: 流量套餐
        - section:
          - path: /devices/tech/connect/esim-overview
            title: 实现 eSIM
          - path: /devices/tech/connect/esim-modem-requirements
            title: 调制解调器要求
          - path: /devices/tech/connect/esim-euicc-api
            title: eUICC API
          title: eSIM
        - path: /devices/tech/connect/oob-users
          title: 流量用尽的用户
        - path: /devices/tech/connect/ril
          title: 无线接口层 (RIL)
        - path: /devices/tech/config/uicc
          title: UICC
        title: 运营商
      - section:
        - path: /devices/tech/connect/wifi-overview
          title: 概览
        - path: /devices/tech/connect/wifi-hal
          title: WLAN HAL
        - path: /devices/tech/connect/wifi-infrastructure
          title: Wi-Fi Infrastructure Features
        - path: /devices/tech/connect/wifi-sta-ap-concurrency
          title: STA/AP 并发
        - path: /devices/tech/connect/wifi-mac-randomization
          title: 随机分配 MAC 地址
        - path: /devices/tech/connect/wifi-passpoint
          title: Passpoint R1
        - path: /devices/tech/connect/carrier-wifi
          title: 运营商 WLAN
        - path: /devices/tech/connect/wifi-aware
          title: WLAN 感知
        - path: /devices/tech/connect/wifi-rtt
          title: WLAN 往返时间 (RTT)
        - path: /devices/tech/connect/wifi-debug
          title: 测试、调试和调整 WLAN
        title: WLAN
      name: 连接
    - contents:
      - path: /devices/graphics/
        title: 概览
      - section:
        - path: /devices/graphics/architecture
          title: 概览
        - path: /devices/graphics/arch-bq-gralloc
          title: BufferQueue
        - path: /devices/graphics/arch-sf-hwc
          title: SurfaceFlinger 和 HWC
        - path: /devices/graphics/arch-sh
          title: Surface 和 SurfaceHolder
        - path: /devices/graphics/arch-egl-opengl
          title: OpenGL ES
        - path: /devices/graphics/renderer
          title: OpenGLRenderer 配置
        - path: /devices/graphics/arch-vulkan
          title: Vulkan
        - path: /devices/graphics/arch-sv-glsv
          title: SurfaceView
        - path: /devices/graphics/arch-st
          title: SurfaceTexture
        - path: /devices/graphics/arch-tv
          title: TextureView
        - path: /devices/graphics/arch-gameloops
          title: 游戏循环
        title: 架构
      - section:
        - path: /devices/graphics/implement
          title: 概览
        - path: /devices/graphics/implement-hwc
          title: 硬件混合渲染器 HAL
        - path: /devices/graphics/implement-vsync
          title: VSYNC
        - path: /devices/graphics/implement-vulkan
          title: Vulkan
        - path: /devices/graphics/implement-vdisplays
          title: 虚拟显示屏
        title: 实现
      - section:
        - path: /devices/graphics/testing
          title: 概览
        - path: /devices/graphics/build-tests
          title: 编译测试程序
        - path: /devices/graphics/port-tests
          title: 移植测试框架
        - path: /devices/graphics/run-tests
          title: 运行测试
        - path: /devices/graphics/automate-tests
          title: 自动执行测试
        - path: /devices/graphics/test-groups
          title: 使用特殊测试组
        - path: /devices/graphics/cts-integration
          title: 与 Android CTS 集成
        title: OpenGL ES 测试
      - path: /devices/graphics/tracing-win-transitions
        title: 跟踪窗口转换
      name: 图形
    - contents:
      - section:
        - path: /devices/input/
          title: 概览
        - path: /devices/input/key-layout-files
          title: 按键布局文件
        - path: /devices/input/key-character-map-files
          title: 按键字符映射文件
        - path: /devices/input/input-device-configuration-files
          title: 输入设备配置文件
        - path: /devices/input/migration-guide
          title: 迁移指南
        - path: /devices/input/keyboard-devices
          title: 键盘设备
        - path: /devices/input/touch-devices
          title: 触摸设备
        - path: /devices/input/getevent
          title: Getevent
        - path: /devices/input/validate-keymaps
          title: 验证按键映射
        title: 输入
      - section:
        - path: /devices/automotive/
          title: 概览
        - section:
          - path: /devices/automotive/audio/
            title: 概览
          - path: /devices/automotive/audio/audio-hal
            title: 音频 HAL
          - path: /devices/automotive/audio/audio-control
            title: AudioControl HAL
          - path: /devices/automotive/audio/interaction-sequences
            title: 互动序列
          - path: /devices/automotive/audio/multi-zone
            title: 多地区
          title: 音频
        - path: /devices/automotive/camera-hal
          title: 相机 HAL
        - path: /devices/automotive/ivi_connectivity
          title: IVI 连接
        - path: /devices/automotive/properties
          title: 车辆属性
        - path: /devices/tech/perf/flash-wear
          title: 闪存磨损管理
        title: 汽车
      - path: /devices/interaction/neural-networks
        title: 神经网络
      - path: /devices/accessories
        section:
        - section:
          - path: /devices/accessories/audio
            title: 概览
          - section:
            - path: /devices/accessories/headset/plug-headset-spec
              title: 耳机规格
            - path: /devices/accessories/headset/jack-headset-spec
              title: 设备规格
            title: 3.5 毫米耳机
          - section:
            - path: /devices/accessories/headset/usb-headset-spec
              title: 耳机规格
            - path: /devices/accessories/headset/usb-adapter
              title: 适配器规格
            - path: /devices/accessories/headset/usb-device
              title: 设备规格
            title: USB 耳机
          - path: /devices/accessories/headset/expected-behavior
            title: 预期行为
          - path: /devices/accessories/headset/testing
            title: 测试
          title: 音频配件
        - section:
          - path: /devices/accessories/custom
            title: 概览
          - section:
            - path: /devices/accessories/protocol
              title: 概览
            - path: /devices/accessories/aoa2
              title: AOA 2.0
            - path: /devices/accessories/aoa
              title: AOA 1.0
            title: AOA
          - path: /devices/accessories/stylus
            title: 触控笔
          title: 自定义配件
        title: 外设
      - section:
        - path: /devices/sensors/
          title: 概览
        - path: /devices/sensors/sensor-stack
          title: 传感器堆栈
        - path: /devices/sensors/report-modes
          title: 报告模式
        - path: /devices/sensors/suspend-mode
          title: 挂起模式
        - path: /devices/sensors/power-use
          title: 耗电量
        - path: /devices/sensors/interaction
          title: 互动
        - path: /devices/sensors/hal-interface
          title: HAL 接口
        - path: /devices/sensors/batching
          title: 批处理
        - path: /devices/sensors/sensor-types
          title: 传感器类型
        - path: /devices/sensors/versioning
          title: 版本弃用
        title: 传感器
      - section:
        - path: /devices/tv
          title: 概览
        - path: /devices/tv/hdmi-cec
          title: HDMI-CEC 控制服务
        - path: /devices/tv/reference-tv-app
          title: 参考 TV 应用
        - path: /devices/tv/customize-tv-app
          title: 自定义 TV 应用
        title: TV
      name: 互动
    - contents:
      - path: /devices/media/
        title: 概览
      - path: /devices/media/framework-hardening
        title: 框架安全强化
      - path: /devices/media/soc
        title: SoC 依赖项
      - path: /devices/media/oem
        title: OEM 依赖项
      - path: /devices/drm
        title: DRM
      name: 媒体
    - contents:
      - path: /devices/storage/
        title: 概览
      - path: /devices/storage/traditional
        title: 传统存储设备
      - path: /devices/storage/adoptable
        title: 可合并的存储设备
      - path: /devices/storage/config
        title: 设备配置
      - path: /devices/storage/config-example
        title: 配置示例
      - path: /devices/storage/faster-stats
        title: 更快获取统计信息
      name: 存储
  name: 开发
- lower_tabs:
    other:
    - contents:
      - path: /devices/tech/dalvik
        title: 概览
      - path: /devices/tech/dalvik/improvements
        title: 改进
      - path: /devices/tech/dalvik/dalvik-bytecode
        title: 字节码格式
      - path: /devices/tech/dalvik/dex-format
        title: Dex 格式
      - path: /devices/tech/dalvik/instruction-formats
        title: 说明格式
      - path: /devices/tech/dalvik/constraints
        title: 限制
      - path: /devices/tech/dalvik/configure
        title: 配置
      - path: /devices/tech/dalvik/gc-debug
        title: 垃圾回收
      - path: /devices/tech/dalvik/jit-compiler
        title: JIT 编译
      name: ART
    - contents:
      - path: /devices/tech/datausage/
        title: 概览
      - path: /devices/tech/datausage/tags-explained
        title: 流量使用情况标签说明
      - path: /devices/tech/connect/data-saver
        title: 流量节省程序模式
      - path: /devices/tech/datausage/ebpf-traffic-monitor
        title: eBPF 流量监控
      - path: /devices/tech/datausage/excluding-network-types
        title: 从流量消耗中排除特定的网络类型
      - path: /devices/tech/datausage/iface-overview
        title: 网络接口统计信息概览
      - path: /devices/tech/datausage/tethering-data
        title: 网络共享流量
      - path: /devices/tech/connect/tethering-offload
        title: 网络共享分流
      - path: /devices/tech/datausage/usage-cycle-resets-dates
        title: 流量消耗重计日期
      - path: /devices/tech/datausage/kernel-overview
        title: 内核概览
      - path: /devices/tech/datausage/kernel-changes
        title: 内核变化
      name: 数据流量
    - contents:
      - path: /devices/tech/admin/
        title: 概览
      - path: /devices/tech/admin/implement
        title: 实现
      - path: /devices/tech/admin/multi-user
        title: 多用户
      - path: /devices/tech/admin/managed-profiles
        title: 受管理的资料
      - path: /devices/tech/admin/provision
        title: 配置
      - path: /devices/tech/admin/multiuser-apps
        title: 多用户应用
      - path: /devices/tech/admin/enterprise-telephony
        title: 企业电话
      - path: /devices/tech/admin/testing-provision
        title: 测试设备配置
      - path: /devices/tech/admin/testing-setup
        title: 测试设备管理
      - path: /devices/tech/admin/ota-updates
        title: 企业 OTA 更新
      name: 企业
    - contents:
      - section:
        - path: /devices/tech/health/
          title: 概览
        - path: /devices/tech/health/implementation
          title: 实现“运行状况”
        - path: /devices/tech/health/deprecation
          title: 弃用 health@1.0
        title: 运行状况
      - path: /devices/tech/perf/apk-caching
        title: APK 缓存
      - path: /devices/tech/perf/boot-times
        title: 启动时间
      - path: /devices/tech/perf/lmkd
        title: 用户空间中的 LMKD
      - path: /devices/tech/perf/low-ram
        title: 低内存
      - path: /devices/tech/perf/pgo
        title: 配置文件引导的优化 (PGO)
      - path: /devices/tech/perf/task-snapshots
        title: 任务快照
      - path: /devices/tech/perf/compatibility-wal
        title: 预写日志
      name: 性能
    - contents:
      - path: /devices/tech/config/perms-whitelist
        title: 特许权限白名单
      - path: /devices/tech/config/runtime_perms
        title: 运行时权限
      - path: /devices/tech/config/ambient
        title: Ambient 权能
      - path: /devices/tech/config/filesystem
        title: 自主访问控制
      - path: /devices/tech/config/namespaces_libraries
        title: 库命名空间
      - path: /devices/tech/config/usb-hal
        title: USB HAL
      - path: /devices/tech/config/voicemail
        title: 可视化语音信箱
      name: 权限
    - contents:
      - path: /devices/tech/power/
        title: 概览
      - path: /devices/tech/power/mgmt
        title: 电源管理
      - path: /devices/tech/power/app_mgmt
        title: 应用管理
      - path: /devices/tech/power/platform_mgmt
        title: 平台管理
      - path: /devices/tech/power/performance
        title: 性能管理
      - path: /devices/tech/power/batteryless
        title: 无电池设备
      - path: /devices/tech/power/component
        title: 组件电耗
      - path: /devices/tech/power/device
        title: 设备电耗
      - path: /devices/tech/power/values
        title: 电耗值
      name: 电耗
    - contents:
      - path: /devices/tech/ota/
        title: 概览
      - path: /devices/tech/ota/tools
        title: OTA 工具
      - path: /devices/tech/ota/sign_builds
        title: 对要发布的版本进行签名
      - path: /devices/tech/ota/reduce_size
        title: 减小 OTA 大小
      - section:
        - path: /devices/tech/ota/ab/
          title: 概览
        - path: /devices/tech/ota/ab/ab_implement
          title: 实现 A/B 更新
        - path: /devices/tech/ota/ab/ab_faqs
          title: 常见问题解答
        title: A/B 系统更新
      - section:
        - path: /devices/tech/ota/nonab/
          title: 概览
        - path: /devices/tech/ota/nonab/block
          title: 基于块的 OTA
        - path: /devices/tech/ota/nonab/inside_packages
          title: OTA 软件包内部探秘
        - path: /devices/tech/ota/nonab/device_code
          title: 设备专属代码
        title: 非 A/B 系统更新
      - path: /devices/tech/config/timezone-rules
        title: 时区规则
      name: 更新
  name: 配置
- lower_tabs:
    other:
    - contents:
      - path: /reference/
        title: 概览
      name: 概览
    - contents:
      - path: /reference/hidl
        title: 索引
      - section:
        - path: /reference/hidl/android/frameworks/displayservice/1.0/IDisplayEventReceiver
          title: IDisplayEventReceiver @1.0
        - path: /reference/hidl/android/frameworks/displayservice/1.0/IDisplayService
          title: IDisplayService @1.0
        - path: /reference/hidl/android/frameworks/displayservice/1.0/IEventCallback
          title: IEventCallback @1.0
        - path: /reference/hidl/android/frameworks/displayservice/1.0/types
          title: types @1.0
        title: android.frameworks.displayservice
      - section:
        - path: /reference/hidl/android/frameworks/schedulerservice/1.0/ISchedulingPolicyService
          title: ISchedulingPolicyService @1.0
        title: android.frameworks.schedulerservice
      - section:
        - path: /reference/hidl/android/frameworks/sensorservice/1.0/IDirectReportChannel
          title: IDirectReportChannel @1.0
        - path: /reference/hidl/android/frameworks/sensorservice/1.0/IEventQueue
          title: IEventQueue @1.0
        - path: /reference/hidl/android/frameworks/sensorservice/1.0/IEventQueueCallback
          title: IEventQueueCallback @1.0
        - path: /reference/hidl/android/frameworks/sensorservice/1.0/ISensorManager
          title: ISensorManager @1.0
        - path: /reference/hidl/android/frameworks/sensorservice/1.0/types
          title: types @1.0
        title: android.frameworks.sensorservice
      - section:
        - path: /reference/hidl/android/frameworks/vr/composer/1.0/IVrComposerClient
          title: IVrComposerClient @1.0
        title: android.frameworks.vr.composer
      - section:
        - path: /reference/hidl/android/hardware/audio/4.0/IDevice
          title: IDevice @4.0
        - path: /reference/hidl/android/hardware/audio/2.0/IDevice
          title: IDevice @2.0
        - path: /reference/hidl/android/hardware/audio/4.0/IDevicesFactory
          title: IDevicesFactory @4.0
        - path: /reference/hidl/android/hardware/audio/2.0/IDevicesFactory
          title: IDevicesFactory @2.0
        - path: /reference/hidl/android/hardware/audio/4.0/IPrimaryDevice
          title: IPrimaryDevice @4.0
        - path: /reference/hidl/android/hardware/audio/2.0/IPrimaryDevice
          title: IPrimaryDevice @2.0
        - path: /reference/hidl/android/hardware/audio/4.0/IStream
          title: IStream @4.0
        - path: /reference/hidl/android/hardware/audio/2.0/IStream
          title: IStream @2.0
        - path: /reference/hidl/android/hardware/audio/4.0/IStreamIn
          title: IStreamIn @4.0
        - path: /reference/hidl/android/hardware/audio/2.0/IStreamIn
          title: IStreamIn @2.0
        - path: /reference/hidl/android/hardware/audio/4.0/IStreamOut
          title: IStreamOut @4.0
        - path: /reference/hidl/android/hardware/audio/2.0/IStreamOut
          title: IStreamOut @2.0
        - path: /reference/hidl/android/hardware/audio/4.0/IStreamOutCallback
          title: IStreamOutCallback @4.0
        - path: /reference/hidl/android/hardware/audio/2.0/IStreamOutCallback
          title: IStreamOutCallback @2.0
        - path: /reference/hidl/android/hardware/audio/4.0/types
          title: types @4.0
        - path: /reference/hidl/android/hardware/audio/2.0/types
          title: types @2.0
        title: android.hardware.audio
      - section:
        - path: /reference/hidl/android/hardware/audio/common/4.0/types
          title: types @4.0
        - path: /reference/hidl/android/hardware/audio/common/2.0/types
          title: types @2.0
        title: android.hardware.audio.common
      - section:
        - path: /reference/hidl/android/hardware/audio/effect/4.0/IAcousticEchoCancelerEffect
          title: IAcousticEchoCancelerEffect @4.0
        - path: /reference/hidl/android/hardware/audio/effect/2.0/IAcousticEchoCancelerEffect
          title: IAcousticEchoCancelerEffect @2.0
        - path: /reference/hidl/android/hardware/audio/effect/4.0/IAutomaticGainControlEffect
          title: IAutomaticGainControlEffect @4.0
        - path: /reference/hidl/android/hardware/audio/effect/2.0/IAutomaticGainControlEffect
          title: IAutomaticGainControlEffect @2.0
        - path: /reference/hidl/android/hardware/audio/effect/4.0/IBassBoostEffect
          title: IBassBoostEffect @4.0
        - path: /reference/hidl/android/hardware/audio/effect/2.0/IBassBoostEffect
          title: IBassBoostEffect @2.0
        - path: /reference/hidl/android/hardware/audio/effect/4.0/IDownmixEffect
          title: IDownmixEffect @4.0
        - path: /reference/hidl/android/hardware/audio/effect/2.0/IDownmixEffect
          title: IDownmixEffect @2.0
        - path: /reference/hidl/android/hardware/audio/effect/4.0/IEffect
          title: IEffect @4.0
        - path: /reference/hidl/android/hardware/audio/effect/2.0/IEffect
          title: IEffect @2.0
        - path: /reference/hidl/android/hardware/audio/effect/4.0/IEffectBufferProviderCallback
          title: IEffectBufferProviderCallback @4.0
        - path: /reference/hidl/android/hardware/audio/effect/2.0/IEffectBufferProviderCallback
          title: IEffectBufferProviderCallback @2.0
        - path: /reference/hidl/android/hardware/audio/effect/4.0/IEffectsFactory
          title: IEffectsFactory @4.0
        - path: /reference/hidl/android/hardware/audio/effect/2.0/IEffectsFactory
          title: IEffectsFactory @2.0
        - path: /reference/hidl/android/hardware/audio/effect/4.0/IEnvironmentalReverbEffect
          title: IEnvironmentalReverbEffect @4.0
        - path: /reference/hidl/android/hardware/audio/effect/2.0/IEnvironmentalReverbEffect
          title: IEnvironmentalReverbEffect @2.0
        - path: /reference/hidl/android/hardware/audio/effect/4.0/IEqualizerEffect
          title: IEqualizerEffect @4.0
        - path: /reference/hidl/android/hardware/audio/effect/2.0/IEqualizerEffect
          title: IEqualizerEffect @2.0
        - path: /reference/hidl/android/hardware/audio/effect/4.0/ILoudnessEnhancerEffect
          title: ILoudnessEnhancerEffect @4.0
        - path: /reference/hidl/android/hardware/audio/effect/2.0/ILoudnessEnhancerEffect
          title: ILoudnessEnhancerEffect @2.0
        - path: /reference/hidl/android/hardware/audio/effect/4.0/INoiseSuppressionEffect
          title: INoiseSuppressionEffect @4.0
        - path: /reference/hidl/android/hardware/audio/effect/2.0/INoiseSuppressionEffect
          title: INoiseSuppressionEffect @2.0
        - path: /reference/hidl/android/hardware/audio/effect/4.0/IPresetReverbEffect
          title: IPresetReverbEffect @4.0
        - path: /reference/hidl/android/hardware/audio/effect/2.0/IPresetReverbEffect
          title: IPresetReverbEffect @2.0
        - path: /reference/hidl/android/hardware/audio/effect/4.0/IVirtualizerEffect
          title: IVirtualizerEffect @4.0
        - path: /reference/hidl/android/hardware/audio/effect/2.0/IVirtualizerEffect
          title: IVirtualizerEffect @2.0
        - path: /reference/hidl/android/hardware/audio/effect/4.0/IVisualizerEffect
          title: IVisualizerEffect @4.0
        - path: /reference/hidl/android/hardware/audio/effect/2.0/IVisualizerEffect
          title: IVisualizerEffect @2.0
        - path: /reference/hidl/android/hardware/audio/effect/4.0/types
          title: types @4.0
        - path: /reference/hidl/android/hardware/audio/effect/2.0/types
          title: types @2.0
        title: android.hardware.audio.effect
      - section:
        - path: /reference/hidl/android/hardware/authsecret/1.0/IAuthSecret
          title: IAuthSecret @1.0
        title: android.hardware.authsecret
      - section:
        - path: /reference/hidl/android/hardware/automotive/audiocontrol/1.0/IAudioControl
          title: IAudioControl @1.0
        - path: /reference/hidl/android/hardware/automotive/audiocontrol/1.0/types
          title: types @1.0
        title: android.hardware.automotive.audiocontrol
      - section:
        - path: /reference/hidl/android/hardware/automotive/evs/1.0/IEvsCamera
          title: IEvsCamera @1.0
        - path: /reference/hidl/android/hardware/automotive/evs/1.0/IEvsCameraStream
          title: IEvsCameraStream @1.0
        - path: /reference/hidl/android/hardware/automotive/evs/1.0/IEvsDisplay
          title: IEvsDisplay @1.0
        - path: /reference/hidl/android/hardware/automotive/evs/1.0/IEvsEnumerator
          title: IEvsEnumerator @1.0
        - path: /reference/hidl/android/hardware/automotive/evs/1.0/types
          title: types @1.0
        title: android.hardware.automotive.evs
      - section:
        - path: /reference/hidl/android/hardware/automotive/vehicle/2.0/IVehicle
          title: IVehicle @2.0
        - path: /reference/hidl/android/hardware/automotive/vehicle/2.0/IVehicleCallback
          title: IVehicleCallback @2.0
        - path: /reference/hidl/android/hardware/automotive/vehicle/2.0/types
          title: types @2.0
        title: android.hardware.automotive.vehicle
      - section:
        - path: /reference/hidl/android/hardware/biometrics/fingerprint/2.1/IBiometricsFingerprint
          title: IBiometricsFingerprint @2.1
        - path: /reference/hidl/android/hardware/biometrics/fingerprint/2.1/IBiometricsFingerprintClientCallback
          title: IBiometricsFingerprintClientCallback @2.1
        - path: /reference/hidl/android/hardware/biometrics/fingerprint/2.1/types
          title: types @2.1
        title: android.hardware.biometrics.fingerprint
      - section:
        - path: /reference/hidl/android/hardware/bluetooth/1.0/IBluetoothHci
          title: IBluetoothHci @1.0
        - path: /reference/hidl/android/hardware/bluetooth/1.0/IBluetoothHciCallbacks
          title: IBluetoothHciCallbacks @1.0
        - path: /reference/hidl/android/hardware/bluetooth/1.0/types
          title: types @1.0
        title: android.hardware.bluetooth
      - section:
        - path: /reference/hidl/android/hardware/bluetooth/a2dp/1.0/IBluetoothAudioHost
          title: IBluetoothAudioHost @1.0
        - path: /reference/hidl/android/hardware/bluetooth/a2dp/1.0/IBluetoothAudioOffload
          title: IBluetoothAudioOffload @1.0
        - path: /reference/hidl/android/hardware/bluetooth/a2dp/1.0/types
          title: types @1.0
        title: android.hardware.bluetooth.a2dp
      - section:
        - path: /reference/hidl/android/hardware/boot/1.0/IBootControl
          title: IBootControl @1.0
        - path: /reference/hidl/android/hardware/boot/1.0/types
          title: types @1.0
        title: android.hardware.boot
      - section:
        - path: /reference/hidl/android/hardware/broadcastradio/2.0/IAnnouncementListener
          title: IAnnouncementListener @2.0
        - path: /reference/hidl/android/hardware/broadcastradio/2.0/IBroadcastRadio
          title: IBroadcastRadio @2.0
        - path: /reference/hidl/android/hardware/broadcastradio/1.1/IBroadcastRadio
          title: IBroadcastRadio @1.1
        - path: /reference/hidl/android/hardware/broadcastradio/1.0/IBroadcastRadio
          title: IBroadcastRadio @1.0
        - path: /reference/hidl/android/hardware/broadcastradio/1.1/IBroadcastRadioFactory
          title: IBroadcastRadioFactory @1.1
        - path: /reference/hidl/android/hardware/broadcastradio/1.0/IBroadcastRadioFactory
          title: IBroadcastRadioFactory @1.0
        - path: /reference/hidl/android/hardware/broadcastradio/2.0/ICloseHandle
          title: ICloseHandle @2.0
        - path: /reference/hidl/android/hardware/broadcastradio/1.1/ITuner
          title: ITuner @1.1
        - path: /reference/hidl/android/hardware/broadcastradio/1.0/ITuner
          title: ITuner @1.0
        - path: /reference/hidl/android/hardware/broadcastradio/2.0/ITunerCallback
          title: ITunerCallback @2.0
        - path: /reference/hidl/android/hardware/broadcastradio/1.1/ITunerCallback
          title: ITunerCallback @1.1
        - path: /reference/hidl/android/hardware/broadcastradio/1.0/ITunerCallback
          title: ITunerCallback @1.0
        - path: /reference/hidl/android/hardware/broadcastradio/2.0/ITunerSession
          title: ITunerSession @2.0
        - path: /reference/hidl/android/hardware/broadcastradio/2.0/types
          title: types @2.0
        - path: /reference/hidl/android/hardware/broadcastradio/1.1/types
          title: types @1.1
        - path: /reference/hidl/android/hardware/broadcastradio/1.0/types
          title: types @1.0
        title: android.hardware.broadcastradio
      - section:
        - path: /reference/hidl/android/hardware/camera/common/1.0/types
          title: types @1.0
        title: android.hardware.camera.common
      - section:
        - path: /reference/hidl/android/hardware/camera/device/3.2/ICameraDevice
          title: ICameraDevice @3.2
        - path: /reference/hidl/android/hardware/camera/device/1.0/ICameraDevice
          title: ICameraDevice @1.0
        - path: /reference/hidl/android/hardware/camera/device/3.4/ICameraDeviceCallback
          title: ICameraDeviceCallback @3.4
        - path: /reference/hidl/android/hardware/camera/device/3.2/ICameraDeviceCallback
          title: ICameraDeviceCallback @3.2
        - path: /reference/hidl/android/hardware/camera/device/1.0/ICameraDeviceCallback
          title: ICameraDeviceCallback @1.0
        - path: /reference/hidl/android/hardware/camera/device/1.0/ICameraDevicePreviewCallback
          title: ICameraDevicePreviewCallback @1.0
        - path: /reference/hidl/android/hardware/camera/device/3.4/ICameraDeviceSession
          title: ICameraDeviceSession @3.4
        - path: /reference/hidl/android/hardware/camera/device/3.3/ICameraDeviceSession
          title: ICameraDeviceSession @3.3
        - path: /reference/hidl/android/hardware/camera/device/3.2/ICameraDeviceSession
          title: ICameraDeviceSession @3.2
        - path: /reference/hidl/android/hardware/camera/device/3.4/types
          title: types @3.4
        - path: /reference/hidl/android/hardware/camera/device/3.3/types
          title: types @3.3
        - path: /reference/hidl/android/hardware/camera/device/3.2/types
          title: types @3.2
        - path: /reference/hidl/android/hardware/camera/device/1.0/types
          title: types @1.0
        title: android.hardware.camera.device
      - section:
        - path: /reference/hidl/android/hardware/camera/metadata/3.3/types
          title: types @3.3
        - path: /reference/hidl/android/hardware/camera/metadata/3.2/types
          title: types @3.2
        title: android.hardware.camera.metadata
      - section:
        - path: /reference/hidl/android/hardware/camera/provider/2.4/ICameraProvider
          title: ICameraProvider @2.4
        - path: /reference/hidl/android/hardware/camera/provider/2.4/ICameraProviderCallback
          title: ICameraProviderCallback @2.4
        title: android.hardware.camera.provider
      - section:
        - path: /reference/hidl/android/hardware/cas/1.0/ICas
          title: ICas @1.0
        - path: /reference/hidl/android/hardware/cas/1.0/ICasListener
          title: ICasListener @1.0
        - path: /reference/hidl/android/hardware/cas/1.0/IDescramblerBase
          title: IDescramblerBase @1.0
        - path: /reference/hidl/android/hardware/cas/1.0/IMediaCasService
          title: IMediaCasService @1.0
        - path: /reference/hidl/android/hardware/cas/1.0/types
          title: types @1.0
        title: android.hardware.cas
      - section:
        - path: /reference/hidl/android/hardware/cas/native/1.0/IDescrambler
          title: IDescrambler @1.0
        - path: /reference/hidl/android/hardware/cas/native/1.0/types
          title: types @1.0
        title: android.hardware.cas.native
      - section:
        - path: /reference/hidl/android/hardware/configstore/1.1/ISurfaceFlingerConfigs
          title: ISurfaceFlingerConfigs @1.1
        - path: /reference/hidl/android/hardware/configstore/1.0/ISurfaceFlingerConfigs
          title: ISurfaceFlingerConfigs @1.0
        - path: /reference/hidl/android/hardware/configstore/1.1/types
          title: types @1.1
        - path: /reference/hidl/android/hardware/configstore/1.0/types
          title: types @1.0
        title: android.hardware.configstore
      - section:
        - path: /reference/hidl/android/hardware/confirmationui/1.0/IConfirmationResultCallback
          title: IConfirmationResultCallback @1.0
        - path: /reference/hidl/android/hardware/confirmationui/1.0/IConfirmationUI
          title: IConfirmationUI @1.0
        - path: /reference/hidl/android/hardware/confirmationui/1.0/types
          title: types @1.0
        title: android.hardware.confirmationui
      - section:
        - path: /reference/hidl/android/hardware/contexthub/1.0/IContexthub
          title: IContexthub @1.0
        - path: /reference/hidl/android/hardware/contexthub/1.0/IContexthubCallback
          title: IContexthubCallback @1.0
        - path: /reference/hidl/android/hardware/contexthub/1.0/types
          title: types @1.0
        title: android.hardware.contexthub
      - section:
        - path: /reference/hidl/android/hardware/drm/1.1/ICryptoFactory
          title: ICryptoFactory @1.1
        - path: /reference/hidl/android/hardware/drm/1.0/ICryptoFactory
          title: ICryptoFactory @1.0
        - path: /reference/hidl/android/hardware/drm/1.0/ICryptoPlugin
          title: ICryptoPlugin @1.0
        - path: /reference/hidl/android/hardware/drm/1.1/IDrmFactory
          title: IDrmFactory @1.1
        - path: /reference/hidl/android/hardware/drm/1.0/IDrmFactory
          title: IDrmFactory @1.0
        - path: /reference/hidl/android/hardware/drm/1.1/IDrmPlugin
          title: IDrmPlugin @1.1
        - path: /reference/hidl/android/hardware/drm/1.0/IDrmPlugin
          title: IDrmPlugin @1.0
        - path: /reference/hidl/android/hardware/drm/1.0/IDrmPluginListener
          title: IDrmPluginListener @1.0
        - path: /reference/hidl/android/hardware/drm/1.1/types
          title: types @1.1
        - path: /reference/hidl/android/hardware/drm/1.0/types
          title: types @1.0
        title: android.hardware.drm
      - section:
        - path: /reference/hidl/android/hardware/dumpstate/1.0/IDumpstateDevice
          title: IDumpstateDevice @1.0
        title: android.hardware.dumpstate
      - section:
        - path: /reference/hidl/android/hardware/gatekeeper/1.0/IGatekeeper
          title: IGatekeeper @1.0
        - path: /reference/hidl/android/hardware/gatekeeper/1.0/types
          title: types @1.0
        title: android.hardware.gatekeeper
      - section:
        - path: /reference/hidl/android/hardware/gnss/1.0/IAGnss
          title: IAGnss @1.0
        - path: /reference/hidl/android/hardware/gnss/1.0/IAGnssCallback
          title: IAGnssCallback @1.0
        - path: /reference/hidl/android/hardware/gnss/1.0/IAGnssRil
          title: IAGnssRil @1.0
        - path: /reference/hidl/android/hardware/gnss/1.0/IAGnssRilCallback
          title: IAGnssRilCallback @1.0
        - path: /reference/hidl/android/hardware/gnss/1.1/IGnss
          title: IGnss @1.1
        - path: /reference/hidl/android/hardware/gnss/1.0/IGnss
          title: IGnss @1.0
        - path: /reference/hidl/android/hardware/gnss/1.0/IGnssBatching
          title: IGnssBatching @1.0
        - path: /reference/hidl/android/hardware/gnss/1.0/IGnssBatchingCallback
          title: IGnssBatchingCallback @1.0
        - path: /reference/hidl/android/hardware/gnss/1.1/IGnssCallback
          title: IGnssCallback @1.1
        - path: /reference/hidl/android/hardware/gnss/1.0/IGnssCallback
          title: IGnssCallback @1.0
        - path: /reference/hidl/android/hardware/gnss/1.1/IGnssConfiguration
          title: IGnssConfiguration @1.1
        - path: /reference/hidl/android/hardware/gnss/1.0/IGnssConfiguration
          title: IGnssConfiguration @1.0
        - path: /reference/hidl/android/hardware/gnss/1.0/IGnssDebug
          title: IGnssDebug @1.0
        - path: /reference/hidl/android/hardware/gnss/1.0/IGnssGeofenceCallback
          title: IGnssGeofenceCallback @1.0
        - path: /reference/hidl/android/hardware/gnss/1.0/IGnssGeofencing
          title: IGnssGeofencing @1.0
        - path: /reference/hidl/android/hardware/gnss/1.1/IGnssMeasurement
          title: IGnssMeasurement @1.1
        - path: /reference/hidl/android/hardware/gnss/1.0/IGnssMeasurement
          title: IGnssMeasurement @1.0
        - path: /reference/hidl/android/hardware/gnss/1.1/IGnssMeasurementCallback
          title: IGnssMeasurementCallback @1.1
        - path: /reference/hidl/android/hardware/gnss/1.0/IGnssMeasurementCallback
          title: IGnssMeasurementCallback @1.0
        - path: /reference/hidl/android/hardware/gnss/1.0/IGnssNavigationMessage
          title: IGnssNavigationMessage @1.0
        - path: /reference/hidl/android/hardware/gnss/1.0/IGnssNavigationMessageCallback
          title: IGnssNavigationMessageCallback @1.0
        - path: /reference/hidl/android/hardware/gnss/1.0/IGnssNi
          title: IGnssNi @1.0
        - path: /reference/hidl/android/hardware/gnss/1.0/IGnssNiCallback
          title: IGnssNiCallback @1.0
        - path: /reference/hidl/android/hardware/gnss/1.0/IGnssXtra
          title: IGnssXtra @1.0
        - path: /reference/hidl/android/hardware/gnss/1.0/IGnssXtraCallback
          title: IGnssXtraCallback @1.0
        - path: /reference/hidl/android/hardware/gnss/1.0/types
          title: types @1.0
        title: android.hardware.gnss
      - section:
        - path: /reference/hidl/android/hardware/graphics/allocator/2.0/IAllocator
          title: IAllocator @2.0
        title: android.hardware.graphics.allocator
      - section:
        - path: /reference/hidl/android/hardware/graphics/bufferqueue/1.0/IGraphicBufferProducer
          title: IGraphicBufferProducer @1.0
        - path: /reference/hidl/android/hardware/graphics/bufferqueue/1.0/IProducerListener
          title: IProducerListener @1.0
        title: android.hardware.graphics.bufferqueue
      - section:
        - path: /reference/hidl/android/hardware/graphics/common/1.1/types
          title: types @1.1
        - path: /reference/hidl/android/hardware/graphics/common/1.0/types
          title: types @1.0
        title: android.hardware.graphics.common
      - section:
        - path: /reference/hidl/android/hardware/graphics/composer/2.2/IComposer
          title: IComposer @2.2
        - path: /reference/hidl/android/hardware/graphics/composer/2.1/IComposer
          title: IComposer @2.1
        - path: /reference/hidl/android/hardware/graphics/composer/2.1/IComposerCallback
          title: IComposerCallback @2.1
        - path: /reference/hidl/android/hardware/graphics/composer/2.2/IComposerClient
          title: IComposerClient @2.2
        - path: /reference/hidl/android/hardware/graphics/composer/2.1/IComposerClient
          title: IComposerClient @2.1
        - path: /reference/hidl/android/hardware/graphics/composer/2.1/types
          title: types @2.1
        title: android.hardware.graphics.composer
      - section:
        - path: /reference/hidl/android/hardware/graphics/mapper/2.1/IMapper
          title: IMapper @2.1
        - path: /reference/hidl/android/hardware/graphics/mapper/2.0/IMapper
          title: IMapper @2.0
        - path: /reference/hidl/android/hardware/graphics/mapper/2.0/types
          title: types @2.0
        title: android.hardware.graphics.mapper
      - section:
        - path: /reference/hidl/android/hardware/health/2.0/IHealth
          title: IHealth @2.0
        - path: /reference/hidl/android/hardware/health/1.0/IHealth
          title: IHealth @1.0
        - path: /reference/hidl/android/hardware/health/2.0/IHealthInfoCallback
          title: IHealthInfoCallback @2.0
        - path: /reference/hidl/android/hardware/health/2.0/types
          title: types @2.0
        - path: /reference/hidl/android/hardware/health/1.0/types
          title: types @1.0
        title: android.hardware.health
      - section:
        - path: /reference/hidl/android/hardware/ir/1.0/IConsumerIr
          title: IConsumerIr @1.0
        - path: /reference/hidl/android/hardware/ir/1.0/types
          title: types @1.0
        title: android.hardware.ir
      - section:
        - path: /reference/hidl/android/hardware/keymaster/4.0/IKeymasterDevice
          title: IKeymasterDevice @4.0
        - path: /reference/hidl/android/hardware/keymaster/3.0/IKeymasterDevice
          title: IKeymasterDevice @3.0
        - path: /reference/hidl/android/hardware/keymaster/4.0/types
          title: types @4.0
        - path: /reference/hidl/android/hardware/keymaster/3.0/types
          title: types @3.0
        title: android.hardware.keymaster
      - section:
        - path: /reference/hidl/android/hardware/light/2.0/ILight
          title: ILight @2.0
        - path: /reference/hidl/android/hardware/light/2.0/types
          title: types @2.0
        title: android.hardware.light
      - section:
        - path: /reference/hidl/android/hardware/media/1.0/types
          title: types @1.0
        title: android.hardware.media
      - section:
        - path: /reference/hidl/android/hardware/media/bufferpool/1.0/IAccessor
          title: IAccessor @1.0
        - path: /reference/hidl/android/hardware/media/bufferpool/1.0/IClientManager
          title: IClientManager @1.0
        - path: /reference/hidl/android/hardware/media/bufferpool/1.0/IConnection
          title: IConnection @1.0
        - path: /reference/hidl/android/hardware/media/bufferpool/1.0/types
          title: types @1.0
        title: android.hardware.media.bufferpool
      - section:
        - path: /reference/hidl/android/hardware/media/omx/1.0/IGraphicBufferSource
          title: IGraphicBufferSource @1.0
        - path: /reference/hidl/android/hardware/media/omx/1.0/IOmx
          title: IOmx @1.0
        - path: /reference/hidl/android/hardware/media/omx/1.0/IOmxBufferSource
          title: IOmxBufferSource @1.0
        - path: /reference/hidl/android/hardware/media/omx/1.0/IOmxNode
          title: IOmxNode @1.0
        - path: /reference/hidl/android/hardware/media/omx/1.0/IOmxObserver
          title: IOmxObserver @1.0
        - path: /reference/hidl/android/hardware/media/omx/1.0/IOmxStore
          title: IOmxStore @1.0
        - path: /reference/hidl/android/hardware/media/omx/1.0/types
          title: types @1.0
        title: android.hardware.media.omx
      - section:
        - path: /reference/hidl/android/hardware/memtrack/1.0/IMemtrack
          title: IMemtrack @1.0
        - path: /reference/hidl/android/hardware/memtrack/1.0/types
          title: types @1.0
        title: android.hardware.memtrack
      - section:
        - path: /reference/hidl/android/hardware/neuralnetworks/1.1/IDevice
          title: IDevice @1.1
        - path: /reference/hidl/android/hardware/neuralnetworks/1.0/IDevice
          title: IDevice @1.0
        - path: /reference/hidl/android/hardware/neuralnetworks/1.0/IExecutionCallback
          title: IExecutionCallback @1.0
        - path: /reference/hidl/android/hardware/neuralnetworks/1.0/IPreparedModel
          title: IPreparedModel @1.0
        - path: /reference/hidl/android/hardware/neuralnetworks/1.0/IPreparedModelCallback
          title: IPreparedModelCallback @1.0
        - path: /reference/hidl/android/hardware/neuralnetworks/1.1/types
          title: types @1.1
        - path: /reference/hidl/android/hardware/neuralnetworks/1.0/types
          title: types @1.0
        title: android.hardware.neuralnetworks
      - section:
        - path: /reference/hidl/android/hardware/nfc/1.1/INfc
          title: INfc @1.1
        - path: /reference/hidl/android/hardware/nfc/1.0/INfc
          title: INfc @1.0
        - path: /reference/hidl/android/hardware/nfc/1.1/INfcClientCallback
          title: INfcClientCallback @1.1
        - path: /reference/hidl/android/hardware/nfc/1.0/INfcClientCallback
          title: INfcClientCallback @1.0
        - path: /reference/hidl/android/hardware/nfc/1.1/types
          title: types @1.1
        - path: /reference/hidl/android/hardware/nfc/1.0/types
          title: types @1.0
        title: android.hardware.nfc
      - section:
        - path: /reference/hidl/android/hardware/oemlock/1.0/IOemLock
          title: IOemLock @1.0
        - path: /reference/hidl/android/hardware/oemlock/1.0/types
          title: types @1.0
        title: android.hardware.oemlock
      - section:
        - path: /reference/hidl/android/hardware/power/1.3/IPower
          title: IPower @1.3
        - path: /reference/hidl/android/hardware/power/1.2/IPower
          title: IPower @1.2
        - path: /reference/hidl/android/hardware/power/1.1/IPower
          title: IPower @1.1
        - path: /reference/hidl/android/hardware/power/1.0/IPower
          title: IPower @1.0
        - path: /reference/hidl/android/hardware/power/1.3/types
          title: types @1.3
        - path: /reference/hidl/android/hardware/power/1.2/types
          title: types @1.2
        - path: /reference/hidl/android/hardware/power/1.1/types
          title: types @1.1
        - path: /reference/hidl/android/hardware/power/1.0/types
          title: types @1.0
        title: android.hardware.power
      - section:
        - path: /reference/hidl/android/hardware/radio/1.2/IRadio
          title: IRadio @1.2
        - path: /reference/hidl/android/hardware/radio/1.1/IRadio
          title: IRadio @1.1
        - path: /reference/hidl/android/hardware/radio/1.0/IRadio
          title: IRadio @1.0
        - path: /reference/hidl/android/hardware/radio/1.2/IRadioIndication
          title: IRadioIndication @1.2
        - path: /reference/hidl/android/hardware/radio/1.1/IRadioIndication
          title: IRadioIndication @1.1
        - path: /reference/hidl/android/hardware/radio/1.0/IRadioIndication
          title: IRadioIndication @1.0
        - path: /reference/hidl/android/hardware/radio/1.2/IRadioResponse
          title: IRadioResponse @1.2
        - path: /reference/hidl/android/hardware/radio/1.1/IRadioResponse
          title: IRadioResponse @1.1
        - path: /reference/hidl/android/hardware/radio/1.0/IRadioResponse
          title: IRadioResponse @1.0
        - path: /reference/hidl/android/hardware/radio/1.2/ISap
          title: ISap @1.2
        - path: /reference/hidl/android/hardware/radio/1.1/ISap
          title: ISap @1.1
        - path: /reference/hidl/android/hardware/radio/1.0/ISap
          title: ISap @1.0
        - path: /reference/hidl/android/hardware/radio/1.0/ISapCallback
          title: ISapCallback @1.0
        - path: /reference/hidl/android/hardware/radio/1.2/types
          title: types @1.2
        - path: /reference/hidl/android/hardware/radio/1.1/types
          title: types @1.1
        - path: /reference/hidl/android/hardware/radio/1.0/types
          title: types @1.0
        title: android.hardware.radio
      - section:
        - path: /reference/hidl/android/hardware/radio/config/1.0/IRadioConfig
          title: IRadioConfig @1.0
        - path: /reference/hidl/android/hardware/radio/config/1.0/IRadioConfigIndication
          title: IRadioConfigIndication @1.0
        - path: /reference/hidl/android/hardware/radio/config/1.0/IRadioConfigResponse
          title: IRadioConfigResponse @1.0
        - path: /reference/hidl/android/hardware/radio/config/1.0/types
          title: types @1.0
        title: android.hardware.radio.config
      - section:
        - path: /reference/hidl/android/hardware/radio/deprecated/1.0/IOemHook
          title: IOemHook @1.0
        - path: /reference/hidl/android/hardware/radio/deprecated/1.0/IOemHookIndication
          title: IOemHookIndication @1.0
        - path: /reference/hidl/android/hardware/radio/deprecated/1.0/IOemHookResponse
          title: IOemHookResponse @1.0
        title: android.hardware.radio.deprecated
      - section:
        - path: /reference/hidl/android/hardware/renderscript/1.0/IContext
          title: IContext @1.0
        - path: /reference/hidl/android/hardware/renderscript/1.0/IDevice
          title: IDevice @1.0
        - path: /reference/hidl/android/hardware/renderscript/1.0/types
          title: types @1.0
        title: android.hardware.renderscript
      - section:
        - path: /reference/hidl/android/hardware/secure_element/1.0/ISecureElement
          title: ISecureElement @1.0
        - path: /reference/hidl/android/hardware/secure_element/1.0/ISecureElementHalCallback
          title: ISecureElementHalCallback @1.0
        - path: /reference/hidl/android/hardware/secure_element/1.0/types
          title: types @1.0
        title: android.hardware.secure_element
      - section:
        - path: /reference/hidl/android/hardware/sensors/1.0/ISensors
          title: ISensors @1.0
        - path: /reference/hidl/android/hardware/sensors/1.0/types
          title: types @1.0
        title: android.hardware.sensors
      - section:
        - path: /reference/hidl/android/hardware/soundtrigger/2.0/ISoundTriggerHw
          title: ISoundTriggerHw @2.0
        - path: /reference/hidl/android/hardware/soundtrigger/2.0/ISoundTriggerHwCallback
          title: ISoundTriggerHwCallback @2.0
        - path: /reference/hidl/android/hardware/soundtrigger/2.0/types
          title: types @2.0
        title: android.hardware.soundtrigger
      - section:
        - path: /reference/hidl/android/hardware/tetheroffload/config/1.0/IOffloadConfig
          title: IOffloadConfig @1.0
        title: android.hardware.tetheroffload.config
      - section:
        - path: /reference/hidl/android/hardware/tetheroffload/control/1.0/IOffloadControl
          title: IOffloadControl @1.0
        - path: /reference/hidl/android/hardware/tetheroffload/control/1.0/ITetheringOffloadCallback
          title: ITetheringOffloadCallback @1.0
        - path: /reference/hidl/android/hardware/tetheroffload/control/1.0/types
          title: types @1.0
        title: android.hardware.tetheroffload.control
      - section:
        - path: /reference/hidl/android/hardware/thermal/1.1/IThermal
          title: IThermal @1.1
        - path: /reference/hidl/android/hardware/thermal/1.0/IThermal
          title: IThermal @1.0
        - path: /reference/hidl/android/hardware/thermal/1.1/IThermalCallback
          title: IThermalCallback @1.1
        - path: /reference/hidl/android/hardware/thermal/1.0/types
          title: types @1.0
        title: android.hardware.thermal
      - section:
        - path: /reference/hidl/android/hardware/tv/cec/1.0/IHdmiCec
          title: IHdmiCec @1.0
        - path: /reference/hidl/android/hardware/tv/cec/1.0/IHdmiCecCallback
          title: IHdmiCecCallback @1.0
        - path: /reference/hidl/android/hardware/tv/cec/1.0/types
          title: types @1.0
        title: android.hardware.tv.cec
      - section:
        - path: /reference/hidl/android/hardware/tv/input/1.0/ITvInput
          title: ITvInput @1.0
        - path: /reference/hidl/android/hardware/tv/input/1.0/ITvInputCallback
          title: ITvInputCallback @1.0
        - path: /reference/hidl/android/hardware/tv/input/1.0/types
          title: types @1.0
        title: android.hardware.tv.input
      - section:
        - path: /reference/hidl/android/hardware/usb/1.1/IUsb
          title: IUsb @1.1
        - path: /reference/hidl/android/hardware/usb/1.0/IUsb
          title: IUsb @1.0
        - path: /reference/hidl/android/hardware/usb/1.1/IUsbCallback
          title: IUsbCallback @1.1
        - path: /reference/hidl/android/hardware/usb/1.0/IUsbCallback
          title: IUsbCallback @1.0
        - path: /reference/hidl/android/hardware/usb/1.1/types
          title: types @1.1
        - path: /reference/hidl/android/hardware/usb/1.0/types
          title: types @1.0
        title: android.hardware.usb
      - section:
        - path: /reference/hidl/android/hardware/usb/gadget/1.0/IUsbGadget
          title: IUsbGadget @1.0
        - path: /reference/hidl/android/hardware/usb/gadget/1.0/IUsbGadgetCallback
          title: IUsbGadgetCallback @1.0
        - path: /reference/hidl/android/hardware/usb/gadget/1.0/types
          title: types @1.0
        title: android.hardware.usb.gadget
      - section:
        - path: /reference/hidl/android/hardware/vibrator/1.2/IVibrator
          title: IVibrator @1.2
        - path: /reference/hidl/android/hardware/vibrator/1.1/IVibrator
          title: IVibrator @1.1
        - path: /reference/hidl/android/hardware/vibrator/1.0/IVibrator
          title: IVibrator @1.0
        - path: /reference/hidl/android/hardware/vibrator/1.2/types
          title: types @1.2
        - path: /reference/hidl/android/hardware/vibrator/1.1/types
          title: types @1.1
        - path: /reference/hidl/android/hardware/vibrator/1.0/types
          title: types @1.0
        title: android.hardware.vibrator
      - section:
        - path: /reference/hidl/android/hardware/vr/1.0/IVr
          title: IVr @1.0
        title: android.hardware.vr
      - section:
        - path: /reference/hidl/android/hardware/weaver/1.0/IWeaver
          title: IWeaver @1.0
        - path: /reference/hidl/android/hardware/weaver/1.0/types
          title: types @1.0
        title: android.hardware.weaver
      - section:
        - path: /reference/hidl/android/hardware/wifi/1.2/IWifi
          title: IWifi @1.2
        - path: /reference/hidl/android/hardware/wifi/1.1/IWifi
          title: IWifi @1.1
        - path: /reference/hidl/android/hardware/wifi/1.0/IWifi
          title: IWifi @1.0
        - path: /reference/hidl/android/hardware/wifi/1.0/IWifiApIface
          title: IWifiApIface @1.0
        - path: /reference/hidl/android/hardware/wifi/1.2/IWifiChip
          title: IWifiChip @1.2
        - path: /reference/hidl/android/hardware/wifi/1.1/IWifiChip
          title: IWifiChip @1.1
        - path: /reference/hidl/android/hardware/wifi/1.0/IWifiChip
          title: IWifiChip @1.0
        - path: /reference/hidl/android/hardware/wifi/1.2/IWifiChipEventCallback
          title: IWifiChipEventCallback @1.2
        - path: /reference/hidl/android/hardware/wifi/1.0/IWifiChipEventCallback
          title: IWifiChipEventCallback @1.0
        - path: /reference/hidl/android/hardware/wifi/1.0/IWifiEventCallback
          title: IWifiEventCallback @1.0
        - path: /reference/hidl/android/hardware/wifi/1.0/IWifiIface
          title: IWifiIface @1.0
        - path: /reference/hidl/android/hardware/wifi/1.2/IWifiNanIface
          title: IWifiNanIface @1.2
        - path: /reference/hidl/android/hardware/wifi/1.0/IWifiNanIface
          title: IWifiNanIface @1.0
        - path: /reference/hidl/android/hardware/wifi/1.2/IWifiNanIfaceEventCallback
          title: IWifiNanIfaceEventCallback @1.2
        - path: /reference/hidl/android/hardware/wifi/1.0/IWifiNanIfaceEventCallback
          title: IWifiNanIfaceEventCallback @1.0
        - path: /reference/hidl/android/hardware/wifi/1.0/IWifiP2pIface
          title: IWifiP2pIface @1.0
        - path: /reference/hidl/android/hardware/wifi/1.0/IWifiRttController
          title: IWifiRttController @1.0
        - path: /reference/hidl/android/hardware/wifi/1.0/IWifiRttControllerEventCallback
          title: IWifiRttControllerEventCallback @1.0
        - path: /reference/hidl/android/hardware/wifi/1.2/IWifiStaIface
          title: IWifiStaIface @1.2
        - path: /reference/hidl/android/hardware/wifi/1.0/IWifiStaIface
          title: IWifiStaIface @1.0
        - path: /reference/hidl/android/hardware/wifi/1.0/IWifiStaIfaceEventCallback
          title: IWifiStaIfaceEventCallback @1.0
        - path: /reference/hidl/android/hardware/wifi/1.2/types
          title: types @1.2
        - path: /reference/hidl/android/hardware/wifi/1.0/types
          title: types @1.0
        title: android.hardware.wifi
      - section:
        - path: /reference/hidl/android/hardware/wifi/hostapd/1.0/IHostapd
          title: IHostapd @1.0
        - path: /reference/hidl/android/hardware/wifi/hostapd/1.0/types
          title: types @1.0
        title: android.hardware.wifi.hostapd
      - section:
        - path: /reference/hidl/android/hardware/wifi/offload/1.0/IOffload
          title: IOffload @1.0
        - path: /reference/hidl/android/hardware/wifi/offload/1.0/IOffloadCallback
          title: IOffloadCallback @1.0
        - path: /reference/hidl/android/hardware/wifi/offload/1.0/types
          title: types @1.0
        title: android.hardware.wifi.offload
      - section:
        - path: /reference/hidl/android/hardware/wifi/supplicant/1.1/ISupplicant
          title: ISupplicant @1.1
        - path: /reference/hidl/android/hardware/wifi/supplicant/1.0/ISupplicant
          title: ISupplicant @1.0
        - path: /reference/hidl/android/hardware/wifi/supplicant/1.0/ISupplicantCallback
          title: ISupplicantCallback @1.0
        - path: /reference/hidl/android/hardware/wifi/supplicant/1.0/ISupplicantIface
          title: ISupplicantIface @1.0
        - path: /reference/hidl/android/hardware/wifi/supplicant/1.0/ISupplicantNetwork
          title: ISupplicantNetwork @1.0
        - path: /reference/hidl/android/hardware/wifi/supplicant/1.0/ISupplicantP2pIface
          title: ISupplicantP2pIface @1.0
        - path: /reference/hidl/android/hardware/wifi/supplicant/1.0/ISupplicantP2pIfaceCallback
          title: ISupplicantP2pIfaceCallback @1.0
        - path: /reference/hidl/android/hardware/wifi/supplicant/1.0/ISupplicantP2pNetwork
          title: ISupplicantP2pNetwork @1.0
        - path: /reference/hidl/android/hardware/wifi/supplicant/1.0/ISupplicantP2pNetworkCallback
          title: ISupplicantP2pNetworkCallback @1.0
        - path: /reference/hidl/android/hardware/wifi/supplicant/1.1/ISupplicantStaIface
          title: ISupplicantStaIface @1.1
        - path: /reference/hidl/android/hardware/wifi/supplicant/1.0/ISupplicantStaIface
          title: ISupplicantStaIface @1.0
        - path: /reference/hidl/android/hardware/wifi/supplicant/1.1/ISupplicantStaIfaceCallback
          title: ISupplicantStaIfaceCallback @1.1
        - path: /reference/hidl/android/hardware/wifi/supplicant/1.0/ISupplicantStaIfaceCallback
          title: ISupplicantStaIfaceCallback @1.0
        - path: /reference/hidl/android/hardware/wifi/supplicant/1.1/ISupplicantStaNetwork
          title: ISupplicantStaNetwork @1.1
        - path: /reference/hidl/android/hardware/wifi/supplicant/1.0/ISupplicantStaNetwork
          title: ISupplicantStaNetwork @1.0
        - path: /reference/hidl/android/hardware/wifi/supplicant/1.0/ISupplicantStaNetworkCallback
          title: ISupplicantStaNetworkCallback @1.0
        - path: /reference/hidl/android/hardware/wifi/supplicant/1.0/types
          title: types @1.0
        title: android.hardware.wifi.supplicant
      - section:
        - path: /reference/hidl/android/hidl/allocator/1.0/IAllocator
          title: IAllocator @1.0
        title: android.hidl.allocator
      - section:
        - path: /reference/hidl/android/hidl/base/1.0/IBase
          title: IBase @1.0
        - path: /reference/hidl/android/hidl/base/1.0/types
          title: types @1.0
        title: android.hidl.base
      - section:
        - path: /reference/hidl/android/hidl/manager/1.1/IServiceManager
          title: IServiceManager @1.1
        - path: /reference/hidl/android/hidl/manager/1.0/IServiceManager
          title: IServiceManager @1.0
        - path: /reference/hidl/android/hidl/manager/1.0/IServiceNotification
          title: IServiceNotification @1.0
        title: android.hidl.manager
      - section:
        - path: /reference/hidl/android/hidl/memory/1.0/IMapper
          title: IMapper @1.0
        - path: /reference/hidl/android/hidl/memory/1.0/IMemory
          title: IMemory @1.0
        title: android.hidl.memory
      - section:
        - path: /reference/hidl/android/hidl/memory/block/1.0/types
          title: types @1.0
        title: android.hidl.memory.block
      - section:
        - path: /reference/hidl/android/hidl/memory/token/1.0/IMemoryToken
          title: IMemoryToken @1.0
        title: android.hidl.memory.token
      - section:
        - path: /reference/hidl/android/hidl/token/1.0/ITokenManager
          title: ITokenManager @1.0
        title: android.hidl.token
      - section:
        - path: /reference/hidl/android/system/net/netd/1.1/INetd
          title: INetd @1.1
        - path: /reference/hidl/android/system/net/netd/1.0/INetd
          title: INetd @1.0
        title: android.system.net.netd
      - section:
        - path: /reference/hidl/android/system/wifi/keystore/1.0/IKeystore
          title: IKeystore @1.0
        title: android.system.wifi.keystore
      name: HIDL
    - contents:
      - path: /reference/hal/
        title: 硬件抽象层
      - path: /reference/hal/annotated
        title: 数据结构
      - path: /reference/hal/classes
        title: 数据结构索引
      - path: /reference/hal/functions
        title: 数据字段
      - path: /reference/hal/files
        title: 文件列表
      - path: /reference/hal/globals
        title: 全局类型
      - path: /reference/hal/deprecated
        title: 已弃用
      name: HAL
    - contents:
      - path: /reference/tradefed/classes
        title: 类索引
      - path: /reference/tradefed/packages
        title: 软件包索引
      - path: /reference/tradefed/com/android/tradefed/build/package-summary
        title: com.android.tradefed.build
      - path: /reference/tradefed/com/android/tradefed/command/package-summary
        title: com.android.tradefed.command
      - path: /reference/tradefed/com/android/tradefed/command/remote/package-summary
        title: com.android.tradefed.command.remote
      - path: /reference/tradefed/com/android/tradefed/config/package-summary
        title: com.android.tradefed.config
      - path: /reference/tradefed/com/android/tradefed/config/gcs/package-summary
        title: com.android.tradefed.config.gcs
      - path: /reference/tradefed/com/android/tradefed/device/package-summary
        title: com.android.tradefed.device
      - path: /reference/tradefed/com/android/tradefed/device/metric/package-summary
        title: com.android.tradefed.device.metric
      - path: /reference/tradefed/com/android/tradefed/guice/package-summary
        title: com.android.tradefed.guice
      - path: /reference/tradefed/com/android/tradefed/host/package-summary
        title: com.android.tradefed.host
      - path: /reference/tradefed/com/android/tradefed/invoker/package-summary
        title: com.android.tradefed.invoker
      - path: /reference/tradefed/com/android/tradefed/invoker/sandbox/package-summary
        title: com.android.tradefed.invoker.sandbox
      - path: /reference/tradefed/com/android/tradefed/invoker/shard/package-summary
        title: com.android.tradefed.invoker.shard
      - path: /reference/tradefed/com/android/tradefed/log/package-summary
        title: com.android.tradefed.log
      - path: /reference/tradefed/com/android/tradefed/result/package-summary
        title: com.android.tradefed.result
      - path: /reference/tradefed/com/android/tradefed/result/ddmlib/package-summary
        title: com.android.tradefed.result.ddmlib
      - path: /reference/tradefed/com/android/tradefed/result/suite/package-summary
        title: com.android.tradefed.result.suite
      - path: /reference/tradefed/com/android/tradefed/sandbox/package-summary
        title: com.android.tradefed.sandbox
      - path: /reference/tradefed/com/android/tradefed/suite/checker/package-summary
        title: com.android.tradefed.suite.checker
      - path: /reference/tradefed/com/android/tradefed/targetprep/package-summary
        title: com.android.tradefed.targetprep
      - path: /reference/tradefed/com/android/tradefed/targetprep/companion/package-summary
        title: com.android.tradefed.targetprep.companion
      - path: /reference/tradefed/com/android/tradefed/targetprep/multi/package-summary
        title: com.android.tradefed.targetprep.multi
      - path: /reference/tradefed/com/android/tradefed/targetprep/suite/package-summary
        title: com.android.tradefed.targetprep.suite
      - path: /reference/tradefed/com/android/tradefed/testtype/package-summary
        title: com.android.tradefed.testtype
      - path: /reference/tradefed/com/android/tradefed/testtype/host/package-summary
        title: com.android.tradefed.testtype.host
      - path: /reference/tradefed/com/android/tradefed/testtype/junit4/package-summary
        title: com.android.tradefed.testtype.junit4
      - path: /reference/tradefed/com/android/tradefed/testtype/junit4/builder/package-summary
        title: com.android.tradefed.testtype.junit4.builder
      - path: /reference/tradefed/com/android/tradefed/testtype/metricregression/package-summary
        title: com.android.tradefed.testtype.metricregression
      - path: /reference/tradefed/com/android/tradefed/testtype/python/package-summary
        title: com.android.tradefed.testtype.python
      - path: /reference/tradefed/com/android/tradefed/testtype/suite/package-summary
        title: com.android.tradefed.testtype.suite
      - path: /reference/tradefed/com/android/tradefed/testtype/suite/module/package-summary
        title: com.android.tradefed.testtype.suite.module
      - path: /reference/tradefed/com/android/tradefed/testtype/testdefs/package-summary
        title: com.android.tradefed.testtype.testdefs
      - path: /reference/tradefed/com/android/tradefed/util/package-summary
        title: com.android.tradefed.util
      - path: /reference/tradefed/com/android/tradefed/util/clockwork/package-summary
        title: com.android.tradefed.util.clockwork
      - path: /reference/tradefed/com/android/tradefed/util/hostmetric/package-summary
        title: com.android.tradefed.util.hostmetric
      - path: /reference/tradefed/com/android/tradefed/util/keystore/package-summary
        title: com.android.tradefed.util.keystore
      - path: /reference/tradefed/com/android/tradefed/util/net/package-summary
        title: com.android.tradefed.util.net
      - path: /reference/tradefed/com/android/tradefed/util/proto/package-summary
        title: com.android.tradefed.util.proto
      - path: /reference/tradefed/com/android/tradefed/util/sl4a/package-summary
        title: com.android.tradefed.util.sl4a
      - path: /reference/tradefed/com/android/tradefed/util/xml/package-summary
        title: com.android.tradefed.util.xml
      name: Trade Federation
  name: 参考