Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4280493a authored by Anil Admal's avatar Anil Admal Committed by android-build-merger
Browse files

Merge "Update @2.0::IGnss.hal setCallback() method documentation" into qt-dev

am: a12498ab

Change-Id: I1a75b409ba6d20e0085afdafd69587f9de70ebf5
parents 4eaf8410 a12498ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -469,7 +469,7 @@ b778fcce93eb6294446a940e1bae0200da7bd97b91b91977be2dcd31ca58374f android.hardwar
7f460e795f5d1ed5e378935f98c6db4d39497de988aef1b4c2a4a07a6c400392 android.hardware.gnss@2.0::IAGnss
7f460e795f5d1ed5e378935f98c6db4d39497de988aef1b4c2a4a07a6c400392 android.hardware.gnss@2.0::IAGnss
2e5ad983734069e84a760004b32da0d09e4170c05380abe27e6eb80e4aa70d5a android.hardware.gnss@2.0::IAGnssCallback
2e5ad983734069e84a760004b32da0d09e4170c05380abe27e6eb80e4aa70d5a android.hardware.gnss@2.0::IAGnssCallback
1f4ac068a88a72360280d94a7f6fd7c63813c1eea4891a0eb01394d3e7e775f2 android.hardware.gnss@2.0::IAGnssRil
1f4ac068a88a72360280d94a7f6fd7c63813c1eea4891a0eb01394d3e7e775f2 android.hardware.gnss@2.0::IAGnssRil
4deafcdcffa2d002119e7f58810b767a84666e76475aae68e757ec2845d9756d android.hardware.gnss@2.0::IGnss
f5605f48c2fb9f231615dd932bf730ae9540f4f98b5b7ae2b269975f452f6d73 android.hardware.gnss@2.0::IGnss
db6bdf6dfc5edf6c85d2944976db899227abb51079c893874353c322342c50b6 android.hardware.gnss@2.0::IGnssBatching
db6bdf6dfc5edf6c85d2944976db899227abb51079c893874353c322342c50b6 android.hardware.gnss@2.0::IGnssBatching
1f89392f1ebb693d8fa6f50324b1635fc79fab246d31900e63998e1b0e17511c android.hardware.gnss@2.0::IGnssBatchingCallback
1f89392f1ebb693d8fa6f50324b1635fc79fab246d31900e63998e1b0e17511c android.hardware.gnss@2.0::IGnssBatchingCallback
64232037109a5e5f53ab0377e755ec494ae93fcb5279e6eea71dec2e7ac6fbfc android.hardware.gnss@2.0::IGnssCallback
64232037109a5e5f53ab0377e755ec494ae93fcb5279e6eea71dec2e7ac6fbfc android.hardware.gnss@2.0::IGnssCallback
+9 −3
Original line number Original line Diff line number Diff line
@@ -43,6 +43,11 @@ interface IGnss extends @1.1::IGnss {
     * Opens the interface and provides the callback routines to the implementation of this
     * Opens the interface and provides the callback routines to the implementation of this
     * interface.
     * interface.
     *
     *
     * The framework calls this method to instruct the GPS engine to prepare for serving requests
     * from the framework. The GNSS HAL implementation must respond to all GNSS requests from the
     * framework upon successful return from this method until cleanup() method is called to
     * close this interface.
     *
     * @param callback Callback interface for IGnss.
     * @param callback Callback interface for IGnss.
     *
     *
     * @return success Returns true on success.
     * @return success Returns true on success.
@@ -83,8 +88,9 @@ interface IGnss extends @1.1::IGnss {
    /**
    /**
     * This method returns the IGnssMeasurement interface.
     * This method returns the IGnssMeasurement interface.
     *
     *
     * Exactly one of getExtensionGnssMeasurement_1_1() and getExtensionGnssMeasurement_2_0() must
     * Exactly one of getExtensionGnssMeasurement(), getExtensionGnssMeasurement_1_1(), and
     * return a non-null handle, and the other method must return nullptr.
     * getExtensionGnssMeasurement_2_0() methods must return a non-null handle, and the other
     * methods must return nullptr.
     *
     *
     * @return gnssMeasurementIface Handle to the IGnssMeasurement interface.
     * @return gnssMeasurementIface Handle to the IGnssMeasurement interface.
     */
     */