File: index.html

package info (click to toggle)
android-platform-system-tools-hidl 10.0.0%2Br36-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,936 kB
  • sloc: cpp: 21,933; yacc: 1,416; java: 1,239; lex: 496; sh: 360; python: 44; xml: 20; makefile: 12
file content (30 lines) | stat: -rw-r--r-- 1,138 bytes parent folder | download | duplicates (3)
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
<!DOCTYPE html>
<html devsite>
<!--################    THIS FILE IS GENERATED     ################-->
<!--################          DO NOT EDIT          ################-->
<!--################  CHANGE THE HAL DOC COMMENTS  ################-->
<head>
  <title>$title | HIDL reference</title>
  <meta name="project_path" value="/_project.yaml">
  <meta name="book_path" value="/reference/hidl/_book.yaml">
  <meta name="hide_page_heading" value="true">
  <link href="/reference/hidl/assets/style.css" rel="stylesheet">
</head>
<body>
  <header>
    <h1 class="hide-from-toc">HIDL Reference</h1>
    <p>
      The HAL Interface Description Language (HIDL) specifies the interface
      between a HAL and its users. It defines types and method calls, collected
      into interfaces and packages. HIDL is a system for communicating between
      codebases that may be compiled independently and is intended for
      inter-process communication. See the
      <a href="/devices/architecture/hidl">HIDL guides</a>.
    </p>
  </header>
  <section>
    <h2 class="hide-from-toc">Interfaces and types</h2>
$entries
  </section>
</body>
</html>