tree: b96275b377d51264ddbf1c56d9dc8d9be35259f8 [path history] [tgz]
  1. init/
  2. BUILD.gn
  3. goldfish_library.cc
  4. goldfish_library.h
  5. goldfish_library_test.cc
  6. main.cc
  7. OWNERS
  8. README.md
goldfishd/README.md

Goldfishd: Android Emulator Daemon

About

Goldfishd (Android Emulator Daemon) is a daemon for getting messages sent from the host when running Chrome OS inside the Android Emulator. Because the code name of virtual hardware provided by Android Emulator is goldfish, we call it Goldfishd. It's only available on test images for testing/development purposes.

Work flow

This daemon opens /dev/goldfish_pipe to read messages from it. Messages from the host trigger different actions inside Chrome OS. See goldfishd::message in goldfish_library.h for all supported messages.