Searched defs:bpf (Results 1 – 2 of 2) sorted by relevance
15 package bpf package108 type bpf struct { struct109 android.ModuleBase110 android.DefaultableModuleBase111 properties BpfProperties113 objs android.Paths118 func (bpf *bpf) ImageMutatorBegin(ctx android.ImageInterfaceContext) {}120 func (bpf *bpf) VendorVariantNeeded(ctx android.ImageInterfaceContext) bool {124 func (bpf *bpf) ProductVariantNeeded(ctx android.ImageInterfaceContext) bool {128 func (bpf *bpf) CoreVariantNeeded(ctx android.ImageInterfaceContext) bool {[all …]
15 package bpf package