Searched defs:vndkdep (Results 1 – 2 of 2) sorted by relevance
84 type vndkdep struct { struct85 Properties VndkProperties88 func (vndk *vndkdep) props() []interface{} {92 func (vndk *vndkdep) begin(ctx BaseModuleContext) {}94 func (vndk *vndkdep) deps(ctx BaseModuleContext, deps Deps) Deps {98 func (vndk *vndkdep) isVndk() bool {102 func (vndk *vndkdep) isVndkSp() bool {106 func (vndk *vndkdep) isVndkExt() bool {110 func (vndk *vndkdep) getVndkExtendsModuleName() string {114 func (vndk *vndkdep) typeName() string {[all …]
497 vndkdep *vndkdep member