Home
last modified time | relevance | path

Searched defs:api_level (Results 1 – 20 of 20) sorted by relevance

/aosp12/bionic/libc/include/android/
H A Dversioning.h58 #define __INTRODUCED_IN_NO_GUARD_FOR_NDK(api_level) argument
59 #define __INTRODUCED_IN_X86_NO_GUARD_FOR_NDK(api_level) argument
62 #define __INTRODUCED_IN(api_level) __BIONIC_AVAILABILITY(introduced=api_level) argument
63 #define __DEPRECATED_IN(api_level) __BIONIC_AVAILABILITY(deprecated=api_level) argument
64 #define __REMOVED_IN(api_level) __BIONIC_AVAILABILITY(obsoleted=api_level) argument
80 #define __INTRODUCED_IN_64(api_level) argument
82 #define __INTRODUCED_IN_32(api_level) argument
88 #define __INTRODUCED_IN_X86(api_level) argument
90 #define __INTRODUCED_IN_ARM(api_level) argument
93 #define __INTRODUCED_IN_ARM(api_level) argument
[all …]
/aosp12/bionic/tools/versioner/src/
H A DCompilationType.h29 int api_level; member
H A DSymbolFileParser.cpp235 std::string api_level; in isInApi() local
277 std::string api_level = tag.substr(tag.find('=') + 1); in parseApiLevelValue() local
H A Dversioner.cpp167 for (int api_level : selected_levels) { in generateCompilationTypes() local
509 int api_level = strtol(optarg, &end, 10); in main() local
/aosp12/art/runtime/verifier/
H A Dclass_verifier.cc70 uint32_t api_level, in ReverifyClass()
137 uint32_t api_level, in VerifyClass()
161 uint32_t api_level, in CommonVerifyClass()
214 uint32_t api_level, in VerifyClass()
241 uint32_t api_level, in VerifyClass()
H A Dmethod_verifier.cc172 uint32_t api_level) REQUIRES_SHARED(Locks::mutator_lock_) in MethodVerifier()
5049 uint32_t api_level, in VerifyMethod()
5131 uint32_t api_level, in VerifyMethod()
5328 uint32_t api_level) { in VerifyMethodAndDump()
5368 uint32_t api_level) { in FindLocksAtDexPc()
5412 uint32_t api_level) { in CreateVerifier()
/aosp12/bionic/libc/include/bits/
H A Dget_device_api_level_inlines.h44 int api_level = atoi(value); in android_get_device_api_level() local
/aosp12/art/libartbase/base/
H A Dmembarrier.cc67 static int api_level = android_get_device_api_level(); in membarrier() local
/aosp12/bionic/linker/
H A Dlinker_globals.cpp55 void DL_WARN_documented_change(int api_level, const char* doc_fragment, const char* fmt, ...) { in DL_WARN_documented_change()
/aosp12/frameworks/libs/net/common/native/netjniutils/
H A Dnetjniutils.cpp34 int api_level = android_get_device_api_level(); in IsAtLeastS() local
/aosp12/packages/modules/adb/client/
H A Dfastdeploy.cpp84 static const int api_level = [] { in get_device_api_level() local
88 int api_level = -1; in get_device_api_level() local
/aosp12/system/libhidl/base/
H A DHidlInternal.cpp59 static int api_level = android_get_device_api_level(); in getVndkSpHwPath() local
/aosp12/hardware/interfaces/biometrics/fingerprint/2.2/vts/functional/
H A DVtsHalBiometricsFingerprintV2_2TargetTest.cpp103 auto api_level = GetUintProperty<uint64_t>("ro.product.first_api_level", 0); in SetUp() local
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/
H A Dandroid-developer-reference.js117 function new_node(me, mom, text, link, children_data, api_level) argument
/aosp12/system/core/libprocessgroup/setup/
H A Dcgroup_map_write.cpp229 unsigned int api_level = GetUintProperty<unsigned int>("ro.product.first_api_level", 0); in ReadDescriptors() local
/aosp12/system/core/libprocessgroup/
H A Dtask_profiles.cpp454 unsigned int api_level = GetUintProperty<unsigned int>("ro.product.first_api_level", 0); in TaskProfiles() local
/aosp12/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/
H A DVtsHalBiometricsFingerprintV2_1TargetTest.cpp199 uint64_t api_level = GetUintProperty<uint64_t>("ro.product.first_api_level", 0); in SetUp() local
/aosp12/hardware/interfaces/health/2.0/vts/functional/
H A DVtsHalHealthV2_0TargetTest.cpp468 uint64_t api_level = android::base::GetUintProperty<uint64_t>("ro.product.first_api_level", 0); in GetShippingApiLevel() local
/aosp12/system/incremental_delivery/incfs/
H A Dincfs.cpp131 uint64_t api_level = android::base::GetUintProperty<uint64_t>("ro.product.first_api_level", 0); in getFirstApiLevel() local
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto12067 optional int32 api_level = 2; field