Home
last modified time | relevance | path

Searched refs:latestVersion (Results 1 – 4 of 4) sorted by relevance

/system/libvintf/
DAssembleVintf.cpp503 size_t latestVersion = *it; in setManifestAidlHalVersion() local
504 if (latestVersion < halVersion) { in setManifestAidlHalVersion()
505 if (halVersion - latestVersion != 1) { in setManifestAidlHalVersion()
509 << latestVersion << ")." << std::endl; in setManifestAidlHalVersion()
/system/tools/aidl/build/
Daidl_api.go36 `${aidlHashGen} ${outDir} ${latestVersion} ${hashFile}`,
101 func (m *aidlApi) latestVersion() string { func
Daidl_interface.go835 func (i *aidlInterface) latestVersion() string { func
1057 i.preprocessed["latest"] = i.preprocessed[i.latestVersion()]
Daidl_interface_backends.go498 return other.versionedName(other.latestVersion())