1 <!DOCTYPE html> 2 <html devsite> 3 <!--################ THIS FILE IS GENERATED ################--> 4 <!--################ DO NOT EDIT ################--> 5 <!--################ CHANGE THE HAL DOC COMMENTS ################--> 6 <head> 7 <title>$title | HIDL reference</title> 8 <meta name="project_path" value="/_project.yaml"> 9 <meta name="book_path" value="/reference/hidl/_book.yaml"> 10 <meta name="hide_page_heading" value="true"> 11 <link href="/reference/hidl/assets/style.css" rel="stylesheet"> 12 </head> 13 <body> 14 <header> 15 <h1 class="hide-from-toc">HIDL Reference</h1> 16 <p> 17 The HAL Interface Description Language (HIDL) specifies the interface 18 between a HAL and its users. It defines types and method calls, collected 19 into interfaces and packages. HIDL is a system for communicating between 20 codebases that may be compiled independently and is intended for 21 inter-process communication. See the 22 <a href="/devices/architecture/hidl">HIDL guides</a>. 23 </p> 24 </header> 25 <section> 26 <h2 class="hide-from-toc">Interfaces and types</h2> 27 $entries 28 </section> 29 </body> 30 </html> 31