unplugged-vendor/external/libchrome/mojo/public/java/system
2025-10-06 13:59:42 +00:00
..
javatests Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
src/org/chromium/mojo/system Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
base_run_loop.cc Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
core_impl.cc Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
watcher_impl.cc Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

Mojo Java System API

This document is a subset of the Mojo documentation.

[TOC]

Overview

This document provides a brief guide to Java Mojo bindings usage with example code snippets.

For a detailed API references please consult the class definitions in this directory.

TODO: Make the contents of this document less non-existent.

Message Pipes

Data Pipes

Shared Buffers

Native Platform Handles (File Descriptors, Windows Handles, etc.)

Watchers