/aosp12/bionic/libc/include/android/ |
H A D | versioning.h | 58 #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 D | CompilationType.h | 29 int api_level; member
|
H A D | SymbolFileParser.cpp | 235 std::string api_level; in isInApi() local 277 std::string api_level = tag.substr(tag.find('=') + 1); in parseApiLevelValue() local
|
H A D | versioner.cpp | 167 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 D | class_verifier.cc | 70 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 D | method_verifier.cc | 172 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 D | get_device_api_level_inlines.h | 44 int api_level = atoi(value); in android_get_device_api_level() local
|
/aosp12/art/libartbase/base/ |
H A D | membarrier.cc | 67 static int api_level = android_get_device_api_level(); in membarrier() local
|
/aosp12/bionic/linker/ |
H A D | linker_globals.cpp | 55 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 D | netjniutils.cpp | 34 int api_level = android_get_device_api_level(); in IsAtLeastS() local
|
/aosp12/packages/modules/adb/client/ |
H A D | fastdeploy.cpp | 84 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 D | HidlInternal.cpp | 59 static int api_level = android_get_device_api_level(); in getVndkSpHwPath() local
|
/aosp12/hardware/interfaces/biometrics/fingerprint/2.2/vts/functional/ |
H A D | VtsHalBiometricsFingerprintV2_2TargetTest.cpp | 103 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 D | android-developer-reference.js | 117 function new_node(me, mom, text, link, children_data, api_level) argument
|
/aosp12/system/core/libprocessgroup/setup/ |
H A D | cgroup_map_write.cpp | 229 unsigned int api_level = GetUintProperty<unsigned int>("ro.product.first_api_level", 0); in ReadDescriptors() local
|
/aosp12/system/core/libprocessgroup/ |
H A D | task_profiles.cpp | 454 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 D | VtsHalBiometricsFingerprintV2_1TargetTest.cpp | 199 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 D | VtsHalHealthV2_0TargetTest.cpp | 468 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 D | incfs.cpp | 131 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 D | atoms.proto | 12067 optional int32 api_level = 2; field
|