Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A Dsnapshot_prebuilt.go153 func (vendorSnapshotImage) isProprietaryPath(dir string, deviceConfig android.DeviceConfig) bool {
166 func (vendorSnapshotImage) isUsingSnapshot(cfg android.DeviceConfig) bool {
171 func (vendorSnapshotImage) targetSnapshotVersion(cfg android.DeviceConfig) string {
176 func (vendorSnapshotImage) excludeFromDirectedSnapshot(cfg android.DeviceConfig, name string) bool {
185 func (vendorSnapshotImage) imageVariantName(cfg android.DeviceConfig) string {
231 func (recoverySnapshotImage) isUsingSnapshot(cfg android.DeviceConfig) bool {
236 func (recoverySnapshotImage) targetSnapshotVersion(cfg android.DeviceConfig) string {
249 func (recoverySnapshotImage) imageVariantName(cfg android.DeviceConfig) string {
554 func (p *snapshotLibraryDecorator) matchesWithDevice(config android.DeviceConfig) bool {
774 func (p *snapshotBinaryDecorator) matchesWithDevice(config android.DeviceConfig) bool {
[all …]
H A Dvendor_snapshot.go96 func isVendorProprietaryPath(dir string, deviceConfig android.DeviceConfig) bool {
103 func isRecoveryProprietaryPath(dir string, deviceConfig android.DeviceConfig) bool {
150 func isSnapshotAware(cfg android.DeviceConfig, m LinkableInterface, inProprietaryPath bool, apexInf…
H A Dvndk_prebuilt.go187 func (p *vndkPrebuiltLibraryDecorator) matchesWithDevice(config android.DeviceConfig) bool {
H A Dpgo.go46 func getPgoProfileProjects(config android.DeviceConfig) []string {
H A Dvndk.go595 func isVndkSnapshotAware(config android.DeviceConfig, m LinkableInterface,
/aosp12/build/soong/apex/
H A Dvndk.go49 func (a *apexBundle) vndkVersion(config android.DeviceConfig) string {
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothDetailsControllerTestBase.java83 protected static class DeviceConfig { class in BluetoothDetailsControllerTestBase
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiUtils.java718 public static class DeviceConfig { class in HdmiUtils
724 public DeviceConfig(String name, List<CodecSad> supportedCodecs) { in DeviceConfig() method in HdmiUtils.DeviceConfig
/aosp12/build/soong/android/
H A Dsingleton.go138 func (s *singletonContextAdaptor) DeviceConfig() DeviceConfig { func
H A Dmakevars.go408 func (c *makeVarsContext) DeviceConfig() DeviceConfig { func
H A Dconfig.go88 type DeviceConfig struct { struct
89 *deviceConfig
H A Dmodule.go1413 func (m *ModuleBase) PartitionTag(config DeviceConfig) string {
1975 func (e *earlyModuleContext) DeviceConfig() DeviceConfig { func
/aosp12/frameworks/base/core/java/android/provider/
H A DDeviceConfig.java59 public final class DeviceConfig { class
624 private DeviceConfig() { in DeviceConfig() method in DeviceConfig
/aosp12/frameworks/base/core/java/android/hardware/display/
H A DDisplayManager.java1218 public interface DeviceConfig { interface in DisplayManager