Home
last modified time | relevance | path

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

12345678910>>...14

/freebsd/contrib/wpa/wpa_supplicant/binder/
H A Dsupplicant.cpp17 android::binder::Status Supplicant::CreateInterface( in CreateInterface()
18 const android::os::PersistableBundle &params, in CreateInterface()
19 android::sp<fi::w1::wpa_supplicant::IIface> *aidl_return) in CreateInterface()
21 android::String16 driver, ifname, confname, bridge_ifname; in CreateInterface()
24 if (!params.getString(android::String16("Ifname"), &ifname)) in CreateInterface()
25 return android::binder::Status::fromServiceSpecificError( in CreateInterface()
27 android::String8("Ifname missing in params.")); in CreateInterface()
29 params.getString(android::String16("Driver"), &driver); in CreateInterface()
30 params.getString(android::String16("ConfigFile"), &confname); in CreateInterface()
31 params.getString(android::String16("BridgeIfname"), &bridge_ifname); in CreateInterface()
[all …]
H A Dsupplicant.h36 android::binder::Status CreateInterface(
37 const android::os::PersistableBundle &params,
38 android::sp<fi::w1::wpa_supplicant::IIface> *aidl_return) override;
39 android::binder::Status
41 android::binder::Status GetInterface(
43 android::sp<fi::w1::wpa_supplicant::IIface> *aidl_return) override;
49 std::vector<android::sp<fi::w1::wpa_supplicant::ISupplicantCallbacks>>
H A Dbinder.cpp31 android::IPCThreadState::self()->handlePolledCommands(); in wpas_binder_sock_handler()
44 android::ProcessState::self()->setThreadPoolMaxThreadCount(0); in wpas_binder_init()
45 android::IPCThreadState::self()->disableBackgroundScheduling(true); in wpas_binder_init()
46 android::IPCThreadState::self()->setupPolling(&priv->binder_fd); in wpas_binder_init()
77 android::IPCThreadState::shutdown(); in wpas_binder_deinit()
/freebsd/contrib/ldns/
H A DREADME-Travis.md3 … and platforms. Compilers include Clang and GCC; while platforms include Android, iOS, Linux, and …
5 Android is tested on armv7a, aarch64, x86 and x86_64. The Android recipes build and install OpenSSL…
63 ## Android builds
65Android builds for the armv7a, aarch64, x86 and x86_64 architectures. The builds are trickier than…
67 ### Android job
73 name: Android armv7a, Linux, Amd64
78 - ANDROID=yes
80 - OPENSSL_HOST=android-arm
83 - ANDROID_PREFIX="$HOME/android$ANDROID_API-$ANDROID_CPU"
84 - ANDROID_SDK_ROOT="$HOME/android-sdk"
[all …]
/freebsd/contrib/unbound/
H A DREADME-Travis.md3 … and platforms. Compilers include Clang and GCC; while platforms include Android, iOS, Linux, and …
5 Android is tested on armv7a, aarch64, x86 and x86_64. The Android recipes build and install OpenSSL…
67 ## Android builds
69Android builds for the armv7a, aarch64, x86 and x86_64 architectures. The builds are trickier than…
71 ### Android job
77 name: Android armv7a, Linux, Amd64
84 - OPENSSL_HOST=android-arm
87 - ANDROID_PREFIX="$HOME/android$ANDROID_API-$ANDROID_CPU"
88 - ANDROID_SDK_ROOT="$HOME/android-sdk"
89 - ANDROID_NDK_ROOT="$HOME/android-ndk"
[all …]
/freebsd/contrib/unbound/contrib/android/
H A D15-android.conf1 #### Android...
3 # Heavily hacked 15-android.conf based on OpenSSL's config file of the same name.
4 # This 15-android.conf avoids compiler errors using NDK-r20. This 15-android.conf
5 # requires an environment set (sourced) using setenv-android.sh.
8 "android" => {
16 "android-arm" => {
17 inherit_from => [ "android", asm("armv4_asm") ],
20 "android-arm64" => {
21 inherit_from => [ "android", asm("aarch64_asm") ],
26 "android-x86" => {
[all …]
H A Dsetenv_android.sh4 # Sets the cross compile environment for Android
6 # Based upon OpenSSL's setenv-android.sh by TH, JW, and SM.
8 # Updated by Skycoder42 for current recommendations for Android.
32 # cryptest-android.sh may run this script without sourcing.
34 echo "setenv-android.sh is usually sourced, but not this time."
72 # https://developer.android.com/ndk/guides/abis.html
88 CC="aarch64-linux-android$ANDROID_API-clang"
89 CXX="aarch64-linux-android$ANDROID_API-clang++"
90 LD="aarch64-linux-android-ld"
91 AS="aarch64-linux-android-as"
[all …]
H A Dinstall_ndk.sh19 if ! curl -L -k -s -o "$HOME/android-sdk.zip" https://dl.google.com/android/repository/commandlinet…
26 if ! curl -L -k -s -o "$HOME/android-ndk.zip" https://dl.google.com/android/repository/android-ndk-…
33 if ! unzip -qq "$HOME/android-sdk.zip" -d "$ANDROID_SDK_ROOT";
40 if ! unzip -qq "$HOME/android-ndk.zip" -d "$HOME";
46 if ! mv "$HOME/android-ndk-r20b" "$ANDROID_NDK_ROOT";
48 echo "Failed to move $HOME/android-ndk-r20b to $ANDROID_NDK_ROOT"
52 rm -f "$HOME/android-sdk.zip"
53 rm -f "$HOME/android-ndk.zip"
/freebsd/crypto/openssl/
H A DNOTES-ANDROID.md1 Notes for Android platforms
7 Beside basic tools like perl and make you'll need to download the Android
17 Android is a cross-compiled target and you can't rely on `./Configure`
19 target explicitly; there are `android-arm`, `android-arm64`, `android-mips`,
20 `android-mip64`, `android-x86` and `android-x86_64` (`*MIPS` targets are no
31 will look something like `/some/where/android-sdk/ndk/<ver>`, and for a
32 standalone NDK the path will be something like `/some/where/android-ndk-<ver>`.
34 The NDK customarily supports multiple Android API levels, e.g. `android-14`,
35 `android-21`, etc. By default latest API level is chosen. If you need to target
38 to compile for Android 10 arm64 with a side-by-side NDK r20.0.5594570
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dandroid3 # $File: android,v 1.24 2023/02/20 16:51:59 christos Exp $
4 # Various android related magic entries
7 # Dalvik .dex format. http://retrodev.com/android/dexformat.html
18 # Android bootimg format
19 # From https://android.googlesource.com/\
22 0 string ANDROID! Android bootimg
36 # Android Backup archive
39 # URL: https://github.com/android/platform_frameworks_base/blob/\
41 # android/server/BackupManagerService.java#L2367
43 # android-backup-extractor/perl/backupencrypt.pl
[all …]
/freebsd/crypto/openssl/Configurations/
H A D15-android.conf1 #### Android...
3 # See NOTES-Android.md for details, and don't miss platform-specific
12 arm64 => "aarch64-linux-android",
13 mips => "mipsel-linux-android",
14 mips64 => "mips64el-linux-android",
15 x86 => "i686-linux-android",
16 x86_64 => "x86_64-linux-android",
21 if ($now_printing =~ m|^android|) {
60 $sysroot =~ m|/android-([0-9]+)/arch-(\w+)/?$|;
79 } glob("$ndk/platforms/android-$api");
[all …]
/freebsd/sys/contrib/libsodium/dist-build/
H A DMakefile.am2 android-build.sh \
3 android-arm.sh \
4 android-armv7-a.sh \
5 android-armv8-a.sh \
6 android-mips32.sh \
7 android-mips64.sh \
8 android-x86.sh \
9 android-x86_64.sh \
H A Dandroid-build.sh4 export NDK_PLATFORM="android-16"
7 export NDK_API_VERSION=$(echo "$NDK_PLATFORM" | sed 's/^android-//')
8 export NDK_API_VERSION_COMPAT=$(echo "$NDK_PLATFORM_COMPAT" | sed 's/^android-//')
12 echo "the Android NDK"
22 echo "You shouldn't use android-build.sh directly, use android-[arch].sh instead" >&2
28 export PREFIX="$(pwd)/libsodium-android-${TARGET_ARCH}"
29 export TOOLCHAIN_DIR="$(pwd)/android-toolchain-${TARGET_ARCH}"
H A Dandroid-mips64.sh4 CC="mips64el-linux-android-gcc" NDK_PLATFORM=android-21 ARCH=mips64 HOST_COMPILER=mips64el-linux-an…
H A Dandroid-x86_64.sh4 NDK_PLATFORM=android-21 ARCH=x86_64 HOST_COMPILER=x86_64-linux-android "$(dirname "$0")/android-bui…
H A Dandroid-armv8-a.sh4 NDK_PLATFORM=android-21 ARCH=arm64 HOST_COMPILER=aarch64-linux-android "$(dirname "$0")/android-bui…
/freebsd/sys/contrib/device-tree/Bindings/goldfish/
H A 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";
H A Daudio.txt1 Android Goldfish Audio
3 Android goldfish audio device generated by android emulator.
H A Dbattery.txt1 Android Goldfish Battery
3 Android goldfish battery device generated by android emulator.
/freebsd/contrib/wpa/src/utils/
H A Dbrowser-wpadebug.c2 * Hotspot 2.0 client - Web browser using wpadebug on Android
105 argv[3] = "android.action.MAIN"; in hs20_web_browser()
107 argv[5] = "android.intent.category.LAUNCHER"; in hs20_web_browser()
129 wpa_printf(MSG_INFO, "Closing Android browser"); in hs20_web_browser()
131 "start -a android.action.MAIN " in hs20_web_browser()
132 "-c android.intent.category.LAUNCHER " in hs20_web_browser()
H A Dbrowser-android.c2 * Hotspot 2.0 client - Web browser using Android browser
72 wpa_printf(MSG_INFO, "Launching Android browser to %s", url); in hs20_web_browser()
100 argv[0] = "browser-android"; in hs20_web_browser()
103 argv[3] = "android.intent.action.VIEW"; in hs20_web_browser()
120 wpa_printf(MSG_INFO, "Closing Android browser"); in hs20_web_browser()
/freebsd/sys/contrib/device-tree/Bindings/power/reset/
H A Dreboot-mode.txt12 For example modes common on Android platform:
14 - mode-recovery: Android Recovery mode, it is a mode to format the device or update a new image.
15 - mode-bootloader: Android fastboot mode, it's a mode to re-flash partitions on the Android based d…
H A 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…
/freebsd/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_unix.c19 #ifdef ANDROID
21 #endif /* ANDROID */
520 #ifdef ANDROID in wpas_ctrl_iface_open_sock()
528 #endif /* ANDROID */ in wpas_ctrl_iface_open_sock()
552 #ifdef ANDROID in wpas_ctrl_iface_open_sock()
554 * wpa_supplicant is started from /init.*.rc on Android and that seems in wpas_ctrl_iface_open_sock()
566 #endif /* ANDROID */ in wpas_ctrl_iface_open_sock()
671 #ifdef ANDROID in wpas_ctrl_iface_open_sock()
673 #endif /* ANDROID */ in wpas_ctrl_iface_open_sock()
742 #ifdef ANDROID in wpa_supplicant_ctrl_iface_init()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Dgoogle,goldfish-rtc.txt1 Android Goldfish RTC
3 Android Goldfish RTC device used by Android emulator.

12345678910>>...14