Home
last modified time | relevance | path

Searched defs:GeofenceKey (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/qcom/sm8150p/gps/geofence/
H A DGeofenceAdapter.h47 typedef struct GeofenceKey { struct
50 inline GeofenceKey() : in GeofenceKey() argument
52 inline GeofenceKey(LocationAPI* _client, uint32_t _id) : in GeofenceKey() argument
54 } GeofenceKey; typedef
/aosp12/hardware/qcom/sm7250/gps/geofence/
H A DGeofenceAdapter.h47 typedef struct GeofenceKey { struct
50 inline GeofenceKey() : in GeofenceKey() argument
52 inline GeofenceKey(LocationAPI* _client, uint32_t _id) : in GeofenceKey() function
54 } GeofenceKey; typedef
/aosp12/hardware/qcom/sm7150/gps/geofence/
H A DGeofenceAdapter.h47 typedef struct GeofenceKey { struct
50 inline GeofenceKey() : in GeofenceKey() function
52 inline GeofenceKey(LocationAPI* _client, uint32_t _id) : in GeofenceKey() argument
54 } GeofenceKey; typedef
/aosp12/hardware/qcom/sm8150/gps/geofence/
H A DGeofenceAdapter.h47 typedef struct GeofenceKey { struct
50 inline GeofenceKey() : in GeofenceKey() argument
52 inline GeofenceKey(LocationAPI* _client, uint32_t _id) : in GeofenceKey() argument
54 } GeofenceKey; typedef
/aosp12/frameworks/base/services/core/java/com/android/server/location/geofence/
H A DGeofenceKey.java29 final class GeofenceKey implements PendingIntentListenerRegistration.PendingIntentKey { class
34 GeofenceKey(PendingIntent pendingIntent, Geofence geofence) { in GeofenceKey() method in GeofenceKey