OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android
(Results
1 - 25
of
128
) sorted by relevancy
1
2
3
4
5
6
/src/external/bsd/wpa/dist/wpa_supplicant/binder/fi/w1/wpa_supplicant/
ISupplicantCallbacks.aidl
12
import
android
.os.PersistableBundle;
ISupplicant.aidl
12
import
android
.os.PersistableBundle;
/src/sys/external/isc/libsodium/dist/dist-build/
android-armv8-a.sh
4
NDK_PLATFORM=
android
-21 ARCH=arm64 HOST_COMPILER=aarch64-linux-
android
"$(dirname "$0")/
android
-build.sh"
android-mips64.sh
4
CC="mips64el-linux-
android
-gcc" NDK_PLATFORM=
android
-21 ARCH=mips64 HOST_COMPILER=mips64el-linux-
android
"$(dirname "$0")/
android
-build.sh"
android-x86_64.sh
4
NDK_PLATFORM=
android
-21 ARCH=x86_64 HOST_COMPILER=x86_64-linux-
android
"$(dirname "$0")/
android
-build.sh"
android-mips32.sh
4
ARCH=mips HOST_COMPILER=mipsel-linux-
android
"$(dirname "$0")/
android
-build.sh"
android-x86.sh
4
ARCH=x86 HOST_COMPILER=i686-linux-
android
"$(dirname "$0")/
android
-build.sh"
/src/external/bsd/wpa/dist/wpa_supplicant/binder/
supplicant.cpp
17
android
::binder::Status Supplicant::CreateInterface(
18
const
android
::os::PersistableBundle ¶ms,
19
android
::sp<fi::w1::wpa_supplicant::IIface> *aidl_return)
21
android
::String16 driver, ifname, confname, bridge_ifname;
24
if (!params.getString(
android
::String16("Ifname"), &ifname))
25
return
android
::binder::Status::fromServiceSpecificError(
27
android
::String8("Ifname missing in params."));
29
params.getString(
android
::String16("Driver"), &driver);
30
params.getString(
android
::String16("ConfigFile"), &confname);
31
params.getString(
android
::String16("BridgeIfname"), &bridge_ifname)
[
all
...]
supplicant.h
36
android
::binder::Status CreateInterface(
37
const
android
::os::PersistableBundle ¶ms,
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>>
binder_manager.h
40
android
::sp<fi::w1::wpa_supplicant::IIface> *iface_object);
49
android
::sp<Supplicant> supplicant_object_;
53
std::map<const void *,
android
::sp<Iface>> iface_object_map_;
binder_manager.cpp
43
android
::String16 service_name(binder_constants::kServiceName);
44
android
::defaultServiceManager()->addService(
45
service_name,
android
::IInterface::asBinder(supplicant_object_));
88
android
::sp<fi::w1::wpa_supplicant::IIface> *iface_object)
binder.cpp
31
android
::IPCThreadState::self()->handlePolledCommands();
44
android
::ProcessState::self()->setThreadPoolMaxThreadCount(0);
45
android
::IPCThreadState::self()->disableBackgroundScheduling(true);
46
android
::IPCThreadState::self()->setupPolling(&priv->binder_fd);
77
android
::IPCThreadState::shutdown();
/src/external/bsd/unbound/dist/contrib/android/
install_ndk.sh
19
if ! curl -L -k -s -o "$HOME/
android
-sdk.zip" https://dl.google.com/
android
/repository/commandlinetools-linux-6200805_latest.zip;
26
if ! curl -L -k -s -o "$HOME/
android
-ndk.zip" https://dl.google.com/
android
/repository/
android
-ndk-r20b-linux-x86_64.zip;
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
[
all
...]
install_openssl.sh
20
if ! cp ../contrib/
android
/15-
android
.conf Configurations/; then
21
echo "Failed to copy OpenSSL
Android
config"
/src/external/bsd/wpa/dist/wpa_supplicant/
Android.mk
2
# Copyright (C) 2008 The
Android
Open Source Project
15
include $(LOCAL_PATH)/
android
.config
22
# Set
Android
log name
28
# Set
Android
extended P2P functionality
44
# Use
Android
specific directory for control interface sockets
48
# Use
Android
specific directory for wpa_cli command completion history
/src/external/apache2/llvm/dist/libcxx/include/__support/android/
locale_bionic.h
28
#include <
android
/api-level.h>
29
#include <
android
/ndk-version.h>
/src/sys/external/bsd/compiler_rt/
prepare-import.sh
12
rm -rf SDKs
android
cmake make third_party unittests www
/src/crypto/external/apache2/openssl/dist/Configurations/
15-android.conf
0
####
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
riscv64 => "riscv64-linux-
android
",
16
x86 => "i686-linux-
android
",
17
x86_64 => "x86_64-linux-
android
",
22
if ($now_printing =~ m|^
android
|) {
61
$sysroot =~ m|/
android
-([0-9]+)/arch-(\w+)/?$|
[
all
...]
/src/crypto/external/bsd/openssl/dist/Configurations/
15-android.conf
0
####
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
...]
/src/crypto/external/bsd/openssl.old/dist/Configurations/
15-android.conf
0
####
Android
...
3
# See NOTES.
ANDROID
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
...]
/src/crypto/external/apache2/openssl/dist/crypto/perlasm/
x86asm.pl
268
$elf=$cpp=$coff=$aout=$macosx=$win32=$mwerks=$
android
=0;
283
elsif (($type eq "
android
"))
284
{ $elf=1; $
android
=1; require "x86gas.pl"; }
/src/crypto/external/bsd/openssl/dist/crypto/perlasm/
x86asm.pl
268
$elf=$cpp=$coff=$aout=$macosx=$win32=$mwerks=$
android
=0;
283
elsif (($type eq "
android
"))
284
{ $elf=1; $
android
=1; require "x86gas.pl"; }
/src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/
x86asm.pl
266
$elf=$cpp=$coff=$aout=$macosx=$win32=$mwerks=$
android
=0;
281
elsif (($type eq "
android
"))
282
{ $elf=1; $
android
=1; require "x86gas.pl"; }
/src/external/apache2/llvm/dist/libcxx/src/
system_error.cpp
23
#include <
android
/api-level.h>
/src/crypto/external/bsd/openssl.old/dist/
config
817
x86-*-
android
|i?86-*-
android
) OUT="
android
-x86" ;;
818
armv[7-9]*-*-
android
)
819
OUT="
android
-armeabi"
822
arm*-*-
android
) OUT="
android
-armeabi" ;;
Completed in 78 milliseconds
1
2
3
4
5
6
Indexes created Mon Apr 13 00:22:24 UTC 2026