Home
last modified time | relevance | path

Searched full:android (Results 1 – 25 of 188) sorted by relevance

12345678

/linux-5.10/drivers/android/
DKconfig2 menu "Android" menu
4 config ANDROID config
5 bool "Android Drivers"
7 Enable support for various drivers needed on the Android platform
9 if ANDROID
12 bool "Android Binder IPC Driver"
16 Binder is used in Android for both communication between processes,
19 This means one Android process can call a method/routine in another
20 Android process, using Binder to identify, invoke and pass arguments
24 bool "Android Binderfs filesystem"
[all …]
/linux-5.10/tools/perf/Documentation/
Dandroid.txt1 How to compile perf for Android
4 I. Set the Android NDK environment
7 (a). Use the Android NDK
9 1. You need to download and install the Android Native Development Kit (NDK).
11 export NDK=/path/to/android-ndk
16 export NDK_SYSROOT=${NDK}/platforms/android-24/arch-arm
18 export NDK_TOOLCHAIN=${NDK}/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-
19 export NDK_SYSROOT=${NDK}/platforms/android-24/arch-x86
21 This method is only tested for Android NDK versions Revision 11b and later.
25 (b). Use the Android source tree
[all …]
/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-wakeup3 Contact: Tri Vo <trong@android.com>
10 Contact: Tri Vo <trong@android.com>
16 Contact: Tri Vo <trong@android.com>
23 Contact: Tri Vo <trong@android.com>
30 Contact: Tri Vo <trong@android.com>
37 Contact: Tri Vo <trong@android.com>
44 Contact: Tri Vo <trong@android.com>
52 Contact: Tri Vo <trong@android.com>
59 Contact: Tri Vo <trong@android.com>
66 Contact: Tri Vo <trong@android.com>
[all …]
Dsysfs-bus-iio-cros-ec27 by the Android sensor service hardware abstraction layer (sensor
28 HAL) through the Android container on ChromeOS.
/linux-5.10/Documentation/devicetree/bindings/goldfish/
Dpipe.txt1 Android Goldfish QEMU Pipe
3 Andorid pipe virtual device generated by android emulator.
7 - compatible : should contain "google,android-pipe" to match emulator
14 compatible = "google,android-pipe";
Daudio.txt1 Android Goldfish Audio
3 Android goldfish audio device generated by android emulator.
Dbattery.txt1 Android Goldfish Battery
3 Android goldfish battery device generated by android emulator.
Dtty.txt1 Android Goldfish TTY
3 Android goldfish tty device generated by android emulator.
Devents.txt1 Android Goldfish Events Keypad
3 Android goldfish events keypad device generated by android emulator.
/linux-5.10/drivers/staging/android/
DKconfig2 menu "Android" menu
4 if ANDROID
17 source "drivers/staging/android/ion/Kconfig"
19 endif # if ANDROID
DTODO13 Arve Hjønnevåg <arve@android.com> and Riley Andrews <riandrews@android.com>
/linux-5.10/Documentation/devicetree/bindings/power/reset/
Dreboot-mode.yaml22 For example, modes common Android platform are:
24 - recovery: Android Recovery mode, it is a mode to format the device or update a new image.
25 …- bootloader: Android fastboot mode, it's a mode to re-flash partitions on the Android based devic…
/linux-5.10/Documentation/devicetree/bindings/rtc/
Dgoogle,goldfish-rtc.txt1 Android Goldfish RTC
3 Android Goldfish RTC device used by Android emulator.
/linux-5.10/Documentation/devicetree/bindings/display/
Dgoogle,goldfish-fb.txt1 Android Goldfish framebuffer
3 Android Goldfish framebuffer device used by Android emulator.
/linux-5.10/Documentation/admin-guide/
Dbinderfs.rst3 The Android binderfs Filesystem
6 Android binderfs is a filesystem for the Android binder IPC mechanism. It
15 Android binderfs can be mounted with::
25 identical to the behavior of e.g. ``devpts`` and ``tmpfs``. The Android
/linux-5.10/arch/mips/generic/
DKconfig83 bool "Support Ranchu platform for Android emulator"
85 This enables support for the platform used by Android emulator.
89 Android emulator. Android emulator is based on Qemu, and contains
/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/
Dgoogle,goldfish-pic.txt1 Android Goldfish PIC
3 Android Goldfish programmable interrupt device used by Android
/linux-5.10/drivers/platform/goldfish/
DKconfig9 Unless you are building for the Android Goldfish emulator say N here.
17 the Goldfish Android Virtual Device.
/linux-5.10/drivers/staging/android/ion/
DKconfig9 used by Android to efficiently allocate buffers
11 If you're not using Android its probably safe to
/linux-5.10/tools/perf/arch/
Dcommon.c32 "aarch64-linux-android-",
74 "i686-linux-android-",
75 "i686-android-linux-",
83 "mipsel-linux-android-",
/linux-5.10/Documentation/kbuild/
Dllvm.rst16 used as viable substitutes. Distributions such as `Android
17 <https://www.android.com/>`_, `ChromeOS
90 - https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/
/linux-5.10/tools/testing/selftests/android/ion/
DREADME57 linux$ make TARGETS=android kselftest
59 linux$ make -C tools/testing/selftests TARGETS=android run_tests
79 linux# make TARGETS=android kselftest
/linux-5.10/arch/x86/entry/vdso/vdso32/
Dsystem_call.S26 * Unfortunately, naughty Android versions between July and December
33 * https://android-review.googlesource.com/#/q/Iac3295376d61ef83e713ac9b528f3b50aa780cd7
/linux-5.10/fs/erofs/
DKconfig11 high-performance read-only requirements, e.g. Android OS
27 which can be used for Android eng build, for example.
/linux-5.10/samples/binderfs/
Dbinderfs_example.c15 #include <linux/android/binder.h>
16 #include <linux/android/binderfs.h>

12345678