Home
last modified time | relevance | path

Searched refs:LoadHookContext (Results 1 – 3 of 3) sorted by relevance

/system/ca-certificates/soong/
Dca_certificates.go25 ctx android.LoadHookContext, factory android.ModuleFactory, c *caCertificatesProperties) { argument
64 android.AddLoadHook(p, func(ctx android.LoadHookContext) {
75 android.AddLoadHook(p, func(ctx android.LoadHookContext) {
/system/bt/build/
Dfluoride.go34 func fluorideDefaults(ctx android.LoadHookContext) { argument
/system/tools/hidl/build/
Dhidl_interface.go333 func processSources(mctx android.LoadHookContext, srcs []string) ([]string, []string, bool) { argument
359 func processDependencies(mctx android.LoadHookContext, interfaces []string) ([]string, []string, bo… argument
379 func removeCoreDependencies(mctx android.LoadHookContext, dependencies []string) []string { argument
391 func hidlInterfaceMutator(mctx android.LoadHookContext, i *hidlInterface) { argument
738 android.AddLoadHook(i, func(ctx android.LoadHookContext) { hidlInterfaceMutator(ctx, i) })