diff options
Diffstat (limited to 'android/aidl-impl/Gnss.h')
-rw-r--r-- | android/aidl-impl/Gnss.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/aidl-impl/Gnss.h b/android/aidl-impl/Gnss.h index 3e87707..4063180 100644 --- a/android/aidl-impl/Gnss.h +++ b/android/aidl-impl/Gnss.h @@ -68,6 +68,8 @@ struct Gnss : public BnGnss { // These methods are not part of the IGnss base class. GnssAPIClient* getApi(); ndk::ScopedAStatus updateConfiguration(GnssConfig& gnssConfig); + void handleClientDeath(); + private: GnssAPIClient* mApi; shared_ptr<GnssConfiguration> mGnssConfiguration = nullptr; |