Searched refs:mDefaultId (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/gps/msm8909w_3100/android/location_api/ |
D | BatchingAPIClient.cpp | 54 mDefaultId(UINT_MAX), in BatchingAPIClient() 104 if (locAPIStartSession(mDefaultId, mode, options) == LOCATION_ERROR_SUCCESS) { in startSession() 122 if (locAPIUpdateSessionOptions(mDefaultId, mode, options) == LOCATION_ERROR_SUCCESS) { in updateSessionOptions() 132 if (locAPIStopSession(mDefaultId) == LOCATION_ERROR_SUCCESS) { in stopSession() 141 locAPIGetBatchedLocations(mDefaultId, last_n_locations); in getBatchedLocation() 147 locAPIGetBatchedLocations(mDefaultId, SIZE_MAX); in flushBatchedLocations()
|
D | BatchingAPIClient.h | 65 uint32_t mDefaultId; variable
|
/hardware/qcom/gps/msm8998/android/location_api/ |
D | FlpAPIClient.cpp | 51 mDefaultId(42), in FlpAPIClient() 99 if (locAPIStartSession(mDefaultId, mode, options) == LOCATION_ERROR_SUCCESS) { in flpStartSession() 117 if (locAPIUpdateSessionOptions(mDefaultId, mode, options) == LOCATION_ERROR_SUCCESS) { in flpUpdateSessionOptions() 127 if (locAPIStopSession(mDefaultId) == LOCATION_ERROR_SUCCESS) { in flpStopSession()
|
D | FlpAPIClient.h | 67 uint32_t mDefaultId; variable
|