Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library_internal.go52 func (c *commonToSdkLibraryAndImport) stubsLibraryModuleName(apiScope *apiScope) string { argument
58 func (c *commonToSdkLibraryAndImport) exportableStubsLibraryModuleName(apiScope *apiScope) string { argument
65 func (c *commonToSdkLibraryAndImport) droidstubsModuleName(apiScope *apiScope) string { argument
72 func (c *commonToSdkLibraryAndImport) fromTextStubsLibraryModuleName(apiScope *apiScope) string { argument
79 func (c *commonToSdkLibraryAndImport) fromSourceStubsLibraryModuleName(apiScope *apiScope) string { argument
86 func (c *commonToSdkLibraryAndImport) exportableFromSourceStubsLibraryModuleName(apiScope *apiScope argument
180 func (module *SdkLibrary) getApiSurfaceForScope(apiScope *apiScope) *string { argument
194 func (module *SdkLibrary) createDroidstubs(mctx android.DefaultableHookContext, apiScope *apiScope,… argument
389 func (module *SdkLibrary) stubsLibraryProps(mctx android.DefaultableHookContext, apiScope *apiScope argument
419 …SdkLibrary) createFromSourceStubsLibrary(mctx android.DefaultableHookContext, apiScope *apiScope) { argument
[all …]
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 …]
Dhiddenapi_modular.go185 apiScope *HiddenAPIScope member