/hardware/qcom/sm8150p/gps/geofence/ |
D | GeofenceAdapter.h | 127 void geofenceBreachEvent(size_t count, uint32_t* hwIds, Location& location, 131 void geofenceBreach(size_t count, uint32_t* hwIds, const Location& location,
|
D | GeofenceAdapter.cpp | 728 GeofenceAdapter::geofenceBreachEvent(size_t count, uint32_t* hwIds, Location& location, in geofenceBreachEvent() argument 734 if (NULL != hwIds) { in geofenceBreachEvent() 736 idsString += std::to_string(hwIds[i]) + " "; in geofenceBreachEvent() 744 if (0 == count || NULL == hwIds) in geofenceBreachEvent() 756 uint32_t* hwIds, in geofenceBreachEvent() 772 COPY_IF_NOT_NULL(mHwIds, hwIds, mCount); in geofenceBreachEvent() 782 sendMsg(new MsgGeofenceBreach(*this, count, hwIds, location, breachType, timestamp)); in geofenceBreachEvent() 787 GeofenceAdapter::geofenceBreach(size_t count, uint32_t* hwIds, const Location& location, in geofenceBreach() argument 799 LocationError err = getGeofenceKeyFromHwId(hwIds[i], key); in geofenceBreach()
|
/hardware/qcom/sm8150/gps/geofence/ |
D | GeofenceAdapter.h | 127 void geofenceBreachEvent(size_t count, uint32_t* hwIds, Location& location, 131 void geofenceBreach(size_t count, uint32_t* hwIds, const Location& location,
|
D | GeofenceAdapter.cpp | 728 GeofenceAdapter::geofenceBreachEvent(size_t count, uint32_t* hwIds, Location& location, in geofenceBreachEvent() argument 734 if (NULL != hwIds) { in geofenceBreachEvent() 736 idsString += std::to_string(hwIds[i]) + " "; in geofenceBreachEvent() 744 if (0 == count || NULL == hwIds) in geofenceBreachEvent() 756 uint32_t* hwIds, in geofenceBreachEvent() 772 COPY_IF_NOT_NULL(mHwIds, hwIds, mCount); in geofenceBreachEvent() 782 sendMsg(new MsgGeofenceBreach(*this, count, hwIds, location, breachType, timestamp)); in geofenceBreachEvent() 787 GeofenceAdapter::geofenceBreach(size_t count, uint32_t* hwIds, const Location& location, in geofenceBreach() argument 799 LocationError err = getGeofenceKeyFromHwId(hwIds[i], key); in geofenceBreach()
|
/hardware/qcom/sm7150/gps/geofence/ |
D | GeofenceAdapter.h | 127 void geofenceBreachEvent(size_t count, uint32_t* hwIds, Location& location, 131 void geofenceBreach(size_t count, uint32_t* hwIds, const Location& location,
|
D | GeofenceAdapter.cpp | 728 GeofenceAdapter::geofenceBreachEvent(size_t count, uint32_t* hwIds, Location& location, in geofenceBreachEvent() argument 734 if (NULL != hwIds) { in geofenceBreachEvent() 736 idsString += std::to_string(hwIds[i]) + " "; in geofenceBreachEvent() 744 if (0 == count || NULL == hwIds) in geofenceBreachEvent() 756 uint32_t* hwIds, in geofenceBreachEvent() 772 COPY_IF_NOT_NULL(mHwIds, hwIds, mCount); in geofenceBreachEvent() 782 sendMsg(new MsgGeofenceBreach(*this, count, hwIds, location, breachType, timestamp)); in geofenceBreachEvent() 787 GeofenceAdapter::geofenceBreach(size_t count, uint32_t* hwIds, const Location& location, in geofenceBreach() argument 799 LocationError err = getGeofenceKeyFromHwId(hwIds[i], key); in geofenceBreach()
|
/hardware/qcom/sm7250/gps/geofence/ |
D | GeofenceAdapter.h | 127 void geofenceBreachEvent(size_t count, uint32_t* hwIds, Location& location, 131 void geofenceBreach(size_t count, uint32_t* hwIds, const Location& location,
|
D | GeofenceAdapter.cpp | 728 GeofenceAdapter::geofenceBreachEvent(size_t count, uint32_t* hwIds, Location& location, in geofenceBreachEvent() argument 734 if (NULL != hwIds) { in geofenceBreachEvent() 736 idsString += std::to_string(hwIds[i]) + " "; in geofenceBreachEvent() 744 if (0 == count || NULL == hwIds) in geofenceBreachEvent() 756 uint32_t* hwIds, in geofenceBreachEvent() 772 COPY_IF_NOT_NULL(mHwIds, hwIds, mCount); in geofenceBreachEvent() 782 sendMsg(new MsgGeofenceBreach(*this, count, hwIds, location, breachType, timestamp)); in geofenceBreachEvent() 787 GeofenceAdapter::geofenceBreach(size_t count, uint32_t* hwIds, const Location& location, in geofenceBreach() argument 799 LocationError err = getGeofenceKeyFromHwId(hwIds[i], key); in geofenceBreach()
|
/hardware/qcom/sm8150p/gps/core/ |
D | LocAdapterBase.h | 197 virtual void geofenceBreachEvent(size_t count, uint32_t* hwIds, Location& location,
|
D | LocApiBase.cpp | 562 void LocApiBase::geofenceBreach(size_t count, uint32_t* hwIds, Location& location, in geofenceBreach() argument 565 TO_ALL_LOCADAPTERS(mLocAdapters[i]->geofenceBreachEvent(count, hwIds, location, breachType, in geofenceBreach()
|
D | LocApiBase.h | 200 void geofenceBreach(size_t count, uint32_t* hwIds, Location& location,
|
/hardware/qcom/sm7250/gps/core/ |
D | LocAdapterBase.h | 218 virtual void geofenceBreachEvent(size_t count, uint32_t* hwIds, Location& location,
|
D | LocApiBase.cpp | 572 void LocApiBase::geofenceBreach(size_t count, uint32_t* hwIds, Location& location, in geofenceBreach() argument 575 TO_ALL_LOCADAPTERS(mLocAdapters[i]->geofenceBreachEvent(count, hwIds, location, breachType, in geofenceBreach()
|
D | LocApiBase.h | 211 void geofenceBreach(size_t count, uint32_t* hwIds, Location& location,
|
/hardware/qcom/sm7150/gps/core/ |
D | LocAdapterBase.h | 217 virtual void geofenceBreachEvent(size_t count, uint32_t* hwIds, Location& location,
|
D | LocApiBase.cpp | 562 void LocApiBase::geofenceBreach(size_t count, uint32_t* hwIds, Location& location, in geofenceBreach() argument 565 TO_ALL_LOCADAPTERS(mLocAdapters[i]->geofenceBreachEvent(count, hwIds, location, breachType, in geofenceBreach()
|
D | LocApiBase.h | 200 void geofenceBreach(size_t count, uint32_t* hwIds, Location& location,
|
/hardware/qcom/sm8150/gps/core/ |
D | LocAdapterBase.h | 218 virtual void geofenceBreachEvent(size_t count, uint32_t* hwIds, Location& location,
|
D | LocApiBase.cpp | 572 void LocApiBase::geofenceBreach(size_t count, uint32_t* hwIds, Location& location, in geofenceBreach() argument 575 TO_ALL_LOCADAPTERS(mLocAdapters[i]->geofenceBreachEvent(count, hwIds, location, breachType, in geofenceBreach()
|
D | LocApiBase.h | 211 void geofenceBreach(size_t count, uint32_t* hwIds, Location& location,
|