Home
last modified time | relevance | path

Searched refs:__ANDROID_API_Q__ (Results 1 – 16 of 16) sorted by relevance

/aosp12/system/vold/model/
H A DVolumeEncryption.cpp39 return first_api_level > __ANDROID_API_Q__ ? VolumeMethod::kDefaultKey in lookup_volume_method()
44 if (first_api_level > __ANDROID_API_Q__) { in lookup_volume_method()
/aosp12/system/core/init/
H A Dhost_init_stubs.h30 #define __ANDROID_API_Q__ 29 macro
H A Dutil.cpp600 if (SelinuxGetVendorAndroidVersion() <= __ANDROID_API_Q__) { in ParseMountAll()
681 if (SelinuxGetVendorAndroidVersion() <= __ANDROID_API_Q__) { in ParseSwaponAll()
691 if (SelinuxGetVendorAndroidVersion() <= __ANDROID_API_Q__) { in ParseUmountAll()
H A Dservice_parser.cpp606 if (SelinuxGetVendorAndroidVersion() <= __ANDROID_API_Q__) { in ParseSection()
H A Dproperty_service.cpp400 if (socket != nullptr && SelinuxGetVendorAndroidVersion() > __ANDROID_API_Q__) { in SendControlMessage()
/aosp12/bionic/libc/include/android/
H A Dapi-level.h146 #define __ANDROID_API_Q__ 29 macro
/aosp12/bionic/linker/
H A Dlinker_translate_path.cpp62 if (get_application_target_sdk_version() < __ANDROID_API_Q__) { in translateSystemPathToApexPath()
/aosp12/art/libartbase/base/
H A Dmembarrier.cc68 if (api_level < __ANDROID_API_Q__) { in membarrier()
/aosp12/system/extras/libfscrypt/
H A Dfscrypt.cpp206 options->version = first_api_level > __ANDROID_API_Q__ ? 2 : 1; in ParseOptionsForApiLevel()
235 if (first_api_level <= __ANDROID_API_Q__ && options->version == 1 && in ParseOptionsForApiLevel()
/aosp12/frameworks/libs/native_bridge_support/linker/
H A Dlinker_translate_path.cpp143 if (get_application_target_sdk_version() < __ANDROID_API_Q__) { in translateSystemPathToApexPath()
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/
H A DTestRandomGraph.cpp210 featureLevel <= __ANDROID_API_Q__) { in shouldSkipTest()
215 featureLevel <= __ANDROID_API_Q__) { in shouldSkipTest()
224 featureLevel <= __ANDROID_API_Q__) { in shouldSkipTest()
335 if (featureLevel >= __ANDROID_API_Q__) { in computeAndVerifyResultsForDevice()
394 mStandardDevicesFeatureLevel >= __ANDROID_API_Q__); in testRandomGraph()
/aosp12/frameworks/av/media/libstagefright/
H A DSurfaceUtils.cpp332 targetSdk < __ANDROID_API_Q__ || in disableLegacyBufferDropPostQ()
/aosp12/system/vold/
H A DMetadataCrypt.cpp234 (GetFirstApiLevel() <= __ANDROID_API_Q__ ? 1 : 2)); in fscrypt_mount_metadata_encrypted()
H A DFsCrypt.cpp277 first_api_level > __ANDROID_API_Q__ ? "" : "aes-256-heh"); in get_volume_file_encryption_options()
/aosp12/frameworks/av/services/mediacodec/registrant/
H A DCodecServiceRegistrant.cpp435 } else if (platformVersion == __ANDROID_API_Q__) { in RegisterCodecServices()
/aosp12/system/core/fs_mgr/
H A Dfs_mgr.cpp1200 (android::fscrypt::GetFirstApiLevel() <= __ANDROID_API_Q__ ? 1 : 2)); in UpdateCheckpointPartition()