Home
last modified time | relevance | path

Searched defs:ApiLevel (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/build/soong/android/
H A Dapi_levels.go38 type ApiLevel struct { struct
40 value string
49 number int
52 isPreview bool
55 func (this ApiLevel) FinalInt() int {
66 func (this ApiLevel) FinalOrFutureInt() int {
82 func (this ApiLevel) FinalOrPreviewInt() int {
98 func (this ApiLevel) String() string {
103 func (this ApiLevel) IsPreview() bool {
108 func (this ApiLevel) IsInvalid() bool {
[all …]
H A Dapex.go235 ShouldSupportSdkVersion(ctx BaseModuleContext, sdkVersion ApiLevel) error
793 func CheckMinSdkVersion(ctx ModuleContext, minSdkVersion ApiLevel, walk WalkPayloadDepsFunc) {
H A Dsdk_version.go140 ApiLevel ApiLevel member
/aosp_15_r20/build/soong/cc/
H A Dndk_library.go146 func ndkLibraryVersions(ctx android.BaseModuleContext, from android.ApiLevel) []string {
260 apiLevel android.ApiLevel, genstubFlags string) ndkApiOutputs {
388 func findNextApiLevel(ctx ModuleContext, apiLevel android.ApiLevel) *android.ApiLevel {
572 func getVersionedLibraryInstallPath(ctx ModuleContext, apiLevel android.ApiLevel) android.OutputPat…
H A Dapi_level.go43 apiLevel android.ApiLevel) android.ApiLevel {
H A Dlinker.go456 func CheckSdkVersionAtLeast(ctx ModuleContext, SdkVersion android.ApiLevel) bool {
H A Dcc.go1020 func (c *Module) ApiLevel() string { func
/aosp_15_r20/development/vndk/tools/header-checker/src/utils/
H A Dapi_level.h28 using ApiLevel = int; variable
/aosp_15_r20/external/skia/tests/
H A DCtsEnforcement.h22 enum ApiLevel : int32_t { enum
/aosp_15_r20/build/soong/java/
H A Dsdk.go79 func systemModuleKind(sdkKind android.SdkKind, apiLevel android.ApiLevel) android.SdkKind {
H A Dandroid_manifest.go65 func shouldReturnFinalOrFutureInt(ctx android.ModuleContext, targetSdkVersionLevel android.ApiLevel
H A Dhiddenapi.go266 …ontext, dexInput, flagsCSV android.Path, uncompressDex bool, minSdkVersion android.ApiLevel, outpu…
H A Dapp.go382 func checkMinSdkVersionMts(ctx android.ModuleContext, minSdkVersion android.ApiLevel) {