Lines Matching refs:isVndkExt
334 isVndkExt() bool
926 func (c *Module) isVndkExt() bool {
928 return vndkdep.isVndkExt()
1190 func (ctx *moduleContextImpl) isVndkExt() bool {
1191 return ctx.mod.isVndkExt()
2033 if vndkdep.isVndkExt() {
2777 if c.IsVndk() && !c.isVndkExt() {
3049 if !vndkdep.isVndkExt() {
3057 if vndkdep.isVndkExt() {
3072 if vndkdep.isVndkExt() {
3132 } else if m.HasVendorVariant() && !m.isVndkExt() {