Home
last modified time | relevance | path

Searched refs:GnssGeofencing (Results 1 – 25 of 89) sorted by relevance

1234

/hardware/interfaces/gnss/1.0/default/
DGnssGeofencing.cpp28 std::vector<std::unique_ptr<ThreadFuncArgs>> GnssGeofencing::sThreadFuncArgsList;
29 sp<IGnssGeofenceCallback> GnssGeofencing::mGnssGeofencingCbIface = nullptr;
30 bool GnssGeofencing::sInterfaceExists = false;
32 GpsGeofenceCallbacks GnssGeofencing::sGnssGfCb = {
42 GnssGeofencing::GnssGeofencing(const GpsGeofencingInterface* gpsGeofencingIface) in GnssGeofencing() function in android::hardware::gnss::V1_0::implementation::GnssGeofencing
49 GnssGeofencing::~GnssGeofencing() { in ~GnssGeofencing()
53 void GnssGeofencing::gnssGfTransitionCb(int32_t geofenceId, in gnssGfTransitionCb()
78 void GnssGeofencing::gnssGfStatusCb(int32_t status, GpsLocation* location) { in gnssGfStatusCb()
99 void GnssGeofencing::gnssGfAddCb(int32_t geofenceId, int32_t status) { in gnssGfAddCb()
112 void GnssGeofencing::gnssGfRemoveCb(int32_t geofenceId, int32_t status) { in gnssGfRemoveCb()
[all …]
/hardware/qcom/gps/msm8909w_3100/android/
DGnssGeofencing.cpp33 void GnssGeofencing::GnssGeofencingDeathRecipient::serviceDied( in serviceDied()
42 GnssGeofencing::GnssGeofencing() : mApi(nullptr) { in GnssGeofencing() function in android::hardware::gnss::V1_0::implementation::GnssGeofencing
46 GnssGeofencing::~GnssGeofencing() { in ~GnssGeofencing()
54 Return<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback) { in setCallback()
76 Return<void> GnssGeofencing::addGeofence( in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
128 Return<void> GnssGeofencing::removeAllGeofences() { in removeAllGeofences()
DGnssGeofencing.h42 struct GnssGeofencing : public IGnssGeofencing { struct
43 GnssGeofencing();
44 ~GnssGeofencing();
71 GnssGeofencingDeathRecipient(sp<GnssGeofencing> gnssGeofencing) : in GnssGeofencingDeathRecipient()
76 sp<GnssGeofencing> mGnssGeofencing;
/hardware/qcom/sm7150/gps/android/1.0/
DGnssGeofencing.cpp33 void GnssGeofencing::GnssGeofencingDeathRecipient::serviceDied( in serviceDied()
42 GnssGeofencing::GnssGeofencing() : mApi(nullptr) { in GnssGeofencing() function in android::hardware::gnss::V1_0::implementation::GnssGeofencing
46 GnssGeofencing::~GnssGeofencing() { in ~GnssGeofencing()
54 Return<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback) { in setCallback()
76 Return<void> GnssGeofencing::addGeofence( in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
128 Return<void> GnssGeofencing::removeAllGeofences() { in removeAllGeofences()
DGnssGeofencing.h42 struct GnssGeofencing : public IGnssGeofencing { struct
43 GnssGeofencing();
44 ~GnssGeofencing();
71 GnssGeofencingDeathRecipient(sp<GnssGeofencing> gnssGeofencing) : in GnssGeofencingDeathRecipient()
76 sp<GnssGeofencing> mGnssGeofencing;
/hardware/qcom/sm8150p/gps/android/1.0/
DGnssGeofencing.cpp33 void GnssGeofencing::GnssGeofencingDeathRecipient::serviceDied( in serviceDied()
42 GnssGeofencing::GnssGeofencing() : mApi(nullptr) { in GnssGeofencing() function in android::hardware::gnss::V1_0::implementation::GnssGeofencing
46 GnssGeofencing::~GnssGeofencing() { in ~GnssGeofencing()
54 Return<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback) { in setCallback()
76 Return<void> GnssGeofencing::addGeofence( in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
128 Return<void> GnssGeofencing::removeAllGeofences() { in removeAllGeofences()
/hardware/qcom/sm8150p/gps/android/1.1/
DGnssGeofencing.cpp33 void GnssGeofencing::GnssGeofencingDeathRecipient::serviceDied( in serviceDied()
42 GnssGeofencing::GnssGeofencing() : mApi(nullptr) { in GnssGeofencing() function in android::hardware::gnss::V1_1::implementation::GnssGeofencing
46 GnssGeofencing::~GnssGeofencing() { in ~GnssGeofencing()
54 Return<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback) { in setCallback()
76 Return<void> GnssGeofencing::addGeofence( in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
128 Return<void> GnssGeofencing::removeAllGeofences() { in removeAllGeofences()
DGnssGeofencing.h42 struct GnssGeofencing : public IGnssGeofencing { struct
43 GnssGeofencing();
44 ~GnssGeofencing();
71 GnssGeofencingDeathRecipient(sp<GnssGeofencing> gnssGeofencing) : in GnssGeofencingDeathRecipient()
76 sp<GnssGeofencing> mGnssGeofencing;
/hardware/qcom/sdm845/gps/msm8998/android/
DGnssGeofencing.cpp33 void GnssGeofencing::GnssGeofencingDeathRecipient::serviceDied( in serviceDied()
42 GnssGeofencing::GnssGeofencing() : mApi(nullptr) { in GnssGeofencing() function in android::hardware::gnss::V1_0::implementation::GnssGeofencing
46 GnssGeofencing::~GnssGeofencing() { in ~GnssGeofencing()
54 Return<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback) { in setCallback()
76 Return<void> GnssGeofencing::addGeofence( in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
128 Return<void> GnssGeofencing::removeAllGeofences() { in removeAllGeofences()
DGnssGeofencing.h42 struct GnssGeofencing : public IGnssGeofencing { struct
43 GnssGeofencing();
44 ~GnssGeofencing();
71 GnssGeofencingDeathRecipient(sp<GnssGeofencing> gnssGeofencing) : in GnssGeofencingDeathRecipient()
76 sp<GnssGeofencing> mGnssGeofencing;
/hardware/qcom/sm8150/gps/android/2.0/
DGnssGeofencing.cpp33 void GnssGeofencing::GnssGeofencingDeathRecipient::serviceDied( in serviceDied()
42 GnssGeofencing::GnssGeofencing() : mApi(nullptr) { in GnssGeofencing() function in android::hardware::gnss::V2_0::implementation::GnssGeofencing
46 GnssGeofencing::~GnssGeofencing() { in ~GnssGeofencing()
54 Return<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback) { in setCallback()
76 Return<void> GnssGeofencing::addGeofence( in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
128 Return<void> GnssGeofencing::removeAllGeofences() { in removeAllGeofences()
DGnssGeofencing.h42 struct GnssGeofencing : public IGnssGeofencing { struct
43 GnssGeofencing();
44 ~GnssGeofencing();
71 GnssGeofencingDeathRecipient(sp<GnssGeofencing> gnssGeofencing) : in GnssGeofencingDeathRecipient()
76 sp<GnssGeofencing> mGnssGeofencing;
/hardware/qcom/sdm845/gps/sdm845/android/
DGnssGeofencing.cpp33 void GnssGeofencing::GnssGeofencingDeathRecipient::serviceDied( in serviceDied()
42 GnssGeofencing::GnssGeofencing() : mApi(nullptr) { in GnssGeofencing() function in android::hardware::gnss::V1_1::implementation::GnssGeofencing
46 GnssGeofencing::~GnssGeofencing() { in ~GnssGeofencing()
54 Return<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback) { in setCallback()
76 Return<void> GnssGeofencing::addGeofence( in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
128 Return<void> GnssGeofencing::removeAllGeofences() { in removeAllGeofences()
/hardware/qcom/sm7250/gps/android/2.0/
DGnssGeofencing.cpp33 void GnssGeofencing::GnssGeofencingDeathRecipient::serviceDied( in serviceDied()
42 GnssGeofencing::GnssGeofencing() : mApi(nullptr) { in GnssGeofencing() function in android::hardware::gnss::V2_0::implementation::GnssGeofencing
46 GnssGeofencing::~GnssGeofencing() { in ~GnssGeofencing()
54 Return<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback) { in setCallback()
76 Return<void> GnssGeofencing::addGeofence( in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
128 Return<void> GnssGeofencing::removeAllGeofences() { in removeAllGeofences()
/hardware/qcom/sm7250/gps/android/2.1/
DGnssGeofencing.cpp33 void GnssGeofencing::GnssGeofencingDeathRecipient::serviceDied( in serviceDied()
42 GnssGeofencing::GnssGeofencing() : mApi(nullptr) { in GnssGeofencing() function in android::hardware::gnss::V2_1::implementation::GnssGeofencing
46 GnssGeofencing::~GnssGeofencing() { in ~GnssGeofencing()
54 Return<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback) { in setCallback()
76 Return<void> GnssGeofencing::addGeofence( in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
128 Return<void> GnssGeofencing::removeAllGeofences() { in removeAllGeofences()
/hardware/qcom/sm8150/gps/android/1.1/
DGnssGeofencing.cpp33 void GnssGeofencing::GnssGeofencingDeathRecipient::serviceDied( in serviceDied()
42 GnssGeofencing::GnssGeofencing() : mApi(nullptr) { in GnssGeofencing() function in android::hardware::gnss::V1_1::implementation::GnssGeofencing
46 GnssGeofencing::~GnssGeofencing() { in ~GnssGeofencing()
54 Return<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback) { in setCallback()
76 Return<void> GnssGeofencing::addGeofence( in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
128 Return<void> GnssGeofencing::removeAllGeofences() { in removeAllGeofences()
/hardware/qcom/sm8150/gps/android/2.1/
DGnssGeofencing.cpp33 void GnssGeofencing::GnssGeofencingDeathRecipient::serviceDied( in serviceDied()
42 GnssGeofencing::GnssGeofencing() : mApi(nullptr) { in GnssGeofencing() function in android::hardware::gnss::V2_1::implementation::GnssGeofencing
46 GnssGeofencing::~GnssGeofencing() { in ~GnssGeofencing()
54 Return<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback) { in setCallback()
76 Return<void> GnssGeofencing::addGeofence( in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
128 Return<void> GnssGeofencing::removeAllGeofences() { in removeAllGeofences()
/hardware/qcom/sm7250/gps/android/1.1/
DGnssGeofencing.cpp33 void GnssGeofencing::GnssGeofencingDeathRecipient::serviceDied( in serviceDied()
42 GnssGeofencing::GnssGeofencing() : mApi(nullptr) { in GnssGeofencing() function in android::hardware::gnss::V1_1::implementation::GnssGeofencing
46 GnssGeofencing::~GnssGeofencing() { in ~GnssGeofencing()
54 Return<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback) { in setCallback()
76 Return<void> GnssGeofencing::addGeofence( in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
128 Return<void> GnssGeofencing::removeAllGeofences() { in removeAllGeofences()
/hardware/qcom/gps/msm8998/android/
DGnssGeofencing.cpp33 void GnssGeofencing::GnssGeofencingDeathRecipient::serviceDied( in serviceDied()
42 GnssGeofencing::GnssGeofencing() : mApi(nullptr) { in GnssGeofencing() function in android::hardware::gnss::V1_0::implementation::GnssGeofencing
46 GnssGeofencing::~GnssGeofencing() { in ~GnssGeofencing()
54 Return<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback) { in setCallback()
76 Return<void> GnssGeofencing::addGeofence( in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
128 Return<void> GnssGeofencing::removeAllGeofences() { in removeAllGeofences()
DGnssGeofencing.h42 struct GnssGeofencing : public IGnssGeofencing { struct
43 GnssGeofencing();
44 ~GnssGeofencing();
71 GnssGeofencingDeathRecipient(sp<GnssGeofencing> gnssGeofencing) : in GnssGeofencingDeathRecipient()
76 sp<GnssGeofencing> mGnssGeofencing;
/hardware/qcom/sm7150/gps/android/2.0/
DGnssGeofencing.cpp33 void GnssGeofencing::GnssGeofencingDeathRecipient::serviceDied( in serviceDied()
42 GnssGeofencing::GnssGeofencing() : mApi(nullptr) { in GnssGeofencing() function in android::hardware::gnss::V2_0::implementation::GnssGeofencing
46 GnssGeofencing::~GnssGeofencing() { in ~GnssGeofencing()
54 Return<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback) { in setCallback()
76 Return<void> GnssGeofencing::addGeofence( in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
128 Return<void> GnssGeofencing::removeAllGeofences() { in removeAllGeofences()
/hardware/qcom/sm8150p/gps/android/2.0/
DGnssGeofencing.cpp33 void GnssGeofencing::GnssGeofencingDeathRecipient::serviceDied( in serviceDied()
42 GnssGeofencing::GnssGeofencing() : mApi(nullptr) { in GnssGeofencing() function in android::hardware::gnss::V2_0::implementation::GnssGeofencing
46 GnssGeofencing::~GnssGeofencing() { in ~GnssGeofencing()
54 Return<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback) { in setCallback()
76 Return<void> GnssGeofencing::addGeofence( in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
128 Return<void> GnssGeofencing::removeAllGeofences() { in removeAllGeofences()
/hardware/qcom/sm7150/gps/android/1.1/
DGnssGeofencing.cpp33 void GnssGeofencing::GnssGeofencingDeathRecipient::serviceDied( in serviceDied()
42 GnssGeofencing::GnssGeofencing() : mApi(nullptr) { in GnssGeofencing() function in android::hardware::gnss::V1_1::implementation::GnssGeofencing
46 GnssGeofencing::~GnssGeofencing() { in ~GnssGeofencing()
54 Return<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback) { in setCallback()
76 Return<void> GnssGeofencing::addGeofence( in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
128 Return<void> GnssGeofencing::removeAllGeofences() { in removeAllGeofences()
/hardware/qcom/sm7250/gps/android/1.0/
DGnssGeofencing.cpp33 void GnssGeofencing::GnssGeofencingDeathRecipient::serviceDied( in serviceDied()
42 GnssGeofencing::GnssGeofencing() : mApi(nullptr) { in GnssGeofencing() function in android::hardware::gnss::V1_0::implementation::GnssGeofencing
46 GnssGeofencing::~GnssGeofencing() { in ~GnssGeofencing()
54 Return<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback) { in setCallback()
76 Return<void> GnssGeofencing::addGeofence( in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
128 Return<void> GnssGeofencing::removeAllGeofences() { in removeAllGeofences()
/hardware/qcom/sm8150/gps/android/1.0/
DGnssGeofencing.cpp33 void GnssGeofencing::GnssGeofencingDeathRecipient::serviceDied( in serviceDied()
42 GnssGeofencing::GnssGeofencing() : mApi(nullptr) { in GnssGeofencing() function in android::hardware::gnss::V1_0::implementation::GnssGeofencing
46 GnssGeofencing::~GnssGeofencing() { in ~GnssGeofencing()
54 Return<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback) { in setCallback()
76 Return<void> GnssGeofencing::addGeofence( in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
128 Return<void> GnssGeofencing::removeAllGeofences() { in removeAllGeofences()

1234