Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssConfiguration.java98 static class HalInterfaceVersion { class in GnssConfiguration
104 HalInterfaceVersion(int major, int minor) { in HalInterfaceVersion() method in GnssConfiguration.HalInterfaceVersion
252 HalInterfaceVersion getHalInterfaceVersion() { in getHalInterfaceVersion()
303 final HalInterfaceVersion gnssConfigurationIfaceVersion = getHalInterfaceVersion(); in reloadGpsProperties()
475 HalInterfaceVersion gnssConfiguartionIfaceVersion) { in isConfigEsExtensionSecSupported()
481 HalInterfaceVersion gnssConfiguartionIfaceVersion) { in isConfigSuplEsSupported()
487 HalInterfaceVersion gnssConfiguartionIfaceVersion) { in isConfigGpsLockSupported()
498 private static native HalInterfaceVersion native_get_gnss_configuration_version(); in native_get_gnss_configuration_version()
DGnssMeasurementsProvider.java38 import com.android.server.location.gnss.GnssConfiguration.HalInterfaceVersion;
155 HalInterfaceVersion halInterfaceVersion = in reregisterWithService()
157 boolean aidlV3Plus = halInterfaceVersion.mMajor == HalInterfaceVersion.AIDL_INTERFACE in reregisterWithService()
DGnssLocationProvider.java721 GnssConfiguration.HalInterfaceVersion halVersion = in handleRequestLocation()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/
DGnssMeasurementsProviderTest.java63 private static final GnssConfiguration.HalInterfaceVersion HIDL_V2_1 =
64 new GnssConfiguration.HalInterfaceVersion(
66 private static final GnssConfiguration.HalInterfaceVersion AIDL_V3 =
67 new GnssConfiguration.HalInterfaceVersion(
68 GnssConfiguration.HalInterfaceVersion.AIDL_INTERFACE, 3);
/frameworks/base/services/
Dproguard.flags74 …essmodification class com.android.server.location.gnss.GnssConfiguration$HalInterfaceVersion { *; }
Dart-wear-profile14016 PLcom/android/server/location/gnss/GnssConfiguration$HalInterfaceVersion;-><init>(II)V
14028 …;->getHalInterfaceVersion()Lcom/android/server/location/gnss/GnssConfiguration$HalInterfaceVersion;
14037 …gEsExtensionSecSupported(Lcom/android/server/location/gnss/GnssConfiguration$HalInterfaceVersion;)Z
14038 …isConfigGpsLockSupported(Lcom/android/server/location/gnss/GnssConfiguration$HalInterfaceVersion;)Z
14039 …>isConfigSuplEsSupported(Lcom/android/server/location/gnss/GnssConfiguration$HalInterfaceVersion;)Z