Searched refs:locOption (Results 1 – 3 of 3) sorted by relevance
803 LocationOptions locOption; in getLocationOptions() local804 locOption.size = sizeof(locOption); in getLocationOptions()805 locOption.minDistance = minDistance; in getLocationOptions()806 locOption.minInterval = minInterval; in getLocationOptions()807 locOption.mode = mode; in getLocationOptions()808 locOption.locReqEngTypeMask = locReqEngTypeMask; in getLocationOptions()809 return locOption; in getLocationOptions()
811 LocationOptions locOption; in getLocationOptions() local812 locOption.size = sizeof(locOption); in getLocationOptions()813 locOption.minDistance = minDistance; in getLocationOptions()814 locOption.minInterval = minInterval; in getLocationOptions()815 locOption.mode = mode; in getLocationOptions()816 locOption.locReqEngTypeMask = locReqEngTypeMask; in getLocationOptions()817 return locOption; in getLocationOptions()
832 LocationOptions locOption; in getLocationOptions() local833 locOption.size = sizeof(locOption); in getLocationOptions()834 locOption.minDistance = minDistance; in getLocationOptions()835 locOption.minInterval = minInterval; in getLocationOptions()836 locOption.mode = mode; in getLocationOptions()837 locOption.locReqEngTypeMask = locReqEngTypeMask; in getLocationOptions()838 return locOption; in getLocationOptions()