Lines Matching refs:syspropLibrary
80 if m, ok := dep.(*syspropLibrary); ok {
125 type syspropLibrary struct { struct
203 func (m *syspropLibrary) Name() string { argument
207 func (m *syspropLibrary) Owner() string { argument
211 func (m *syspropLibrary) CcImplementationModuleName() string { argument
215 func (m *syspropLibrary) javaPublicStubName() string { argument
219 func (m *syspropLibrary) javaGenModuleName() string { argument
223 func (m *syspropLibrary) javaGenPublicStubName() string { argument
227 func (m *syspropLibrary) BaseModuleName() string { argument
231 func (m *syspropLibrary) CurrentSyspropApiFile() android.OptionalPath { argument
237 func (m *syspropLibrary) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
329 func (m *syspropLibrary) AndroidMk() android.AndroidMkData { argument
352 var _ android.ApexModule = (*syspropLibrary)(nil)
355 func (m *syspropLibrary) ShouldSupportSdkVersion(ctx android.BaseModuleContext, argument
365 m := &syspropLibrary{}
420 func syspropLibraryHook(ctx android.LoadHookContext, m *syspropLibrary) { argument