Searched defs:vndkdep (Results 1 – 2 of 2) sorted by relevance
96 type vndkdep struct { struct97 Properties VndkProperties100 func (vndk *vndkdep) props() []interface{} {104 func (vndk *vndkdep) isVndk() bool {108 func (vndk *vndkdep) isVndkSp() bool {112 func (vndk *vndkdep) isVndkExt() bool {116 func (vndk *vndkdep) getVndkExtendsModuleName() string {120 func (vndk *vndkdep) typeName() string {137 …ndkdep) vndkCheckLinkType(ctx android.BaseModuleContext, to *Module, tag blueprint.DependencyTag) {197 func vndkIsVndkDepAllowed(from *vndkdep, to *vndkdep) error {
821 vndkdep *vndkdep member