Searched full:android (Results 1 – 25 of 1834) sorted by relevance
12345678910>>...74
2 <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 …]
2 <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" />
5 * https://dl.google.com/android/repository/android-ndk-r16-windows-x86.zip6 * https://dl.google.com/android/repository/android-ndk-r16-windows-x86_64.zip7 * https://dl.google.com/android/repository/android-ndk-r16-darwin-x86_64.zip8 * https://dl.google.com/android/repository/android-ndk-r16-linux-x86_64.zip14 * https://dl.google.com/android/repository/android-ndk-r15c-windows-x86.zip15 * https://dl.google.com/android/repository/android-ndk-r15c-windows-x86_64.zip16 * https://dl.google.com/android/repository/android-ndk-r15c-darwin-x86_64.zip17 * https://dl.google.com/android/repository/android-ndk-r15c-linux-x86_64.zip23 * https://dl.google.com/android/repository/android-ndk-r15c-windows-x86.zip24 * https://dl.google.com/android/repository/android-ndk-r15c-windows-x86_64.zip[all …]
1 # android-cmake3 …Android. 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.html36 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 …]
2 <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 …]
9 ABI_DEFINITION=android/abi_gki_aarch64.xml11 KMI_SYMBOL_LIST=android/abi_gki_aarch6413 android/abi_gki_aarch64_type_visibility14 android/abi_gki_aarch64_core15 android/abi_gki_aarch64_db845c16 android/abi_gki_aarch64_exynos17 android/abi_gki_aarch64_exynosauto18 android/abi_gki_aarch64_fips14019 android/abi_gki_aarch64_galaxy20 android/abi_gki_aarch64_generic[all …]
1 # How do I submit patches to Android Common Kernels14 fixing an Android-specific bug, these are very unlikely to be accepted unless they have been15 …coordinated with kernel-team@android.com. If you want to proceed, post a patch that conforms to the22 (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 into131 ## Requirements for Android-specific patches: `ANDROID:`133 - If the patch is fixing a bug to Android-specific code134 - tag the patch subject with `ANDROID:`[all …]
2 menu "Android" menu4 config ANDROID config5 bool "Android Drivers"7 Enable support for various drivers needed on the Android platform9 if ANDROID12 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 another20 Android process, using Binder to identify, invoke and pass arguments24 bool "Android Binderfs filesystem"[all …]
... .gitignore fluidsynth-2.3.2/doc/android/Makefile.android fluidsynth-2.3.2/ ...
4 "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 …]
... e78b67702b5413335ecdf1ae816da9c20f6ed9/README.android glmark2-06e78b67702b5413335ecdf1ae816da9c20f6ed9/android/ glmark2-06e78b67702b5413335ecdf1ae816da9c20f6ed9/android/Android.
4 "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 …]
... /android-tools-adb.udev debian/android-tools-fsutils.install debian/android-
70 #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 …]
1 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 ] ; then23 install -m 0644 ${WORKDIR}/android-gadget-setup.machine ${D}${sysconfdir}26 install -d ${D}${systemd_unitdir}/system/android-tools-adbd.service.d[all …]
1 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/patches53 # Patches copied from android-platform-external-libunwind/debian/patches83 file://android-tools-adbd.service \[all …]
1 How to compile perf for Android4 I. Set the Android NDK environment7 (a). Use the Android NDK9 1. You need to download and install the Android Native Development Kit (NDK).11 export NDK=/path/to/android-ndk16 export NDK_SYSROOT=${NDK}/platforms/android-24/arch-arm18 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-x8621 This method is only tested for Android NDK versions Revision 11b and later.25 (b). Use the Android source tree[all …]
1 <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…
3 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 …]
8 android-tools.12 of android-tools14 Modified LDflags so that the libraries that are coming from other android-tools40 -I/usr/include/android/lzma \41 - -I/usr/include/android/unwind42 + -I$(OUT_DIR)/usr/include/android/libunwind44 -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 …]
4 "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 …]
10 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 +020021 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 +020032 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…
3 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 …]