Home
last modified time | relevance | path

Searched refs:mLocations (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm8150p/gps/batching/
DBatchingAdapter.cpp601 Location* mLocations; in reportLocationsEvent() member
610 mLocations(new Location[count]), in reportLocationsEvent()
614 if (nullptr == mLocations) { in reportLocationsEvent()
619 mLocations[i] = locations[i]; in reportLocationsEvent()
623 if (nullptr != mLocations) in reportLocationsEvent()
624 delete[] mLocations; in reportLocationsEvent()
627 mAdapter.reportLocations(mLocations, mCount, mBatchingMode); in reportLocationsEvent()
/hardware/qcom/sm7250/gps/batching/
DBatchingAdapter.cpp596 Location* mLocations; in reportLocationsEvent() member
605 mLocations(new Location[count]), in reportLocationsEvent()
609 if (nullptr == mLocations) { in reportLocationsEvent()
614 mLocations[i] = locations[i]; in reportLocationsEvent()
618 if (nullptr != mLocations) in reportLocationsEvent()
619 delete[] mLocations; in reportLocationsEvent()
622 mAdapter.reportLocations(mLocations, mCount, mBatchingMode); in reportLocationsEvent()
/hardware/qcom/sm7150/gps/batching/
DBatchingAdapter.cpp601 Location* mLocations; in reportLocationsEvent() member
610 mLocations(new Location[count]), in reportLocationsEvent()
614 if (nullptr == mLocations) { in reportLocationsEvent()
619 mLocations[i] = locations[i]; in reportLocationsEvent()
623 if (nullptr != mLocations) in reportLocationsEvent()
624 delete[] mLocations; in reportLocationsEvent()
627 mAdapter.reportLocations(mLocations, mCount, mBatchingMode); in reportLocationsEvent()
/hardware/qcom/sm8150/gps/batching/
DBatchingAdapter.cpp602 Location* mLocations; in reportLocationsEvent() member
611 mLocations(new Location[count]), in reportLocationsEvent()
615 if (nullptr == mLocations) { in reportLocationsEvent()
620 mLocations[i] = locations[i]; in reportLocationsEvent()
624 if (nullptr != mLocations) in reportLocationsEvent()
625 delete[] mLocations; in reportLocationsEvent()
628 mAdapter.reportLocations(mLocations, mCount, mBatchingMode); in reportLocationsEvent()