Home
last modified time | relevance | path

Searched refs:PrebuiltInterface (Results 1 – 5 of 5) sorted by relevance

/build/soong/android/
Dprebuilt.go139 func InitPrebuiltModuleWithSrcSupplier(module PrebuiltInterface, srcsSupplier PrebuiltSrcsSupplier,… argument
154 func InitPrebuiltModule(module PrebuiltInterface, srcs *[]string) { argument
166 func InitSingleSourcePrebuiltModule(module PrebuiltInterface, srcProps interface{}, srcField string… argument
198 type PrebuiltInterface interface { interface
216 if m, ok := ctx.Module().(PrebuiltInterface); ok && m.Prebuilt() != nil {
228 if m, ok := ctx.Module().(PrebuiltInterface); ok && m.Enabled() && m.Prebuilt() != nil {
243 if m, ok := ctx.Module().(PrebuiltInterface); ok && m.Prebuilt() != nil {
253 p := m.(PrebuiltInterface).Prebuilt()
268 if m, ok := ctx.Module().(PrebuiltInterface); ok && m.Prebuilt() != nil {
Doverride_module.go240 prebuilt, ok := dep.(PrebuiltInterface)
/build/soong/java/
Daar.go769 var _ android.PrebuiltInterface = (*Import)(nil)
Ddroiddoc.go2003 var _ android.PrebuiltInterface = (*PrebuiltStubsSources)(nil)
Djava.go2754 var _ android.PrebuiltInterface = (*Import)(nil)