Loading current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -651,7 +651,7 @@ f18695dd36ee205640b8326a17453858a7b4596653aaa6ef0016b0aef1bd4dac android.hardwar d9df99be0f59d8f33a9699fe316c67bfd11818aa69440bb1123ba43e717cea85 android.hardware.dumpstate@1.1::types 186bc152ae189ab48f3a761a44ddf5edd0d483073c5b6ca1f802f8b50488b754 android.hardware.dumpstate@1.1::IDumpstateDevice 769d346927a94fd40ee80a5a976d8d15cf022ef99c5900738f4a82f26c0ed229 android.hardware.gnss@2.1::types 626db710bf917ecf551a0b0b1f25be10bf52758f43e0fc808b148b6aae2ef73e android.hardware.gnss@2.1::IGnss c319e68b03829958404402c2d9c682019678087d60495807c0a7444e0a6af981 android.hardware.gnss@2.1::IGnss ba5ac712b2a656dc07c83ab4a7a2c2f3bee1bbcb752e8b8ffa9b672f3b5b0728 android.hardware.gnss@2.1::IGnssAntennaInfo 0bc3ed97cbc3f6abc89c68f4e9f4d124f9f723431997dc88c2186cf4d2ad47ee android.hardware.gnss@2.1::IGnssAntennaInfoCallback 3541d83adfeac16ee3e45d183a58dffe06012ccb5aa5bcd2e4f6eeae269f69cd android.hardware.gnss@2.1::IGnssCallback Loading gnss/2.1/IGnss.hal +4 −4 Original line number Diff line number Diff line Loading @@ -45,9 +45,9 @@ interface IGnss extends @2.0::IGnss { /** * This method returns the IGnssMeasurement interface. * * At least one of getExtensionGnssMeasurement(), getExtensionGnssMeasurement_1_1(), * getExtensionGnssMeasurement(), getExtensionGnssMeasurement_1_1(), * getExtensionGnssMeasurement_2_0(), and getExtensionGnssMeasurement_2_1() methods must return * a non-null handle, and the other methods must return nullptr. * non-null. They can all return the same, latest version of IGnssMeasurement. * * @return gnssMeasurementIface Handle to the IGnssMeasurement interface. */ Loading @@ -56,9 +56,9 @@ interface IGnss extends @2.0::IGnss { /** * This method returns the IGnssConfiguration interface. * * At least one of getExtensionGnssConfiguration(), getExtensionGnssConfiguration_1_1(), * getExtensionGnssConfiguration(), getExtensionGnssConfiguration_1_1(), * getExtensionGnssConfiguration_2_0(), and getExtensionGnssConfiguration_2_1() methods must * return a non-null handle, and the other methods must return nullptr. * return non-null. They can all return the same, latest version of IGnssConfiguration. * * @return gnssConfigurationIface Handle to the IGnssConfiguration interface. */ Loading Loading
current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -651,7 +651,7 @@ f18695dd36ee205640b8326a17453858a7b4596653aaa6ef0016b0aef1bd4dac android.hardwar d9df99be0f59d8f33a9699fe316c67bfd11818aa69440bb1123ba43e717cea85 android.hardware.dumpstate@1.1::types 186bc152ae189ab48f3a761a44ddf5edd0d483073c5b6ca1f802f8b50488b754 android.hardware.dumpstate@1.1::IDumpstateDevice 769d346927a94fd40ee80a5a976d8d15cf022ef99c5900738f4a82f26c0ed229 android.hardware.gnss@2.1::types 626db710bf917ecf551a0b0b1f25be10bf52758f43e0fc808b148b6aae2ef73e android.hardware.gnss@2.1::IGnss c319e68b03829958404402c2d9c682019678087d60495807c0a7444e0a6af981 android.hardware.gnss@2.1::IGnss ba5ac712b2a656dc07c83ab4a7a2c2f3bee1bbcb752e8b8ffa9b672f3b5b0728 android.hardware.gnss@2.1::IGnssAntennaInfo 0bc3ed97cbc3f6abc89c68f4e9f4d124f9f723431997dc88c2186cf4d2ad47ee android.hardware.gnss@2.1::IGnssAntennaInfoCallback 3541d83adfeac16ee3e45d183a58dffe06012ccb5aa5bcd2e4f6eeae269f69cd android.hardware.gnss@2.1::IGnssCallback Loading
gnss/2.1/IGnss.hal +4 −4 Original line number Diff line number Diff line Loading @@ -45,9 +45,9 @@ interface IGnss extends @2.0::IGnss { /** * This method returns the IGnssMeasurement interface. * * At least one of getExtensionGnssMeasurement(), getExtensionGnssMeasurement_1_1(), * getExtensionGnssMeasurement(), getExtensionGnssMeasurement_1_1(), * getExtensionGnssMeasurement_2_0(), and getExtensionGnssMeasurement_2_1() methods must return * a non-null handle, and the other methods must return nullptr. * non-null. They can all return the same, latest version of IGnssMeasurement. * * @return gnssMeasurementIface Handle to the IGnssMeasurement interface. */ Loading @@ -56,9 +56,9 @@ interface IGnss extends @2.0::IGnss { /** * This method returns the IGnssConfiguration interface. * * At least one of getExtensionGnssConfiguration(), getExtensionGnssConfiguration_1_1(), * getExtensionGnssConfiguration(), getExtensionGnssConfiguration_1_1(), * getExtensionGnssConfiguration_2_0(), and getExtensionGnssConfiguration_2_1() methods must * return a non-null handle, and the other methods must return nullptr. * return non-null. They can all return the same, latest version of IGnssConfiguration. * * @return gnssConfigurationIface Handle to the IGnssConfiguration interface. */ Loading