/hardware/qcom/gps/msm8998/android/location_api/ |
D | FlpAPIClient.cpp | 136 locAPIGetBatchedLocations(last_n_locations); in flpGetBatchedLocation() 142 locAPIGetBatchedLocations(SIZE_MAX); in flpFlushBatchedLocations()
|
/hardware/qcom/sm8150/gps/android/2.1/location_api/ |
D | BatchingAPIClient.cpp | 180 locAPIGetBatchedLocations(mDefaultId, SIZE_MAX); in stopSession() 190 locAPIGetBatchedLocations(mDefaultId, last_n_locations); in getBatchedLocation() 195 uint32_t retVal = locAPIGetBatchedLocations(mDefaultId, SIZE_MAX); in flushBatchedLocations()
|
/hardware/qcom/sm8150/gps/android/2.0/location_api/ |
D | BatchingAPIClient.cpp | 180 locAPIGetBatchedLocations(mDefaultId, SIZE_MAX); in stopSession() 190 locAPIGetBatchedLocations(mDefaultId, last_n_locations); in getBatchedLocation() 195 uint32_t retVal = locAPIGetBatchedLocations(mDefaultId, SIZE_MAX); in flushBatchedLocations()
|
/hardware/qcom/sm7250/gps/android/2.1/location_api/ |
D | BatchingAPIClient.cpp | 179 locAPIGetBatchedLocations(mDefaultId, SIZE_MAX); in stopSession() 189 locAPIGetBatchedLocations(mDefaultId, last_n_locations); in getBatchedLocation() 194 uint32_t retVal = locAPIGetBatchedLocations(mDefaultId, SIZE_MAX); in flushBatchedLocations()
|
/hardware/qcom/gps/msm8909w_3100/android/location_api/ |
D | BatchingAPIClient.cpp | 141 locAPIGetBatchedLocations(mDefaultId, last_n_locations); in getBatchedLocation() 147 locAPIGetBatchedLocations(mDefaultId, SIZE_MAX); in flushBatchedLocations()
|
/hardware/qcom/sm7250/gps/android/1.0/location_api/ |
D | BatchingAPIClient.cpp | 146 locAPIGetBatchedLocations(mDefaultId, last_n_locations); in getBatchedLocation() 152 locAPIGetBatchedLocations(mDefaultId, SIZE_MAX); in flushBatchedLocations()
|
/hardware/qcom/sm8150p/gps/android/1.1/location_api/ |
D | BatchingAPIClient.cpp | 145 locAPIGetBatchedLocations(mDefaultId, last_n_locations); in getBatchedLocation() 151 locAPIGetBatchedLocations(mDefaultId, SIZE_MAX); in flushBatchedLocations()
|
/hardware/qcom/sm7150/gps/android/1.1/location_api/ |
D | BatchingAPIClient.cpp | 145 locAPIGetBatchedLocations(mDefaultId, last_n_locations); in getBatchedLocation() 151 locAPIGetBatchedLocations(mDefaultId, SIZE_MAX); in flushBatchedLocations()
|
/hardware/qcom/sm7150/gps/android/1.0/location_api/ |
D | BatchingAPIClient.cpp | 145 locAPIGetBatchedLocations(mDefaultId, last_n_locations); in getBatchedLocation() 151 locAPIGetBatchedLocations(mDefaultId, SIZE_MAX); in flushBatchedLocations()
|
/hardware/qcom/sm7250/gps/android/1.1/location_api/ |
D | BatchingAPIClient.cpp | 146 locAPIGetBatchedLocations(mDefaultId, last_n_locations); in getBatchedLocation() 152 locAPIGetBatchedLocations(mDefaultId, SIZE_MAX); in flushBatchedLocations()
|
/hardware/qcom/sm8150p/gps/android/1.0/location_api/ |
D | BatchingAPIClient.cpp | 145 locAPIGetBatchedLocations(mDefaultId, last_n_locations); in getBatchedLocation() 151 locAPIGetBatchedLocations(mDefaultId, SIZE_MAX); in flushBatchedLocations()
|
/hardware/qcom/sm8150/gps/android/1.0/location_api/ |
D | BatchingAPIClient.cpp | 146 locAPIGetBatchedLocations(mDefaultId, last_n_locations); in getBatchedLocation() 152 locAPIGetBatchedLocations(mDefaultId, SIZE_MAX); in flushBatchedLocations()
|
/hardware/qcom/sm8150p/gps/android/2.0/location_api/ |
D | BatchingAPIClient.cpp | 183 locAPIGetBatchedLocations(mDefaultId, last_n_locations); in getBatchedLocation() 189 locAPIGetBatchedLocations(mDefaultId, SIZE_MAX); in flushBatchedLocations()
|
/hardware/qcom/sm7250/gps/android/2.0/location_api/ |
D | BatchingAPIClient.cpp | 184 locAPIGetBatchedLocations(mDefaultId, last_n_locations); in getBatchedLocation() 190 locAPIGetBatchedLocations(mDefaultId, SIZE_MAX); in flushBatchedLocations()
|
/hardware/qcom/sm7150/gps/android/2.0/location_api/ |
D | BatchingAPIClient.cpp | 183 locAPIGetBatchedLocations(mDefaultId, last_n_locations); in getBatchedLocation() 189 locAPIGetBatchedLocations(mDefaultId, SIZE_MAX); in flushBatchedLocations()
|
/hardware/qcom/gps/msm8998/location/ |
D | LocationAPIClientBase.h | 78 void locAPIGetBatchedLocations(size_t count);
|
D | LocationAPIClientBase.cpp | 408 void LocationAPIClientBase::locAPIGetBatchedLocations(size_t count) in locAPIGetBatchedLocations() function in LocationAPIClientBase
|
/hardware/qcom/gps/msm8909w_3100/location/ |
D | LocationAPIClientBase.h | 198 void locAPIGetBatchedLocations(uint32_t id, size_t count);
|
/hardware/qcom/sm8150p/gps/location/ |
D | LocationAPIClientBase.h | 222 uint32_t locAPIGetBatchedLocations(uint32_t id, size_t count);
|
D | LocationAPIClientBase.cpp | 597 uint32_t LocationAPIClientBase::locAPIGetBatchedLocations(uint32_t id, size_t count) in locAPIGetBatchedLocations() function in LocationAPIClientBase
|
/hardware/qcom/sm7150/gps/location/ |
D | LocationAPIClientBase.h | 222 uint32_t locAPIGetBatchedLocations(uint32_t id, size_t count);
|
D | LocationAPIClientBase.cpp | 597 uint32_t LocationAPIClientBase::locAPIGetBatchedLocations(uint32_t id, size_t count) in locAPIGetBatchedLocations() function in LocationAPIClientBase
|
/hardware/qcom/sm7250/gps/location/ |
D | LocationAPIClientBase.h | 224 uint32_t locAPIGetBatchedLocations(uint32_t id, size_t count);
|
D | LocationAPIClientBase.cpp | 626 uint32_t LocationAPIClientBase::locAPIGetBatchedLocations(uint32_t id, size_t count) in locAPIGetBatchedLocations() function in LocationAPIClientBase
|
/hardware/qcom/sm8150/gps/location/ |
D | LocationAPIClientBase.h | 224 uint32_t locAPIGetBatchedLocations(uint32_t id, size_t count);
|