Home
last modified time | relevance | path

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

/build/soong/cc/
Dvndk.go228 type moduleListerFunc func(ctx android.SingletonContext) (moduleNames, fileNames []string) type
241 func vndkModuleLister(predicate func(*Module) bool) moduleListerFunc {
262 func vndkModuleListRemover(lister moduleListerFunc, prefix string) moduleListerFunc { argument
427 lister moduleListerFunc
491 func newVndkLibrariesWithMakeVarFilter(lister moduleListerFunc, makeVarName string, filter string) … argument
502 func newVndkLibrariesTxt(lister moduleListerFunc, makeVarName string) android.SingletonModule { argument