Home
last modified time | relevance | path

Searched defs:LoadHookContext (Results 1 – 5 of 5) sorted by relevance

/system/tools/aidl/build/
Daidl_interface_backends.go29 func addLibrary(mctx android.LoadHookContext, i *aidlInterface, version string, lang string, notFro…
38 func addCppLibrary(mctx android.LoadHookContext, i *aidlInterface, version string, lang string, not…
200 func addJavaLibrary(mctx android.LoadHookContext, i *aidlInterface, version string, notFrozen bool)…
262 func addRustLibrary(mctx android.LoadHookContext, i *aidlInterface, version string, notFrozen bool)…
Daidl_api.go570 func addApiModule(mctx android.LoadHookContext, i *aidlInterface) string {
Daidl_interface.go752 func aidlInterfaceHook(mctx android.LoadHookContext, i *aidlInterface) {
/system/ca-certificates/soong/
Dca_certificates.go26 ctx android.LoadHookContext, factory android.ModuleFactory, c *caCertificatesProperties) {
/system/tools/hidl/build/
Dhidl_interface.go438 func processSources(mctx android.LoadHookContext, srcs []string) ([]string, []string, bool) {
464 func processDependencies(mctx android.LoadHookContext, interfaces []string) ([]string, []string, bo…
484 func removeCoreDependencies(mctx android.LoadHookContext, dependencies []string) []string {
496 func hidlInterfaceMutator(mctx android.LoadHookContext, i *hidlInterface) {