Searched refs:onAddGeofencesCb (Results 1 - 6 of 6) sorted by relevance
/hardware/qcom/gps/msm8998/android/location_api/ |
H A D | GeofenceAPIClient.h | 62 void onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) final;
|
H A D | GeofenceAPIClient.cpp | 105 onAddGeofencesCb(1, &err, &geofence_id); 188 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) function in class:android::hardware::gnss::V1_0::implementation::GeofenceAPIClient
|
/hardware/qcom/gps/sdm845/android/location_api/ |
H A D | GeofenceAPIClient.h | 62 void onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) final;
|
H A D | GeofenceAPIClient.cpp | 105 onAddGeofencesCb(1, &err, &geofence_id); 188 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) function in class:android::hardware::gnss::V1_0::implementation::GeofenceAPIClient
|
/hardware/qcom/gps/msm8998/location/ |
H A D | LocationAPIClientBase.h | 128 inline virtual void onAddGeofencesCb( function in class:LocationAPIClientBase 322 mAPI.onAddGeofencesCb(count, errors, ids);
|
/hardware/qcom/gps/sdm845/location/ |
H A D | LocationAPIClientBase.h | 128 inline virtual void onAddGeofencesCb( function in class:LocationAPIClientBase 322 mAPI.onAddGeofencesCb(count, errors, ids);
|
Completed in 60 milliseconds