Lines Matching defs:vndkdep
84 type vndkdep struct { struct
85 Properties VndkProperties
88 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 {
130 func (vndk *vndkdep) vndkCheckLinkType(ctx android.ModuleContext, to *Module, tag DependencyTag) {
194 func vndkIsVndkDepAllowed(from *vndkdep, to *vndkdep) error {