Home
last modified time | relevance | path

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

12345678910>>...74

/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/res/layout/
H A Dactivity_main.xml2 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:background="#000000" >
8 android:id="@+id/surfaceViewCamera1"
9 android:layout_width="match_parent"
10 android:layout_height="match_parent" />
13 android:id="@+id/canvasView"
14 android:layout_width="match_parent"
15 android:layout_height="match_parent"
[all …]
H A Dmain2.xml2 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent" >
7 android:id="@+id/surfaceViewCamera1"
8 android:layout_width="match_parent"
9 android:layout_height="match_parent" />
/OK3568_Linux_fs/external/mpp/build/android/
H A Dndk_links.md5 * https://dl.google.com/android/repository/android-ndk-r16-windows-x86.zip
6 * https://dl.google.com/android/repository/android-ndk-r16-windows-x86_64.zip
7 * https://dl.google.com/android/repository/android-ndk-r16-darwin-x86_64.zip
8 * https://dl.google.com/android/repository/android-ndk-r16-linux-x86_64.zip
14 * https://dl.google.com/android/repository/android-ndk-r15c-windows-x86.zip
15 * https://dl.google.com/android/repository/android-ndk-r15c-windows-x86_64.zip
16 * https://dl.google.com/android/repository/android-ndk-r15c-darwin-x86_64.zip
17 * https://dl.google.com/android/repository/android-ndk-r15c-linux-x86_64.zip
23 * https://dl.google.com/android/repository/android-ndk-r15c-windows-x86.zip
24 * https://dl.google.com/android/repository/android-ndk-r15c-windows-x86_64.zip
[all …]
H A DREADME.md1 # android-cmake
3Android. This is a collection of CMake scripts that may be useful to the Android NDK community. It…
5 …ripts so that devs that use CMake as their build system may easily compile native code for Android.
9 cmake -DCMAKE_TOOLCHAIN_FILE=android.toolchain.cmake \
18 …cmake -DCMAKE_TOOLCHAIN_FILE=android.toolchain.cmake -DANDROID_NDK=<ndk_path> -DCMAKE_BUILD_TYPE=R…
27 So if you have installed the NDK as `~/android-ndk-r10d` then _android-cmake_ will locate it automa…
31 To build a cmake-based C/C++ project for Android you need:
33 * Android NDK (>= r5) http://developer.android.com/tools/sdk/ndk/index.html
36 The _android-cmake_ is also capable to build with NDK from AOSP or Linaro Android source tree, but …
66 * **ANDROID_NDK** - path to the Android NDK. If not set then _android-cmake_ will search for the mo…
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/
H A DAndroidManifest.xml2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
4 android:versionCode="1"
5 android:versionName="1.0">
7 <uses-permission android:name="android.permission.CAMERA" />
8 <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
9 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
10 <uses-feature android:name="android.hardware.camera" />
14 android:allowBackup="true"
15 android:icon="@drawable/rockchip"
16 android:label="@string/app_name"
[all …]
/OK3568_Linux_fs/kernel/
H A Dbuild.config.gki.aarch649 ABI_DEFINITION=android/abi_gki_aarch64.xml
11 KMI_SYMBOL_LIST=android/abi_gki_aarch64
13 android/abi_gki_aarch64_type_visibility
14 android/abi_gki_aarch64_core
15 android/abi_gki_aarch64_db845c
16 android/abi_gki_aarch64_exynos
17 android/abi_gki_aarch64_exynosauto
18 android/abi_gki_aarch64_fips140
19 android/abi_gki_aarch64_galaxy
20 android/abi_gki_aarch64_generic
[all …]
H A DREADME.md1 # How do I submit patches to Android Common Kernels
14 fixing an Android-specific bug, these are very unlikely to be accepted unless they have been
15 …coordinated with kernel-team@android.com. If you want to proceed, post a patch that conforms to the
22 (see https://source.android.com/setup/build/building-kernels)
24 `UPSTREAM:`, `BACKPORT:`, `FROMGIT:`, `FROMLIST:`, or `ANDROID:`.
26 - If an Android bug has been assigned, there must be a `Bug:` tag.
114 - add a `Bug:` tag with the Android bug (required for patches not accepted into
131 ## Requirements for Android-specific patches: `ANDROID:`
133 - If the patch is fixing a bug to Android-specific code
134 - tag the patch subject with `ANDROID:`
[all …]
/OK3568_Linux_fs/u-boot/common/
H A Dimage-android.su
/OK3568_Linux_fs/kernel/drivers/android/
H A 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 …]
/OK3568_Linux_fs/buildroot/dl/fluidsynth/
HDfluidsynth-2.3.2.tar.gz ... .gitignore fluidsynth-2.3.2/doc/android/Makefile.android fluidsynth-2.3.2/ ...
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A Drkaiq.go4 "android/soong/android"
5 "android/soong/cc"
10 func rkaiqFlags(ctx android.BaseContext) []string {
34 func rkaiq_get_aiq_version(ctx android.BaseContext) string {
40 func rkaiqDefaults(ctx android.LoadHookContext) {
43 Android struct {
62 p.Target.Android.Cflags = rkaiq_getAlgosMacros(macros_map)
64 p.Target.Android.Cflags = append(p.Target.Android.Cflags, cflags...)
68 func rkaiqLibraryShared(ctx android.LoadHookContext) {
71 Android struct {
[all …]
/OK3568_Linux_fs/buildroot/dl/glmark2/
HDglmark2-06e78b67702b5413335ecdf1ae816da9c20f6ed9.tar.gz ... e78b67702b5413335ecdf1ae816da9c20f6ed9/README.android glmark2-06e78b67702b5413335ecdf1ae816da9c20f6ed9/android/ glmark2-06e78b67702b5413335ecdf1ae816da9c20f6ed9/android/Android.
/OK3568_Linux_fs/external/rknpu2/runtime/
H A DAndroid.go4 "android/soong/android"
5 "android/soong/cc"
17 android.RegisterModuleType("cc_librknnrt_prebuilt_library_shared", LibrknnrtFactory)
18 // android.RegisterModuleType("librknnrt_headers", LibrknnrtHeadersFactory)
21 func LibrknnrtFactory() (android.Module) {
23 android.AddLoadHook(module, LibrknnrtPrebuiltLibrary)
27 func LibrknnrtPrebuiltLibrary(ctx android.LoadHookContext) {
48 // func LibrknnrtHeadersFactory() (android.Module) {
50 // android.AddLoadHook(module, LibrknnrtHeaders)
54 // func LibrknnrtHeaders(ctx android.LoadHookContext) {
[all …]
/OK3568_Linux_fs/buildroot/dl/android-tools/
H A Dandroid-tools_4.2.2+git20130218-3ubuntu41.debian.tar.gz ... /android-tools-adb.udev debian/android-tools-fsutils.install debian/android-
/OK3568_Linux_fs/external/linux-rga/core/
H A Dplatform_gralloc4.cpp70 #include <android/hardware/graphics/mapper/4.0/IMapper.h>
74 using android::hardware::graphics::mapper::V4_0::Error;
75 using android::hardware::graphics::mapper::V4_0::IMapper;
76 using android::hardware::hidl_vec;
78 using android::gralloc4::MetadataType_PlaneLayouts;
79 using android::gralloc4::decodePlaneLayouts;
80 using android::gralloc4::MetadataType_Usage;
81 using android::gralloc4::decodeUsage;
82 using android::gralloc4::MetadataType_PlaneLayouts;
83 using android::gralloc4::decodePlaneLayouts;
[all …]
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/
H A Dandroid-tools-conf-configfs_1.0.bb1 DESCRIPTION = "Different utilities from Android - corressponding configuration files for using Conf…
7 file://android-gadget-setup \
8 file://android-gadget-start \
9 file://android-gadget-cleanup \
17 install -m 0755 ${WORKDIR}/android-gadget-setup ${D}${bindir}
18 install -m 0755 ${WORKDIR}/android-gadget-start ${D}${bindir}
19 install -m 0755 ${WORKDIR}/android-gadget-cleanup ${D}${bindir}
21 if [ -r ${WORKDIR}/android-gadget-setup.machine ] ; then
23 install -m 0644 ${WORKDIR}/android-gadget-setup.machine ${D}${sysconfdir}
26 install -d ${D}${systemd_unitdir}/system/android-tools-adbd.service.d
[all …]
H A Dandroid-tools_10.0.0.r36.bb1 DESCRIPTION = "Different utilities from Android"
12 ANDROID_MIRROR = "android.googlesource.com"
23 …git://salsa.debian.org/android-tools-team/android-platform-external-boringssl;name=boringssl;proto…
24 …git://salsa.debian.org/android-tools-team/android-platform-system-core;name=core;protocol=https;no…
25 …git://salsa.debian.org/android-tools-team/android-platform-system-extras;name=extras;protocol=http…
27 …git://salsa.debian.org/android-tools-team/android-platform-build.git;name=build;protocol=https;nob…
28 …git://salsa.debian.org/android-tools-team/android-platform-external-libunwind.git;protocol=https;n…
31 # Patches copied from android-platform-system-core/debian/patches
53 # Patches copied from android-platform-external-libunwind/debian/patches
83 file://android-tools-adbd.service \
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/
H A Dandroid-tools-conf-configfs_1.0.bb1 DESCRIPTION = "Different utilities from Android - corressponding configuration files for using Conf…
7 file://android-gadget-setup \
8 file://android-gadget-start \
9 file://android-gadget-cleanup \
17 install -m 0755 ${WORKDIR}/android-gadget-setup ${D}${bindir}
18 install -m 0755 ${WORKDIR}/android-gadget-start ${D}${bindir}
19 install -m 0755 ${WORKDIR}/android-gadget-cleanup ${D}${bindir}
21 if [ -r ${WORKDIR}/android-gadget-setup.machine ] ; then
23 install -m 0644 ${WORKDIR}/android-gadget-setup.machine ${D}${sysconfdir}
26 install -d ${D}${systemd_unitdir}/system/android-tools-adbd.service.d
[all …]
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A 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 …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/jar/
H A DAndroidManifest.xml1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="org.qtproject.qt5.android.positioning"
3 android:versionCode="1"
4 android:versionName="1.0" >
5 …<supports-screens android:smallScreens="true" android:largeScreens="true" android:anyDensity="true…
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/java/com/rockchip/gpadc/demo/
H A DMainActivity.java3 import android.Manifest;
4 import android.app.Activity;
5 import android.content.Intent;
6 import android.content.pm.PackageManager;
7 import android.os.Build;
8 import android.os.Bundle;
9 import android.support.annotation.NonNull;
10 import android.support.v4.app.ActivityCompat;
11 import android.support.v4.content.ContextCompat;
12 import android.util.Log;
[all …]
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core/
H A D0014-patching-libbacktrace.mk-to-build-in-yocto-environme.patch8 android-tools.
12 of android-tools
14 Modified LDflags so that the libraries that are coming from other android-tools
40 -I/usr/include/android/lzma \
41 - -I/usr/include/android/unwind
42 + -I$(OUT_DIR)/usr/include/android/libunwind
44 -Wl,-rpath=/usr/lib/$(DEB_HOST_MULTIARCH)/android \
45 - -L/usr/lib/$(DEB_HOST_MULTIARCH)/android -lunwind \
47 + -L$(OUT_DIR)/usr/lib/$(DEB_HOST_MULTIARCH)/android -lunwind \
51 # https://github.com/android/ndk/issues/589
[all …]
/OK3568_Linux_fs/external/linux-rga/
H A DAndroid.go4 "android/soong/android"
5 "android/soong/cc"
14 android.RegisterModuleType("cc_librga", DefaultsFactory)
17 func DefaultsFactory() (android.Module) {
19 android.AddLoadHook(module, Defaults)
23 func Defaults(ctx android.LoadHookContext) {
73 func getSrcs(ctx android.BaseContext, sdkVersion int) ([]string) {
85 func getCflags(ctx android.BaseContext, sdkVersion int) ([]string) {
104 func getSharedLibs(ctx android.BaseContext, sdkVersion int) ([]string) {
111 libs = append(libs, "android.hardware.graphics.mapper@4.0")
[all …]
/OK3568_Linux_fs/buildroot/package/android-tools/
H A D0008-Include-sysmacros.h-to-compile-with-glibc-2.28.patch10 diff -urpN host-android-tools-4.2.2+git20130218.orig/core/adb/usb_linux.c host-android-tools-4.2.2+…
11 --- host-android-tools-4.2.2+git20130218.orig/core/adb/usb_linux.c 2013-02-18 15:49:03.000000000 +0…
12 +++ host-android-tools-4.2.2+git20130218/core/adb/usb_linux.c 2018-09-09 11:47:16.476292546 +0200
21 diff -urpN host-android-tools-4.2.2+git20130218.orig/core/adbd/usb_linux.c host-android-tools-4.2.2…
22 --- host-android-tools-4.2.2+git20130218.orig/core/adbd/usb_linux.c 2018-09-09 02:32:57.154503866 +…
23 +++ host-android-tools-4.2.2+git20130218/core/adbd/usb_linux.c 2018-09-09 11:47:28.148353880 +0200
32 diff -urpN host-android-tools-4.2.2+git20130218.orig/core/fastboot/usb_linux.c host-android-tools-4…
33 --- host-android-tools-4.2.2+git20130218.orig/core/fastboot/usb_linux.c 2013-02-18 15:49:03.0000000…
34 +++ host-android-tools-4.2.2+git20130218/core/fastboot/usb_linux.c 2018-09-09 11:46:53.028169154 +0…
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A 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 …]

12345678910>>...74