Home
last modified time | relevance | path

Searched full:ndk (Results 1 – 25 of 894) sorted by relevance

12345678910>>...36

/external/wpa_supplicant_8/wpa_supplicant/aidl/
Dsta_network.h61 ::ndk::ScopedAStatus getId(int32_t* _aidl_return) override;
62 ::ndk::ScopedAStatus getInterfaceName(std::string* _aidl_return) override;
63 ::ndk::ScopedAStatus getType(IfaceType* _aidl_return) override;
64 ::ndk::ScopedAStatus registerCallback(
66 ::ndk::ScopedAStatus setSsid(const std::vector<uint8_t>& in_ssid) override;
67 ::ndk::ScopedAStatus setBssid(const std::vector<uint8_t>& in_bssid) override;
68 ::ndk::ScopedAStatus setDppKeys(const DppConnectionKeys& in_keys) override;
69 ::ndk::ScopedAStatus setScanSsid(bool in_enable) override;
70 ::ndk::ScopedAStatus setKeyMgmt(KeyMgmtMask in_keyMgmtMask) override;
71 ::ndk::ScopedAStatus setProto(ProtoMask in_protoMask) override;
[all …]
Dp2p_iface.h58 ::ndk::ScopedAStatus getName(std::string* _aidl_return) override;
59 ::ndk::ScopedAStatus getType(IfaceType* _aidl_return) override;
60 ::ndk::ScopedAStatus addNetwork(
62 ::ndk::ScopedAStatus removeNetwork(int32_t in_id) override;
63 ::ndk::ScopedAStatus getNetwork(
65 ::ndk::ScopedAStatus listNetworks(std::vector<int32_t>* _aidl_return) override;
66 ::ndk::ScopedAStatus registerCallback(
68 ::ndk::ScopedAStatus getDeviceAddress(std::vector<uint8_t>* _aidl_return) override;
69 ::ndk::ScopedAStatus setSsidPostfix(const std::vector<uint8_t>& in_postfix) override;
70 ::ndk::ScopedAStatus setGroupIdle(
[all …]
Dsta_iface.h69 ::ndk::ScopedAStatus getName(std::string* _aidl_return) override;
70 ::ndk::ScopedAStatus getType(IfaceType* _aidl_return) override;
71 ::ndk::ScopedAStatus addNetwork(
73 ::ndk::ScopedAStatus removeNetwork(int32_t in_id) override;
74 ::ndk::ScopedAStatus filsHlpFlushRequest() override;
75 ::ndk::ScopedAStatus filsHlpAddRequest(
78 ::ndk::ScopedAStatus getNetwork(
80 ::ndk::ScopedAStatus listNetworks(std::vector<int32_t>* _aidl_return) override;
81 ::ndk::ScopedAStatus registerCallback(
83 ::ndk::ScopedAStatus reassociate() override;
[all …]
Dsta_network.cpp135 ::ndk::ScopedAStatus StaNetwork::getId( in getId()
143 ::ndk::ScopedAStatus StaNetwork::getInterfaceName( in getInterfaceName()
151 ::ndk::ScopedAStatus StaNetwork::getType( in getType()
159 ::ndk::ScopedAStatus StaNetwork::registerCallback( in registerCallback()
167 ::ndk::ScopedAStatus StaNetwork::setSsid( in setSsid()
175 ::ndk::ScopedAStatus StaNetwork::setBssid( in setBssid()
183 ::ndk::ScopedAStatus StaNetwork::setDppKeys(const DppConnectionKeys& in_keys) in setDppKeys()
190 ::ndk::ScopedAStatus StaNetwork::setScanSsid(bool in_enable) in setScanSsid()
197 ::ndk::ScopedAStatus StaNetwork::setKeyMgmt( in setKeyMgmt()
205 ::ndk::ScopedAStatus StaNetwork::setProto( in setProto()
[all …]
Dp2p_iface.cpp281 ::ndk::ScopedAStatus P2pIface::getName( in getName()
289 ::ndk::ScopedAStatus P2pIface::getType( in getType()
297 ::ndk::ScopedAStatus P2pIface::addNetwork( in addNetwork()
305 ::ndk::ScopedAStatus P2pIface::removeNetwork( in removeNetwork()
313 ::ndk::ScopedAStatus P2pIface::getNetwork( in getNetwork()
321 ::ndk::ScopedAStatus P2pIface::listNetworks( in listNetworks()
329 ::ndk::ScopedAStatus P2pIface::registerCallback( in registerCallback()
337 ::ndk::ScopedAStatus P2pIface::getDeviceAddress( in getDeviceAddress()
345 ::ndk::ScopedAStatus P2pIface::setSsidPostfix( in setSsidPostfix()
353 ::ndk::ScopedAStatus P2pIface::setGroupIdle( in setGroupIdle()
[all …]
Dsupplicant.h49 ::ndk::ScopedAStatus addP2pInterface(
52 ::ndk::ScopedAStatus addStaInterface(
55 ::ndk::ScopedAStatus removeInterface(
57 ::ndk::ScopedAStatus getP2pInterface(
60 ::ndk::ScopedAStatus getStaInterface(
63 ::ndk::ScopedAStatus listInterfaces(
65 ::ndk::ScopedAStatus registerCallback(
67 ::ndk::ScopedAStatus registerNonStandardCertCallback(
69 ::ndk::ScopedAStatus setDebugParams(
71 ::ndk::ScopedAStatus getDebugLevel(DebugLevel* _aidl_return) override;
[all …]
Dp2p_network.h45 ::ndk::ScopedAStatus getId(int32_t* _aidl_return) override;
46 ::ndk::ScopedAStatus getInterfaceName(std::string* _aidl_return) override;
47 ::ndk::ScopedAStatus getType(IfaceType* _aidl_return) override;
48 ::ndk::ScopedAStatus getSsid(std::vector<uint8_t>* _aidl_return) override;
49 ::ndk::ScopedAStatus getBssid(std::vector<uint8_t>* _aidl_return) override;
50 ::ndk::ScopedAStatus isCurrent(bool* _aidl_return) override;
51 ::ndk::ScopedAStatus isPersistent(bool* _aidl_return) override;
52 ::ndk::ScopedAStatus isGroupOwner(bool* _aidl_return) override;
53 ::ndk::ScopedAStatus setClientList(
55 ::ndk::ScopedAStatus getClientList(
[all …]
Dp2p_network.cpp41 ::ndk::ScopedAStatus P2pNetwork::getId( in getId()
49 ::ndk::ScopedAStatus P2pNetwork::getInterfaceName( in getInterfaceName()
57 ::ndk::ScopedAStatus P2pNetwork::getType( in getType()
65 ::ndk::ScopedAStatus P2pNetwork::getSsid( in getSsid()
73 ::ndk::ScopedAStatus P2pNetwork::getBssid( in getBssid()
81 ::ndk::ScopedAStatus P2pNetwork::isCurrent( in isCurrent()
89 ::ndk::ScopedAStatus P2pNetwork::isPersistent( in isPersistent()
97 ::ndk::ScopedAStatus P2pNetwork::isGroupOwner( in isGroupOwner()
105 ::ndk::ScopedAStatus P2pNetwork::setClientList( in setClientList()
113 ::ndk::ScopedAStatus P2pNetwork::getClientList( in getClientList()
[all …]
Dsta_iface.cpp100 ndk::ScopedAStatus doZeroArgDriverCommand( in doZeroArgDriverCommand()
110 return ndk::ScopedAStatus::ok(); in doZeroArgDriverCommand()
113 ndk::ScopedAStatus doOneArgDriverCommand( in doOneArgDriverCommand()
120 ndk::ScopedAStatus doOneArgDriverCommand( in doOneArgDriverCommand()
320 ::ndk::ScopedAStatus StaIface::getName( in getName()
328 ::ndk::ScopedAStatus StaIface::getType( in getType()
336 ::ndk::ScopedAStatus StaIface::addNetwork( in addNetwork()
344 ::ndk::ScopedAStatus StaIface::removeNetwork( in removeNetwork()
352 ::ndk::ScopedAStatus StaIface::filsHlpFlushRequest() in filsHlpFlushRequest()
359 ::ndk::ScopedAStatus StaIface::filsHlpAddRequest( in filsHlpAddRequest()
[all …]
Dsupplicant.cpp190 ::ndk::ScopedAStatus Supplicant::addP2pInterface( in addP2pInterface()
199 ::ndk::ScopedAStatus Supplicant::addStaInterface( in addStaInterface()
208 ::ndk::ScopedAStatus Supplicant::removeInterface( in removeInterface()
216 ::ndk::ScopedAStatus Supplicant::getP2pInterface( in getP2pInterface()
225 ::ndk::ScopedAStatus Supplicant::getStaInterface( in getStaInterface()
234 ::ndk::ScopedAStatus Supplicant::listInterfaces( in listInterfaces()
242 ::ndk::ScopedAStatus Supplicant::registerCallback( in registerCallback()
250 ::ndk::ScopedAStatus Supplicant::registerNonStandardCertCallback( in registerNonStandardCertCallback()
258 ::ndk::ScopedAStatus Supplicant::setDebugParams( in setDebugParams()
268 ::ndk::ScopedAStatus Supplicant::setConcurrencyPriority( in setConcurrencyPriority()
[all …]
Diface_config_utils.cpp84 ndk::ScopedAStatus setWpsDeviceName( in setWpsDeviceName()
93 return ndk::ScopedAStatus::ok(); in setWpsDeviceName()
96 ndk::ScopedAStatus setWpsDeviceType( in setWpsDeviceType()
103 return ndk::ScopedAStatus::ok(); in setWpsDeviceType()
106 ndk::ScopedAStatus setWpsManufacturer( in setWpsManufacturer()
115 return ndk::ScopedAStatus::ok(); in setWpsManufacturer()
118 ndk::ScopedAStatus setWpsModelName( in setWpsModelName()
127 return ndk::ScopedAStatus::ok(); in setWpsModelName()
130 ndk::ScopedAStatus setWpsModelNumber( in setWpsModelNumber()
139 return ndk::ScopedAStatus::ok(); in setWpsModelNumber()
[all …]
Diface_config_utils.h32 ndk::ScopedAStatus setWpsDeviceName(
34 ndk::ScopedAStatus setWpsDeviceType(
36 ndk::ScopedAStatus setWpsManufacturer(
38 ndk::ScopedAStatus setWpsModelName(
40 ndk::ScopedAStatus setWpsModelNumber(
42 ndk::ScopedAStatus setWpsSerialNumber(
44 ndk::ScopedAStatus setWpsConfigMethods(
46 ndk::ScopedAStatus setExternalSim(
/external/mesa3d/.gitlab-ci/container/debian/
Dandroid_build.sh18 # Fetch the NDK and extract just the toolchain we want.
19 ndk=$ANDROID_NDK
21 -o $ndk.zip https://dl.google.com/android/repository/$ndk-linux.zip
22 unzip -d / $ndk.zip "$ndk/toolchains/llvm/*"
23 rm $ndk.zip
26 rdfind -makehardlinks true -makeresultsfile false /${ndk}/
28 find /${ndk}/ -type f \( -iname '*clang-check*' -o -iname '*clang-tidy*' -o -iname '*lldb*' \) -exe…
30 sh .gitlab-ci/container/create-android-ndk-pc.sh /$ndk zlib.pc "" "-lz" "1.2.3" $ANDROID_SDK_VERSION
32 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk x86_64-linux-android x86_64 x86_64 $ANDR…
33 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk i686-linux-android x86 x86 $ANDROID_SDK_…
[all …]
Dx86_64_test-android.sh32 ############### Downloading NDK for native builds for the guest ...
34 # Fetch the NDK and extract just the toolchain we want.
35 ndk=$ANDROID_NDK
37 -o "$ndk.zip" "https://dl.google.com/android/repository/$ndk-linux.zip"
38 unzip -d / "$ndk.zip"
39 rm "$ndk.zip"
43 export ANDROID_NDK_HOME=/$ndk
54 EXTRA_CMAKE_ARGS="-DDEQP_TARGET_TOOLCHAIN=ndk-modern -DANDROID_NDK_PATH=/$ndk -DANDROID_ABI=x86_64 …
94 rm -rf "/${ndk:?}"
/external/wpa_supplicant_8/hostapd/aidl/
Dhostapd.h47 ::ndk::ScopedAStatus addAccessPoint(
49 ::ndk::ScopedAStatus removeAccessPoint(const std::string& iface_name) override;
50 ::ndk::ScopedAStatus terminate() override;
51 ::ndk::ScopedAStatus registerCallback(
53 ::ndk::ScopedAStatus forceClientDisconnect(
57 ::ndk::ScopedAStatus setDebugParams(DebugLevel level) override;
60 ::ndk::ScopedAStatus addAccessPointInternal(
63 ::ndk::ScopedAStatus addSingleAccessPoint(
69 ::ndk::ScopedAStatus addConcurrentAccessPoints(
72 ::ndk::ScopedAStatus removeAccessPointInternal(const std::string& iface_name);
[all …]
/external/minigbm/cros_gralloc/aidl/
DAllocator.cpp27 inline ndk::ScopedAStatus ToBinderStatus(AllocationError error) { in ToBinderStatus()
28 return ndk::ScopedAStatus::fromServiceSpecificError(static_cast<int32_t>(error)); in ToBinderStatus()
31 ndk::ScopedAStatus convertToCrosDescriptor(const BufferDescriptorInfo& info, in convertToCrosDescriptor()
53 return ndk::ScopedAStatus::ok(); in convertToCrosDescriptor()
69 ndk::ScopedAStatus Allocator::allocate(const std::vector<uint8_t>& encodedDescriptor, int32_t count, in allocate()
92 ndk::ScopedAStatus Allocator::allocate2(const BufferDescriptorInfo& descriptor, int32_t count, in allocate2()
101 ndk::ScopedAStatus status = convertToCrosDescriptor(descriptor, crosDescriptor); in allocate2()
109 ndk::ScopedAStatus Allocator::allocate(const struct cros_gralloc_buffer_descriptor& descriptor, int… in allocate()
120 ndk::ScopedAStatus status = allocateBuffer(descriptor, &outResult->stride, &handles[i]); in allocate()
136 return ndk::ScopedAStatus::ok(); in allocate()
[all …]
DAllocator.h25 ndk::ScopedAStatus allocate(const std::vector<uint8_t>& descriptor, int32_t count,
28 ndk::ScopedAStatus allocate2(const BufferDescriptorInfo& descriptor, int32_t count,
31 ndk::ScopedAStatus isSupported(const BufferDescriptorInfo& descriptor,
34 ndk::ScopedAStatus getIMapperLibrarySuffix(std::string* outResult) override;
37 ndk::SpAIBinder createBinder() override;
42 ndk::ScopedAStatus allocate(const struct cros_gralloc_buffer_descriptor& descriptor,
45 ndk::ScopedAStatus allocateBuffer(const struct cros_gralloc_buffer_descriptor& descriptor,
/external/jemalloc_new/android/
Dconf.sh4 # The NDK argument must be a NDK at r20 or newer so that it does not
7 ndk=${1}
8 if [[ "$ndk" == "" ]]; then
10 echo "usage: conf.sh NDK ARCH"
17 echo "usage: conf.sh NDK ARCH"
21 if [[ ! -d ${ndk} ]]; then
22 echo "NDK directory ${ndk} does not exist."
25 toolchain=${ndk}/toolchains/llvm/prebuilt/linux-x86_64
27 echo "NDK ${ndk} cannot find toolchain directory."
/external/toolchain-utils/binary_search_tool/ndk/
DREADME.md1 # NDK Bisection tool
3 This is an example bisection for an NDK build system. This example specifically
4 bisects the sample NDK Teapot app. All steps (setup and otherwise) for bisection
6 process required to bisect a compiler problem in an arbitrary NDK app build
11 1. Install the NDK (known to work with r12b)
13 1. See here for NDK: https://developer.android.com/ndk/index.html
14 2. Go here for older NDK downloads: https://github.com/android-ndk/ndk/wiki
19 1. Essentially you must go into the NDK source (or where you build system
24 2. If you're using the toolchains that come with the NDK they live at:
59 ndk.abiFilters.add("x86_64")
/external/deqp-deps/amber/kokoro/ndk-build/
Dbuild.sh26 # NDK Path
27 export ANDROID_NDK="$BUILD_ROOT/android-ndk-r25b"
34 # Get Android NDK.
35 wget -q https://dl.google.com/android/repository/android-ndk-r25b-linux.zip
36 unzip -q android-ndk-r25b-linux.zip
49 echo "$(date): Starting ndk-build for android_test ..."
50 "$ANDROID_NDK/ndk-build" \
57 echo "$(date): ndk-build for android_test completed."
59 echo "$(date): Starting ndk-build for samples ..."
60 "$ANDROID_NDK/ndk-build" \
[all …]
/external/openthread/script/
Dcmake-build70 OT_PLATFORMS=(simulation posix android-ndk)
160 android-ndk)
161 if [ -z "${NDK-}" ]; then
163 The 'NDK' environment variable needs to point to the Android NDK toolchain.
164 Please ensure the NDK is downloaded and extracted then try to run this script again
167 NDK=/opt/android-ndk-r25c ./script/cmake-build-android
169 You can download the NDK at https://developer.android.com/ndk/downloads
175 NDK_CMAKE_TOOLCHAIN_FILE="${NDK?}/build/cmake/android.toolchain.cmake"
178 Could not fild the Android NDK CMake toolchain file
179 - NDK=${NDK}
[all …]
/external/libcxx/
Dlit.site.cfg9 ndk = os.getenv('NDK')
10 if ndk is None:
11 sys.exit('The environment variable NDK must point to an NDK toolchain.')
34 config.configuration_variant = "libcxx.ndk"
36 config.sysroot = os.path.join(ndk, "platforms/android-21/arch-arm/")
/external/cronet/build/android/
Ddevil_chromium.json26 "../../third_party/android_toolchain/ndk/simpleperf/bin/android/arm/simpleperf"
31 "../../third_party/android_toolchain/ndk/simpleperf/bin/android/arm64/simpleperf"
36 "../../third_party/android_toolchain/ndk/simpleperf/bin/android/x86/simpleperf"
41 "../../third_party/android_toolchain/ndk/simpleperf/bin/android/x86_64/simpleperf"
46 "../../third_party/android_toolchain/ndk/simpleperf/bin/linux/x86/simpleperf"
51 "../../third_party/android_toolchain/ndk/simpleperf/bin/linux/x86_64/simpleperf"
60 "../../third_party/android_toolchain/ndk/simpleperf"
/external/angle/build/android/
Ddevil_chromium.json26 "../../third_party/android_toolchain/ndk/simpleperf/bin/android/arm/simpleperf"
31 "../../third_party/android_toolchain/ndk/simpleperf/bin/android/arm64/simpleperf"
36 "../../third_party/android_toolchain/ndk/simpleperf/bin/android/x86/simpleperf"
41 "../../third_party/android_toolchain/ndk/simpleperf/bin/android/x86_64/simpleperf"
46 "../../third_party/android_toolchain/ndk/simpleperf/bin/linux/x86/simpleperf"
51 "../../third_party/android_toolchain/ndk/simpleperf/bin/linux/x86_64/simpleperf"
60 "../../third_party/android_toolchain/ndk/simpleperf"
/external/google-breakpad/android/
Drun-checks.sh70 --ndk-dir=*) NDK_DIR=$optarg;;
99 ANDROID_NDK_ROOT in your environment to point to a valid Android NDK
100 installation directory, or use the --ndk-dir=<path> option.
103 Android NDK build system (ndk-build).
155 --ndk-dir=<path> Specify NDK installation directory.
169 # Select NDK install directory.
173 --ndk-dir=<path>."
176 log "Found NDK directory: $NDK_DIR"
178 log "Using NDK directory: $NDK_DIR"
181 NDK_BUILD="$NDK_DIR/ndk-build"
[all …]

12345678910>>...36