Home
last modified time | relevance | path

Searched refs:Version (Results 1 – 25 of 717) sorted by relevance

12345678910>>...29

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DVersion.java19 public class Version implements Comparable<Version> { class
21 public static class OverrideVersion extends Version {
22 public OverrideVersion(Version ver) { in OverrideVersion()
27 public static final Version BAD_VERSION = new Version(-1, -1, (byte) 0, (byte) 0);
34 public Version(int majorVersion, int minorVersion, int vendorId, int productId) { in Version() method in Version
59 if (!(o instanceof Version)) { in equals()
62 Version v = (Version) o; in equals()
70 public int compareTo(Version version) { in compareTo()
DDefaultProxy.java43 private Version lastKnownVersion = Version.BAD_VERSION;
148 Version version = stringToVersion(versionString); in refreshVersion()
149 if (version == Version.BAD_VERSION) { in refreshVersion()
167 private Version stringToVersion(String s) { in stringToVersion()
168 if (s == null || !(s.startsWith("V") || s.startsWith("v"))) return Version.BAD_VERSION; in stringToVersion()
173 return new Version(majorVersion, minorVersion, 0 /*vendorId*/, 0 /*productId*/); in stringToVersion()
176 return Version.BAD_VERSION; in stringToVersion()
181 public Version getLastKnownVersion(){ in getLastKnownVersion()
DDfuProvider.java124 private final Set<Version> mManualReconnectionVersions;
141 public Set<Version> getManualReconnectionVersions() { in getManualReconnectionVersions()
145 private static Version convertStrToVersion(String str) { in convertStrToVersion()
151 return new Version(major, minor, vid, pid); in convertStrToVersion()
167 .collect(Collectors.<Version>toSet())); in DfuProvider()
272 public DfuBinary getDfu(String deviceName, Version version) { in getDfu()
275 Version binVersion = bin.getVersion(); in getDfu()
DDfuBinary.java20 import com.google.android.tv.btservices.remote.Version.OverrideVersion;
33 protected Version mVersion;
63 protected abstract Version readVersion(byte[] buf); in readVersion()
71 public Version getVersion() { in getVersion()
DRemoteProxy.java111 private Version mVersion;
113 public VersionResult(Version version) { in VersionResult()
122 public Version version() { in version()
187 public abstract Version getLastKnownVersion(); in getLastKnownVersion()
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/src/
Dtests.rs36 use super::version::Version; in version_cmp()
37 let v123 = Version::new(1, 2, 3); in version_cmp()
39 assert!(Version::new(1, 0, 0) < v123); in version_cmp()
40 assert!(Version::new(1, 2, 2) < v123); in version_cmp()
41 assert!(Version::new(1, 2, 3) == v123); in version_cmp()
42 assert!(Version::new(1, 2, 4) > v123); in version_cmp()
43 assert!(Version::new(1, 10, 0) > v123); in version_cmp()
44 assert!(Version::new(2, 0, 0) > v123); in version_cmp()
Dversion.rs9 pub struct Version { struct
15 impl Version { impl
18 Version { in new()
60 Ok(Version::new( in from_rustc()
Dlib.rs76 use version::Version;
86 rustc_version: Version,
158 let rustc_version = try!(Version::from_rustc(&rustc)); in with_dir()
194 self.rustc_version >= Version::new(major, minor, 0) in probe_rustc_version()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DBluetoothDeviceService.java48 import com.google.android.tv.btservices.remote.Version;
465 Version version = getRemoteVersion(device); in hasRemoteUpgrade()
466 if (version == null || version.equals(Version.BAD_VERSION)) { in hasRemoteUpgrade()
543 Version currentVersion = proxy.getLastKnownVersion(); in startRemoteDfu()
552 Set<Version> versionsNeedRepairing = provider.getManualReconnectionVersions(); in startRemoteDfu()
632 protected Version getRemoteVersion(BluetoothDevice device) { in getRemoteVersion()
638 return Version.BAD_VERSION; in getRemoteVersion()
642 protected Version getRemoteVersion(String address) { in getRemoteVersion()
648 private void refreshRemoteVersion(BluetoothDevice device, Consumer<Version> callback) { in refreshRemoteVersion()
654 Version version = proxy.getLastKnownVersion(); in refreshRemoteVersion()
[all …]
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/
DBluetoothDeviceInfoPreference.java27 import com.google.android.tv.btservices.remote.Version;
75 Version version = mProvider.getVersion(mDevice); in update()
76 if (!Version.BAD_VERSION.equals(version)) { in update()
DLocalBluetoothDeviceProvider.java23 import com.google.android.tv.btservices.remote.Version;
52 public Version getVersion(BluetoothDevice device) { in getVersion()
57 return Version.BAD_VERSION; in getVersion()
DBluetoothDeviceProvider.java24 import com.google.android.tv.btservices.remote.Version;
36 Version getVersion(BluetoothDevice device); in getVersion()
DConnectedDevicesSliceProvider.java88 import com.google.android.tv.btservices.remote.Version;
111 private final Map<String, Version> mVersionsMap = new ConcurrentHashMap<>();
666 Version version = mVersionsMap.get(deviceAddr); in createBluetoothDeviceSlice()
667 if (!Version.BAD_VERSION.equals(version)) { in createBluetoothDeviceSlice()
/device/google/tangorpro/audio/tangorpro/cs35l41/fw/
Dreadme_top.md9 - **Playback Version**: 6.45.0
20 - Playback Version 6.43.0 → 6.45.0
Dreadme_bottom.md9 - **Playback Version**: 6.45.0
20 - Playback Version 6.43.0 → 6.45.0
/device/google/gs-common/thermal/thermal_hal/thermal_config_schemas/
Dthermal_info_config.proto4 * Licensed under the Apache License, Version 2.0 (the "License");
50 string version = 21 [ json_name = "Version" ];
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/applications/
Dqemu.desktop2 Version=1.0
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/applications/
Dqemu.desktop2 Version=1.0
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/lib/pkgconfig/
Dlibfdt.pc7 Version: 1.6.0
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/tests/
Drpath.pc4 Version: 4.2.0
Descape.pc2 Version: 4.2.0
/device/google/redbull/json-c/
Djson-c-uninstalled.pc.in8 Version: @VERSION@
Djson-c.pc.in8 Version: @VERSION@
/device/google/coral/json-c/
Djson-c-uninstalled.pc.in8 Version: @VERSION@
/device/google/sunfish/json-c/
Djson-c-uninstalled.pc.in8 Version: @VERSION@

12345678910>>...29