Home
last modified time | relevance | path

Searched defs:DeviceConfig (Results 1 – 13 of 13) sorted by relevance

/build/soong/snapshot/
Dsnapshot_base.go41 IsProprietaryPath(dir string, deviceConfig android.DeviceConfig) bool
49 IsUsingSnapshot(cfg android.DeviceConfig) bool
53 TargetSnapshotVersion(cfg android.DeviceConfig) string
58 ExcludeFromDirectedSnapshot(cfg android.DeviceConfig, name string) bool
Drecovery_snapshot.go40 func isRecoveryProprietaryPath(dir string, deviceConfig android.DeviceConfig) bool {
Dvendor_snapshot.go52 func isVendorProprietaryPath(dir string, deviceConfig android.DeviceConfig) bool {
/build/soong/apex/
Dvndk.go48 func (a *apexBundle) vndkVersion(config android.DeviceConfig) string {
/build/soong/cc/
Dafdo.go37 func getAfdoProfileProjects(config android.DeviceConfig) []string {
Dvendor_snapshot.go55 func isSnapshotAware(cfg android.DeviceConfig, m LinkableInterface, inProprietaryPath bool, apexInf…
Dpgo.go46 func getPgoProfileProjects(config android.DeviceConfig) []string {
Dsnapshot_prebuilt.go36 imageVariantName(cfg android.DeviceConfig) string
812 MatchesWithDevice(config android.DeviceConfig) bool
Dvndk.go590 func isVndkSnapshotAware(config android.DeviceConfig, m LinkableInterface,
/build/soong/android/
Dsingleton.go24 DeviceConfig() DeviceConfig methodSpec
138 func (s *singletonContextAdaptor) DeviceConfig() DeviceConfig { func
Dmakevars.go44 DeviceConfig() DeviceConfig methodSpec
522 func (c *makeVarsContext) DeviceConfig() DeviceConfig { func
Dconfig.go99 type DeviceConfig struct { struct
100 *deviceConfig
Dmodule.go118 DeviceConfig() DeviceConfig methodSpec
2404 func (e *earlyModuleContext) DeviceConfig() DeviceConfig { func