Home
last modified time | relevance | path

Searched refs:nextVersion (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/tools/aidl/build/
H A Daidl_interface_backends.go78 IsToT: version == i.nextVersion(),
236 IsToT: version == i.nextVersion(),
286 IsToT: version == i.nextVersion(),
335 if version == i.nextVersion() {
361 if version == i.nextVersion() {
378 return version == i.nextVersion()
398 if version == i.nextVersion() || !other.hasVersion() {
399 return other.versionedName(other.nextVersion())
H A Daidl_interface.go481 candidateVersions := concat(other.properties.Versions, []string{other.nextVersion()})
567 if *i.properties.Vndk_use_version == i.nextVersion() {
578 func (i *aidlInterface) nextVersion() string { func
582 return nextVersion(i.properties.Versions)
585 func nextVersion(versions []string) string { func
685 nextVersion := i.nextVersion()
696 libs = append(libs, addLibrary(mctx, i, nextVersion, lang))
H A Daidl_api.go85 func (m *aidlApi) nextVersion() string { func
86 return nextVersion(m.properties.Versions)
417 nextVersion := m.nextVersion()
418 m.freezeApiTimestamp = m.makeApiDumpAsVersion(ctx, totApiDump, nextVersion, latestVersionDump)
449 srcs, aidlRoot := i.srcsForVersion(mctx, i.nextVersion())