Searched defs:LocationOptions (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/gps/msm8998/location/
H A DLocationAPI.h128 // supports startTracking/startBatching API with LocationOptions.mode of MSB (Ms Based)
130 // supports startTracking/startBatching API with LocationOptions.mode of MSA (MS Assisted)
400 size_t size; // set to sizeof(LocationOptions)
405 } LocationOptions; typedef in typeref:struct:__anon2879
683 periodically according to LocationOptions.
688 LOCATION_ERROR_INVALID_PARAMETER if LocationOptions parameter is invalid */
689 uint32_t startTracking(LocationOptions&); // returns session id
697 /* updateTrackingOptions changes the LocationOptions of a tracking session associated with id
700 LOCATION_ERROR_INVALID_PARAMETER if LocationOptions parameters are invalid
702 void updateTrackingOptions(uint32_t id, LocationOptions
[all...]

Completed in 89 milliseconds