commit | a90bf5bbd35969eedb246f65bc4a7e42bb927833 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Fri May 24 18:40:05 2024 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Thu May 30 15:24:18 2024 +0900 |
tree | 0be416c85eaafd9d2081becaf16273507b679750 | |
parent | 3230cd989e99de2db0e981740eb6ebedb95aa218 [diff] |
Support cursor inside vm in VmLauncherApp 1. cursor size is always 64x64 according to virtio-gpu spec 2. create a surfaceview of which size is 64x64 3. pass the surfaceview to crosvm as a cursor surface 4. receive set_position event, and then move the view properly Bug: 327559087 Test: check cursor in vm Change-Id: I862a90d1703f0eaf068fbc91d66ea35f2645e2aa
Android Virtualization Framework (AVF) provides secure and private execution environments for executing code. AVF is ideal for security-oriented use cases that require stronger isolation assurances over those offered by Android’s app sandbox.
Visit our public doc site to learn more about what AVF is, what it is for, and how it is structured. This repository contains source code for userspace components of AVF.
If you want a quick start, see the getting started guideline and follow the steps there.
For in-depth explanations about individual topics and components, visit the following links.
AVF components:
AVF APIs:
How-Tos: