Searched defs:LoadHookContext (Results 1 – 5 of 5) sorted by relevance
/system/tools/aidl/build/ |
D | aidl_interface_backends.go | 29 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)…
|
D | aidl_api.go | 570 func addApiModule(mctx android.LoadHookContext, i *aidlInterface) string {
|
D | aidl_interface.go | 752 func aidlInterfaceHook(mctx android.LoadHookContext, i *aidlInterface) {
|
/system/ca-certificates/soong/ |
D | ca_certificates.go | 26 ctx android.LoadHookContext, factory android.ModuleFactory, c *caCertificatesProperties) {
|
/system/tools/hidl/build/ |
D | hidl_interface.go | 438 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) {
|