Git Product home page Git Product logo

android-external-qemu's People

Contributors

adetaylor avatar ashishb avatar digit-android avatar jackpal avatar jham avatar jnakajim avatar jyunjikondo avatar kruton avatar molerus avatar ralf-at-android avatar shianyow avatar sole avatar taleks avatar tnorbye avatar zeldin avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

android-external-qemu's Issues

Add a "virtual vibrator" device to qemu that logs commands to an fd

When the android Java Vibrator API is invoked, it ends up calling a C vibrate_on() interface in libhardware_legacy (IIRC). This interface is implemented in qemu builds by sending a message to a socket owned by the qemu VM. If I remember correctly, that message ends up in external/qemu/android/hw-control.c, but ends up being dropped because the emulator doesn't have an implementation of a virtual vibrator motor.

For testing, we would want to implement a virtual vibrator motor that logs when it's turned on. For now, it can simply log that information to /tmp/log.txt or some other file descriptor. The important part is having a virtual vibrator device in qemu that knows when the android OS tries to turn on the vibrator motor. Once our testing team makes more progress on the harness, we'll want to log the vibrator-on messages to an fd that our test harness can consume.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.