tree: 7519c62af769f5956ef35b7f17ad128761c0e5ea [path history] [tgz]
  1. daemon/
  2. include/
  3. libiioservice_ipc/
  4. mojo/
  5. OWNERS
  6. README.md
iioservice/README.md

Chrome OS Iio Service

The repository hosts the core Chrome OS platform iioservice components, including:

  • Mojo IPC library for clients to connect to iioservice

Mojo IPC library

This library provides mojo interfaces to connect to sensor_dispatcher and iioservice, and C++ utility functions and classes to establish mojo channels.

Daemon iioservice

  • /usr/sbin/iioservice

This daemon provides mojo channels that let processes connect to it. iioservice will dispatch devices' event data to the processes that need them. Each process can set the desired frequencies and IIO channels of devices without conflicts, as it owns all IIO devices.