Home
last modified time | relevance | path

Searched defs:apiScope (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/build/soong/java/
H A Dsdk_library.go38 apiScope *apiScope member
59 type apiScope struct { struct
61 name string
69 extends *apiScope
83 canAccess *apiScope
88 legacyEnabledStatus func(module *SdkLibrary) bool
92 defaultEnabledStatus bool
95 scopeSpecificProperties func(module *SdkLibrary) *ApiScopeProperties
98 fieldName string
101 propertyName string
[all …]
H A Dsdk_library_internal.go51 func (c *commonToSdkLibraryAndImport) stubsLibraryModuleName(apiScope *apiScope) string { argument
57 func (c *commonToSdkLibraryAndImport) exportableStubsLibraryModuleName(apiScope *apiScope) string { argument
64 func (c *commonToSdkLibraryAndImport) droidstubsModuleName(apiScope *apiScope) string { argument
71 func (c *commonToSdkLibraryAndImport) fromTextStubsLibraryModuleName(apiScope *apiScope) string { argument
78 func (c *commonToSdkLibraryAndImport) fromSourceStubsLibraryModuleName(apiScope *apiScope) string { argument
85 func (c *commonToSdkLibraryAndImport) exportableFromSourceStubsLibraryModuleName(apiScope *apiScope argument
179 func (module *SdkLibrary) createDroidstubs(mctx android.DefaultableHookContext, apiScope *apiScope,… argument
374 func (module *SdkLibrary) stubsLibraryProps(mctx android.DefaultableHookContext, apiScope *apiScope argument
404 …SdkLibrary) createFromSourceStubsLibrary(mctx android.DefaultableHookContext, apiScope *apiScope) { argument
415 …) createExportableFromSourceStubsLibrary(mctx android.DefaultableHookContext, apiScope *apiScope) { argument
[all …]
H A Dhiddenapi_modular.go185 apiScope *HiddenAPIScope member