Searched defs:LoadHookContext (Results 1 – 4 of 4) sorted by relevance
| /system/bt/build/ |
| D | fluoride.go | 34 func fluorideDefaults(ctx android.LoadHookContext) {
|
| /system/ca-certificates/soong/ |
| D | ca_certificates.go | 25 ctx android.LoadHookContext, factory android.ModuleFactory, c *caCertificatesProperties) {
|
| /system/tools/hidl/build/ |
| D | hidl_interface.go | 333 func processSources(mctx android.LoadHookContext, srcs []string) ([]string, []string, bool) { 359 func processDependencies(mctx android.LoadHookContext, interfaces []string) ([]string, []string, bo… 379 func removeCoreDependencies(mctx android.LoadHookContext, dependencies []string) []string { 391 func hidlInterfaceMutator(mctx android.LoadHookContext, i *hidlInterface) {
|
| /system/tools/aidl/build/ |
| D | aidl_interface.go | 700 func aidlInterfaceHook(mctx android.LoadHookContext, i *aidlInterface) { 760 func addCppLibrary(mctx android.LoadHookContext, i *aidlInterface, version string, lang string) str… 843 func addJavaLibrary(mctx android.LoadHookContext, i *aidlInterface, version string) string { 882 func addApiModule(mctx android.LoadHookContext, i *aidlInterface) string {
|