Lines Matching defs:vndkdep
95 type vndkdep struct { struct
96 Properties VndkProperties
99 func (vndk *vndkdep) props() []interface{} {
103 func (vndk *vndkdep) begin(ctx BaseModuleContext) {}
105 func (vndk *vndkdep) deps(ctx BaseModuleContext, deps Deps) Deps {
109 func (vndk *vndkdep) isVndk() bool {
113 func (vndk *vndkdep) isVndkSp() bool {
117 func (vndk *vndkdep) isVndkExt() bool {
121 func (vndk *vndkdep) getVndkExtendsModuleName() string {
125 func (vndk *vndkdep) typeName() string {
142 …ndkdep) vndkCheckLinkType(ctx android.BaseModuleContext, to *Module, tag blueprint.DependencyTag) {
202 func vndkIsVndkDepAllowed(from *vndkdep, to *vndkdep) error {