Lines Matching defs:moduleContextImpl
1080 moduleContextImpl anonMember
1085 moduleContextImpl anonMember
1090 moduleContextImpl anonMember
1103 type moduleContextImpl struct { struct
1104 mod *Module
1105 ctx BaseModuleContext
1108 func (ctx *moduleContextImpl) toolchain() config.Toolchain {
1112 func (ctx *moduleContextImpl) static() bool {
1116 func (ctx *moduleContextImpl) staticBinary() bool {
1120 func (ctx *moduleContextImpl) header() bool {
1124 func (ctx *moduleContextImpl) binary() bool {
1128 func (ctx *moduleContextImpl) object() bool {
1132 func (ctx *moduleContextImpl) canUseSdk() bool {
1136 func (ctx *moduleContextImpl) useSdk() bool {
1140 func (ctx *moduleContextImpl) sdkVersion() string {
1154 func (ctx *moduleContextImpl) useVndk() bool {
1158 func (ctx *moduleContextImpl) isNdk() bool {
1162 func (ctx *moduleContextImpl) isLlndk(config android.Config) bool {
1166 func (ctx *moduleContextImpl) isLlndkPublic(config android.Config) bool {
1170 func (ctx *moduleContextImpl) isVndkPrivate(config android.Config) bool {
1174 func (ctx *moduleContextImpl) isVndk() bool {
1178 func (ctx *moduleContextImpl) isPgoCompile() bool {
1182 func (ctx *moduleContextImpl) isNDKStubLibrary() bool {
1186 func (ctx *moduleContextImpl) isVndkSp() bool {
1190 func (ctx *moduleContextImpl) isVndkExt() bool {
1194 func (ctx *moduleContextImpl) mustUseVendorVariant() bool {
1198 func (ctx *moduleContextImpl) inProduct() bool {
1202 func (ctx *moduleContextImpl) inVendor() bool {
1206 func (ctx *moduleContextImpl) inRamdisk() bool {
1210 func (ctx *moduleContextImpl) inRecovery() bool {
1215 func (ctx *moduleContextImpl) shouldCreateSourceAbiDump() bool {
1245 func (ctx *moduleContextImpl) selectedStl() string {
1252 func (ctx *moduleContextImpl) useClangLld(actx ModuleContext) bool {
1256 func (ctx *moduleContextImpl) baseModuleName() string {
1260 func (ctx *moduleContextImpl) getVndkExtendsModuleName() string {
1264 func (ctx *moduleContextImpl) isForPlatform() bool {
1268 func (ctx *moduleContextImpl) apexName() string {
1272 func (ctx *moduleContextImpl) apexSdkVersion() int {
1276 func (ctx *moduleContextImpl) hasStubsVariants() bool {
1280 func (ctx *moduleContextImpl) isStubs() bool {
1284 func (ctx *moduleContextImpl) bootstrap() bool {
1288 func (ctx *moduleContextImpl) nativeCoverage() bool {