Searched refs:mLocations (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/sm7150/gps/batching/ |
D | BatchingAdapter.cpp | 601 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/ |
D | BatchingAdapter.cpp | 602 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()
|
/hardware/qcom/sm8150/gps/batching/ |
D | BatchingAdapter.cpp | 602 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()
|
/hardware/qcom/sm8150p/gps/batching/ |
D | BatchingAdapter.cpp | 601 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()
|