Home
last modified time | relevance | path

Searched refs:Android (Results 1 – 25 of 8122) sorted by relevance

12345678910>>...325

/device/generic/goldfish-opengl/
DAndroid.mk127 include $(GOLDFISH_OPENGL_PATH)/shared/qemupipe/Android.mk
128 include $(GOLDFISH_OPENGL_PATH)/shared/gralloc_cb/Android.mk
129 include $(GOLDFISH_OPENGL_PATH)/shared/GoldfishAddressSpace/Android.mk
132 include $(GOLDFISH_OPENGL_PATH)/android-emu/Android.mk
135 include $(GOLDFISH_OPENGL_PATH)/shared/OpenglCodecCommon/Android.mk
138 include $(GOLDFISH_OPENGL_PATH)/system/GLESv1_enc/Android.mk
139 include $(GOLDFISH_OPENGL_PATH)/system/GLESv2_enc/Android.mk
140 include $(GOLDFISH_OPENGL_PATH)/system/renderControl_enc/Android.mk
143 include $(GOLDFISH_OPENGL_PATH)/system/vulkan_enc/Android.mk
146 include $(GOLDFISH_OPENGL_PATH)/system/OpenglSystemCommon/Android.mk
[all …]
/device/generic/vulkan-cereal/third-party/angle/doc/
DDevSetupAndroid.md1 # ANGLE for Android
3 Building ANGLE for Android is heavily dependent on the Chromium toolchain. It is not currently poss…
5 From a Linux platform (the only platform that Chromium for Android supports), follow the steps in
6 [Checking out and building Chromium for Android](https://chromium.googlesource.com/chromium/src/+/m…
11 ## ANGLE GN args for Android
17 Once the editor is up, paste the following GN args to generate an Android build, and save the file.
29 …s with the above, you may be able to pull newer GN args from an official Android bot on [GPU.FYI w…
33 ## Building ANGLE for Android
63 Additional details are in [Android Test Instructions](https://chromium.googlesource.com/chromium/sr…
65 Additional Android dEQP notes can be found in [Running dEQP on Android](dEQP.md#Running-dEQP-on-And…
[all …]
DCaptureAndReplay.md104 ## Capturing an Android application
106 In order to capture on Android, the following additional steps must be taken. These steps
118 $ adb shell mkdir -p /sdcard/Android/data/$PACKAGE_NAME/angle_capture
123 On Android, it is difficult to set an environment variable before starting native code.
127 Note: Mid-execution capture doesn't work for Android just yet, so frame_start must be
146 $ adb pull /sdcard/Android/data/$PACKAGE_NAME/angle_capture replay_files
152 By default Context ID 1 will be replayed. On Android, Context ID 2 is more typical, some apps
161 Until we have samples building for Android, the replay sample must be run on desktop.
162 We will also be plumbing replay files into perf and correctness tests which will run on Android.
/device/generic/vulkan-cereal/third-party/angle/scripts/
Droll_aosp.sh61 gn gen out/Android --args="${gn_args[*]}"
62 gn desc out/Android --format=json "*" > out/Android/desc.json
63 python scripts/generate_android_bp.py out/Android/desc.json > Android.bp
65 git add Android.bp
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_KHR_android_surface/
DplatformCreateSurface_android.txt6 === Android Platform
8 [open,refpage='vkCreateAndroidSurfaceKHR',desc='Create a slink:VkSurfaceKHR object for an Android n…
10 To create a sname:VkSurfaceKHR object for an Android native window, call:
42 On Android, when a swapchain's pname:imageExtent does not match the
53 …eCreateInfoKHR',desc='Structure specifying parameters of a newly created Android surface object',t…
69 pname:window must: point to a valid Android basetype:ANativeWindow
75 [open,refpage='ANativeWindow',desc='Android native window type',type='basetypes']
82 The actual basetype:ANativeWindow type is defined in Android NDK headers.
/device/generic/car/tools/
DREADME.md2 …r AVD images. We intentailly keep this on the AOSP main trunk for vairous branches from Android 10.
6 - Link it into an Android source tree, e.g.:
18 …et. Whereas this script is just for a quick validation on other host via Android Emulator during d…
31 To create a clean local AVD config and run with the latest Android Emulator engine from the SDK.
54 ANDROID_SDK_ROOT="/Users/$USER/Library/Android/sdk" \
70 ### Android Emulator startup options
71 You can append [Android Emulator Command-line startup options](https://developer.android.com/studio…
/device/sample/frameworks/PlatformLibrary/
DREADME.txt5 This directory contains a full example of writing your own Android platform
6 shared library, without changing the Android framework. It also shows how to
13 shared library, which is not currently supported in Android.
31 The top-level Android.mk defines the rules to build the shared library itself,
41 the Android API. In the future we will allow shared libraries to have their
56 shared library. This code lives under jni/. The jni/Android.mk file defines
67 simply a regular Android .apk, like all of the other .apks created by the
70 - A LOCAL_JAVA_LIBRARIES line in the Android.mk to have the build system link
/device/generic/car/car_x86_64/
Dmanifest.ini3 name=Android emu
4 name-id=Android
7 description=Android
9 # version of the Android platform on which this add-on is built.
/device/generic/vulkan-cereal/third-party/angle/src/tests/deqp_support/
Ddeqp_khr_gles31_test_expectations.txt66 //// Android (i.e. Pixel*) Vulkan expectations
69 // Crashes on Android
84 // Android uses "old" sampler rewrite that doesn't support array of arrays
87 // Failing on Android with SwiftShader
92 // Crashing on Android with SwiftShader
96 // Crashing on Android with SwiftShader
99 // Crashing on Android with SwiftShader
102 // Crashing on Android with SwiftShader
/device/google/cuttlefish/
DAndroid.bp2 // Copyright (C) 2017 The Android Open Source Project
96 // both (1) non-Android OS like gLinux or Ubuntu, and (2) Android OS that is capable of running
97 // guest VM(s) in it. Note that, in the context of the Android build systm - Soong - (1) is called
99 // module is for the host-side VM (either Android or non-Android), "cuttlefish_host" shall be used.
108 // Same as "cuttlefish_host", but only for non-Android OS.
/device/generic/vulkan-cereal/
DREADME.md39 # Build: Android for host
41 Be in the Android build system. Then
47 This also builds for Android on-device.
75 ## Android Host Tests
86 graphics stack (mainly Android)
89 - `Android.bp`: specifies all guest-side build targets for Android:
/device/sample/apps/client/
DAndroid.bp2 // Copyright (C) 2008 The Android Open Source Project
18 // a custom shared library included with an Android system.
22 default_applicable_licenses: ["Android-Apache-2.0"],
32 // Link against the current Android SDK.
/device/google/barbet/self-extractors/qcom/
DLICENSE16 a. The term "Android" means the open source mobile platform, software
18 interfaces and mobile applications under the trade-name "Android"
19 distributed at Android.com.
21 b. The term "Android Applications" means a software application or
23 Android that does not contain or incorporate any of the Software.
25 c. The term "Authorized Android Enabled Device" means only the device
29 Android Enabled Device.
31 d. The term "Authorized Android Enabled Device Software" means a
32 packaged build for Authorized Android Enabled Devices, consisting
33 of files suitable for installation on an Authorized Android Enabled
[all …]
/device/google/bramble/self-extractors/google_devices/
DLICENSE16 a. The term "Android" means the open source mobile platform, software
18 interfaces and mobile applications under the trade-name "Android"
19 distributed at Android.com.
21 b. The term "Android Applications" means a software application or
23 Android that does not contain or incorporate any of the Software.
25 c. The term "Authorized Android Enabled Device" means only the device
29 Android Enabled Device.
31 d. The term "Authorized Android Enabled Device Software" means a
32 packaged build for Authorized Android Enabled Devices, consisting
33 of files suitable for installation on an Authorized Android Enabled
[all …]
/device/google/raviole/self-extractors_raven/google_devices/
DLICENSE16 a. The term "Android" means the open source mobile platform, software
18 interfaces and mobile applications under the trade-name "Android"
19 distributed at Android.com.
21 b. The term "Android Applications" means a software application or
23 Android that does not contain or incorporate any of the Software.
25 c. The term "Authorized Android Enabled Device" means only the device
29 Android Enabled Device.
31 d. The term "Authorized Android Enabled Device Software" means a
32 packaged build for Authorized Android Enabled Devices, consisting
33 of files suitable for installation on an Authorized Android Enabled
[all …]
/device/google/redfin/self-extractors/qcom/
DLICENSE16 a. The term "Android" means the open source mobile platform, software
18 interfaces and mobile applications under the trade-name "Android"
19 distributed at Android.com.
21 b. The term "Android Applications" means a software application or
23 Android that does not contain or incorporate any of the Software.
25 c. The term "Authorized Android Enabled Device" means only the device
29 Android Enabled Device.
31 d. The term "Authorized Android Enabled Device Software" means a
32 packaged build for Authorized Android Enabled Devices, consisting
33 of files suitable for installation on an Authorized Android Enabled
[all …]
/device/google/raviole/self-extractors_oriole/google_devices/
DLICENSE16 a. The term "Android" means the open source mobile platform, software
18 interfaces and mobile applications under the trade-name "Android"
19 distributed at Android.com.
21 b. The term "Android Applications" means a software application or
23 Android that does not contain or incorporate any of the Software.
25 c. The term "Authorized Android Enabled Device" means only the device
29 Android Enabled Device.
31 d. The term "Authorized Android Enabled Device Software" means a
32 packaged build for Authorized Android Enabled Devices, consisting
33 of files suitable for installation on an Authorized Android Enabled
[all …]
/device/google/tangorpro/self-extractors/google_devices/
DLICENSE16 a. The term "Android" means the open source mobile platform, software
18 interfaces and mobile applications under the trade-name "Android"
19 distributed at Android.com.
21 b. The term "Android Applications" means a software application or
23 Android that does not contain or incorporate any of the Software.
25 c. The term "Authorized Android Enabled Device" means only the device
29 Android Enabled Device.
31 d. The term "Authorized Android Enabled Device Software" means a
32 packaged build for Authorized Android Enabled Devices, consisting
33 of files suitable for installation on an Authorized Android Enabled
[all …]
/device/google/sunfish/self-extractors/qcom/
DLICENSE16 a. The term "Android" means the open source mobile platform, software
18 interfaces and mobile applications under the trade-name "Android"
19 distributed at Android.com.
21 b. The term "Android Applications" means a software application or
23 Android that does not contain or incorporate any of the Software.
25 c. The term "Authorized Android Enabled Device" means only the device
29 Android Enabled Device.
31 d. The term "Authorized Android Enabled Device Software" means a
32 packaged build for Authorized Android Enabled Devices, consisting
33 of files suitable for installation on an Authorized Android Enabled
[all …]
/device/google/sunfish/self-extractors/google_devices/
DLICENSE16 a. The term "Android" means the open source mobile platform, software
18 interfaces and mobile applications under the trade-name "Android"
19 distributed at Android.com.
21 b. The term "Android Applications" means a software application or
23 Android that does not contain or incorporate any of the Software.
25 c. The term "Authorized Android Enabled Device" means only the device
29 Android Enabled Device.
31 d. The term "Authorized Android Enabled Device Software" means a
32 packaged build for Authorized Android Enabled Devices, consisting
33 of files suitable for installation on an Authorized Android Enabled
[all …]
/device/google/pantah/self-extractors_cheetah/google_devices/
DLICENSE16 a. The term "Android" means the open source mobile platform, software
18 interfaces and mobile applications under the trade-name "Android"
19 distributed at Android.com.
21 b. The term "Android Applications" means a software application or
23 Android that does not contain or incorporate any of the Software.
25 c. The term "Authorized Android Enabled Device" means only the device
29 Android Enabled Device.
31 d. The term "Authorized Android Enabled Device Software" means a
32 packaged build for Authorized Android Enabled Devices, consisting
33 of files suitable for installation on an Authorized Android Enabled
[all …]
/device/google/coral/self-extractors_flame/google_devices/
DLICENSE16 a. The term "Android" means the open source mobile platform, software
18 interfaces and mobile applications under the trade-name "Android"
19 distributed at Android.com.
21 b. The term "Android Applications" means a software application or
23 Android that does not contain or incorporate any of the Software.
25 c. The term "Authorized Android Enabled Device" means only the device
29 Android Enabled Device.
31 d. The term "Authorized Android Enabled Device Software" means a
32 packaged build for Authorized Android Enabled Devices, consisting
33 of files suitable for installation on an Authorized Android Enabled
[all …]
/device/google/barbet/self-extractors/google_devices/
DLICENSE16 a. The term "Android" means the open source mobile platform, software
18 interfaces and mobile applications under the trade-name "Android"
19 distributed at Android.com.
21 b. The term "Android Applications" means a software application or
23 Android that does not contain or incorporate any of the Software.
25 c. The term "Authorized Android Enabled Device" means only the device
29 Android Enabled Device.
31 d. The term "Authorized Android Enabled Device Software" means a
32 packaged build for Authorized Android Enabled Devices, consisting
33 of files suitable for installation on an Authorized Android Enabled
[all …]
/device/google/bramble/self-extractors/qcom/
DLICENSE16 a. The term "Android" means the open source mobile platform, software
18 interfaces and mobile applications under the trade-name "Android"
19 distributed at Android.com.
21 b. The term "Android Applications" means a software application or
23 Android that does not contain or incorporate any of the Software.
25 c. The term "Authorized Android Enabled Device" means only the device
29 Android Enabled Device.
31 d. The term "Authorized Android Enabled Device Software" means a
32 packaged build for Authorized Android Enabled Devices, consisting
33 of files suitable for installation on an Authorized Android Enabled
[all …]
/device/google/redfin/self-extractors/google_devices/
DLICENSE16 a. The term "Android" means the open source mobile platform, software
18 interfaces and mobile applications under the trade-name "Android"
19 distributed at Android.com.
21 b. The term "Android Applications" means a software application or
23 Android that does not contain or incorporate any of the Software.
25 c. The term "Authorized Android Enabled Device" means only the device
29 Android Enabled Device.
31 d. The term "Authorized Android Enabled Device Software" means a
32 packaged build for Authorized Android Enabled Devices, consisting
33 of files suitable for installation on an Authorized Android Enabled
[all …]

12345678910>>...325