diff options
| author | David Christie <dnchrist@google.com> | 2015-04-14 01:30:14 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-04-14 01:30:15 +0000 |
| commit | 832017963d1d74ba41348deed5eb747b45b441fb (patch) | |
| tree | e250afd2957b6fa7a4cd66797d34201be1d27920 /core/java/android | |
| parent | 69fec1aafcffdc8a3095135bebd78abc18956165 (diff) | |
| parent | 15003f19e5e5a443222569401f167a3ac0e1de3a (diff) | |
Merge "Add a status callback for location batching in FLP HAL"
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/hardware/location/IFusedLocationHardwareSink.aidl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/java/android/hardware/location/IFusedLocationHardwareSink.aidl b/core/java/android/hardware/location/IFusedLocationHardwareSink.aidl index 2107ae804c3c..c99cb0c6126f 100644 --- a/core/java/android/hardware/location/IFusedLocationHardwareSink.aidl +++ b/core/java/android/hardware/location/IFusedLocationHardwareSink.aidl @@ -44,4 +44,10 @@ interface IFusedLocationHardwareSink { * capabilities. Should be called immediatly after init. */ void onCapabilities(int capabilities) = 2; + + /** + * Event generated from FLP HAL when the status of location batching + * changes (location is successful/unsuccessful). + */ + void onStatusChanged(int status) = 3; }
\ No newline at end of file |
