Home
last modified time | relevance | path

Searched refs:hwIds (Results 1 – 20 of 20) sorted by relevance

/hardware/qcom/sm8150p/gps/geofence/
DGeofenceAdapter.h127 void geofenceBreachEvent(size_t count, uint32_t* hwIds, Location& location,
131 void geofenceBreach(size_t count, uint32_t* hwIds, const Location& location,
DGeofenceAdapter.cpp728 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/
DGeofenceAdapter.h127 void geofenceBreachEvent(size_t count, uint32_t* hwIds, Location& location,
131 void geofenceBreach(size_t count, uint32_t* hwIds, const Location& location,
DGeofenceAdapter.cpp728 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/
DGeofenceAdapter.h127 void geofenceBreachEvent(size_t count, uint32_t* hwIds, Location& location,
131 void geofenceBreach(size_t count, uint32_t* hwIds, const Location& location,
DGeofenceAdapter.cpp728 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/
DGeofenceAdapter.h127 void geofenceBreachEvent(size_t count, uint32_t* hwIds, Location& location,
131 void geofenceBreach(size_t count, uint32_t* hwIds, const Location& location,
DGeofenceAdapter.cpp728 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/
DLocAdapterBase.h197 virtual void geofenceBreachEvent(size_t count, uint32_t* hwIds, Location& location,
DLocApiBase.cpp562 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()
DLocApiBase.h200 void geofenceBreach(size_t count, uint32_t* hwIds, Location& location,
/hardware/qcom/sm7250/gps/core/
DLocAdapterBase.h218 virtual void geofenceBreachEvent(size_t count, uint32_t* hwIds, Location& location,
DLocApiBase.cpp572 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()
DLocApiBase.h211 void geofenceBreach(size_t count, uint32_t* hwIds, Location& location,
/hardware/qcom/sm7150/gps/core/
DLocAdapterBase.h217 virtual void geofenceBreachEvent(size_t count, uint32_t* hwIds, Location& location,
DLocApiBase.cpp562 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()
DLocApiBase.h200 void geofenceBreach(size_t count, uint32_t* hwIds, Location& location,
/hardware/qcom/sm8150/gps/core/
DLocAdapterBase.h218 virtual void geofenceBreachEvent(size_t count, uint32_t* hwIds, Location& location,
DLocApiBase.cpp572 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()
DLocApiBase.h211 void geofenceBreach(size_t count, uint32_t* hwIds, Location& location,