| /external/wpa_supplicant_8/wpa_supplicant/aidl/ |
| D | sta_network.h | 61 ::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 …]
|
| D | sta_iface.h | 69 ::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 …]
|
| D | p2p_iface.h | 58 ::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 …]
|
| D | sta_network.cpp | 135 ::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 …]
|
| D | p2p_iface.cpp | 281 ::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 …]
|
| D | supplicant.h | 49 ::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 …]
|
| D | sta_iface.cpp | 99 ndk::ScopedAStatus doZeroArgDriverCommand( in doZeroArgDriverCommand() 109 return ndk::ScopedAStatus::ok(); in doZeroArgDriverCommand() 112 ndk::ScopedAStatus doOneArgDriverCommand( in doOneArgDriverCommand() 119 ndk::ScopedAStatus doOneArgDriverCommand( in doOneArgDriverCommand() 319 ::ndk::ScopedAStatus StaIface::getName( in getName() 327 ::ndk::ScopedAStatus StaIface::getType( in getType() 335 ::ndk::ScopedAStatus StaIface::addNetwork( in addNetwork() 343 ::ndk::ScopedAStatus StaIface::removeNetwork( in removeNetwork() 351 ::ndk::ScopedAStatus StaIface::filsHlpFlushRequest() in filsHlpFlushRequest() 358 ::ndk::ScopedAStatus StaIface::filsHlpAddRequest( in filsHlpAddRequest() [all …]
|
| D | p2p_network.cpp | 41 ::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 …]
|
| D | p2p_network.h | 45 ::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 …]
|
| D | supplicant.cpp | 182 ::ndk::ScopedAStatus Supplicant::addP2pInterface( in addP2pInterface() 191 ::ndk::ScopedAStatus Supplicant::addStaInterface( in addStaInterface() 200 ::ndk::ScopedAStatus Supplicant::removeInterface( in removeInterface() 208 ::ndk::ScopedAStatus Supplicant::getP2pInterface( in getP2pInterface() 217 ::ndk::ScopedAStatus Supplicant::getStaInterface( in getStaInterface() 226 ::ndk::ScopedAStatus Supplicant::listInterfaces( in listInterfaces() 234 ::ndk::ScopedAStatus Supplicant::registerCallback( in registerCallback() 242 ::ndk::ScopedAStatus Supplicant::registerNonStandardCertCallback( in registerNonStandardCertCallback() 250 ::ndk::ScopedAStatus Supplicant::setDebugParams( in setDebugParams() 260 ::ndk::ScopedAStatus Supplicant::setConcurrencyPriority( in setConcurrencyPriority() [all …]
|
| D | iface_config_utils.cpp | 84 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 …]
|
| D | iface_config_utils.h | 32 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/ |
| D | android_build.sh | 12 # Fetch the NDK and extract just the toolchain we want. 13 ndk=android-ndk-r21d 14 wget -O $ndk.zip https://dl.google.com/android/repository/$ndk-linux-x86_64.zip 15 unzip -d / $ndk.zip "$ndk/toolchains/llvm/*" 16 rm $ndk.zip 19 rdfind -makehardlinks true -makeresultsfile false /android-ndk-r21d/ 21 find /android-ndk-r21d/ -type f | egrep -i "clang-check|clang-tidy|lldb" | xargs rm -f 23 sh .gitlab-ci/create-android-ndk-pc.sh /$ndk zlib.pc "" "-lz" "1.2.3" 25 sh .gitlab-ci/create-android-cross-file.sh /$ndk x86_64-linux-android x86_64 x86_64 26 sh .gitlab-ci/create-android-cross-file.sh /$ndk i686-linux-android x86 x86 [all …]
|
| /external/wpa_supplicant_8/hostapd/aidl/ |
| D | hostapd.h | 47 ::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/jemalloc_new/android/ |
| D | conf.sh | 4 # 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/ |
| D | README.md | 1 # 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")
|
| D | DO_BISECTION.sh | 5 # This is an example script to show users the steps for bisecting an NDK 7 # the NDK as a sample app. 14 # 1. Install NDK (make sure it is in your PATH) 85 --get_initial_items=ndk/get_initial_items.sh \ 86 --switch_to_good=ndk/switch_to_good.sh \ 87 --switch_to_bad=ndk/switch_to_bad.sh \ 88 --test_setup_script=ndk/test_setup.sh \ 89 --test_script=ndk/boot_test.sh \
|
| /external/deqp-deps/amber/kokoro/ndk-build/ |
| D | build.sh | 22 # NDK Path 23 export ANDROID_NDK="$BUILD_ROOT/android-ndk-r21" 30 # Get Android NDK. 31 wget -q https://dl.google.com/android/repository/android-ndk-r21-linux-x86_64.zip 32 unzip -q android-ndk-r21-linux-x86_64.zip 45 echo "$(date): Starting ndk-build for android_test ..." 46 "$ANDROID_NDK/ndk-build" \ 53 echo "$(date): ndk-build for android_test completed." 55 echo "$(date): Starting ndk-build for samples ..." 56 "$ANDROID_NDK/ndk-build" \ [all …]
|
| /external/minigbm/cros_gralloc/aidl/ |
| D | Allocator.cpp | 25 inline ndk::ScopedAStatus ToBinderStatus(AllocationError error) { in ToBinderStatus() 26 return ndk::ScopedAStatus::fromServiceSpecificError(static_cast<int32_t>(error)); in ToBinderStatus() 37 ndk::ScopedAStatus Allocator::initializeMetadata( in initializeMetadata() 65 return ndk::ScopedAStatus::ok(); in initializeMetadata() 74 ndk::ScopedAStatus Allocator::allocate(const std::vector<uint8_t>& descriptor, int32_t count, in allocate() 93 ndk::ScopedAStatus status = allocate(description, &outResult->stride, &handles[i]); in allocate() 109 return ndk::ScopedAStatus::ok(); in allocate() 112 ndk::ScopedAStatus Allocator::allocate(const BufferDescriptorInfoV4& descriptor, int32_t* outStride, in allocate() 154 return ndk::ScopedAStatus::ok(); in allocate() 169 ndk::ScopedAStatus Allocator::allocate2(const BufferDescriptorInfo& descriptor, int32_t count, in allocate2() [all …]
|
| D | Allocator.h | 26 ndk::ScopedAStatus allocate(const std::vector<uint8_t>& descriptor, int32_t count, 29 ndk::ScopedAStatus allocate2(const BufferDescriptorInfo& descriptor, int32_t count, 32 ndk::ScopedAStatus isSupported(const BufferDescriptorInfo& descriptor, 35 ndk::ScopedAStatus getIMapperLibrarySuffix(std::string* outResult) override; 38 ndk::SpAIBinder createBinder() override; 41 ndk::ScopedAStatus allocate( 46 ndk::ScopedAStatus initializeMetadata(
|
| /external/ImageMagick/config/ |
| D | configure.xml | 13 …<configure name="CC" value="/src/ndk/out/android-ndk-r22-canary/toolchains/llvm/prebuilt/linux-x86… 17 …ndk/out/android-ndk-r22-canary/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android28-cl… 21 …<configure name="CXX" value="/src/ndk/out/android-ndk-r22-canary/toolchains/llvm/prebuilt/linux-x8… 24 …ndk/out/android-ndk-r22-canary/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android28-cl…
|
| /external/libcxx/ |
| D | lit.site.cfg | 9 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/google-breakpad/android/ |
| D | run-checks.sh | 71 --ndk-dir=*) NDK_DIR=$optarg;; 100 ANDROID_NDK_ROOT in your environment to point to a valid Android NDK 101 installation directory, or use the --ndk-dir=<path> option. 104 Android NDK build system (ndk-build). 156 --ndk-dir=<path> Specify NDK installation directory. 170 # Select NDK install directory. 174 --ndk-dir=<path>." 177 log "Found NDK directory: $NDK_DIR" 179 log "Using NDK directory: $NDK_DIR" 182 NDK_BUILD="$NDK_DIR/ndk-build" [all …]
|
| /external/vulkan-validation-layers/layers/ |
| D | android_ndk_types.h | 28 // platform-26 (O) headers, where hardware_buffer.h first appears in the NDK. 30 // Building Vulkan validation with NDK header files prior to platform-26 is not supported. 32 // Decoder ring for Android compile symbols found here: https://github.com/android-ndk/ndk/issues/4… 38 // If NDK is O (platform-26 or -27), supplement the missing enums with pre-processor defined litera… 57 // Define the minimal set of NDK enums and structs needed to compile 58 // VK_ANDROID_external_memory_android_hardware_buffer validation without an NDK present 98 // Minimal NDK fxn stubs to allow testing on ndk-less platform
|
| /external/doclava/res/assets/templates-sdk/components/ |
| D | masthead.cs | 5 <div class="dac-header <?cs if:ndk ?>dac-ndk<?cs /if ?>" id="header"> 14 <?cs if:ndk ?><a class="dac-header-logo" style="width:144px;" href="<?cs var:toroot 15 ?>ndk/index.html"> 18 width="32" height="36" alt="Android" /> NDK 25 <?cs if:ndk 28 <a href="<?cs var:toroot ?>ndk/guides/index.html" class="dac-header-tab" 37 <a href="<?cs var:toroot ?>ndk/reference/index.html" class="dac-header-tab" 46 <a href="<?cs var:toroot ?>ndk/samples/index.html" class="dac-header-tab" 50 <a href="<?cs var:toroot ?>ndk/downloads/index.html" class="dac-header-tab" 108 /if ?><?cs # end if/else ndk ?> [all …]
|