/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | compute_graph_pipeline_create_info_common.adoc | 8 * [[VUID-{refpage}-flags-03365]] 9 pname:flags must: not include 11 * [[VUID-{refpage}-flags-03366]] 12 pname:flags must: not include 14 * [[VUID-{refpage}-flags-03367]] 15 pname:flags must: not include 17 * [[VUID-{refpage}-flags-03368]] 18 pname:flags must: not include 20 * [[VUID-{refpage}-flags-03369]] 21 pname:flags must: not include [all …]
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmcdc.h | 30 uint32 flags; /* flag defns given below */ member 57 #define CDC_IOC_IF_IDX(flags) (((flags) & CDCF_IOC_IF_MASK) >> CDCF_IOC_IF_SHIFT) argument 58 #define CDC_IOC_ID(flags) (((flags) & CDCF_IOC_ID_MASK) >> CDCF_IOC_ID_SHIFT) argument 61 ((int)((((hdr)->flags) & CDCF_IOC_IF_MASK) >> CDCF_IOC_IF_SHIFT)) 63 ((hdr)->flags = (((hdr)->flags & ~CDCF_IOC_IF_MASK) | ((idx) << CDCF_IOC_IF_SHIFT))) 72 uint8 flags; /* Flags */ member 119 ((((hdr)->flags) & BDC_FLAG_PAD_MASK) >> BDC_FLAG_PAD_SHIFT))) 123 ((hdr)->flags = (((hdr)->flags & ~BDC_FLAG_PAD_MASK) | \
|
/hardware/qcom/sm7150/gps/android/1.1/location_api/ |
D | LocationUtil.cpp | 45 if (in.flags & LOCATION_HAS_LAT_LONG_BIT) { in convertGnssLocation() 50 if (in.flags & LOCATION_HAS_ALTITUDE_BIT) { in convertGnssLocation() 54 if (in.flags & LOCATION_HAS_SPEED_BIT) { in convertGnssLocation() 58 if (in.flags & LOCATION_HAS_BEARING_BIT) { in convertGnssLocation() 62 if (in.flags & LOCATION_HAS_ACCURACY_BIT) { in convertGnssLocation() 66 if (in.flags & LOCATION_HAS_VERTICAL_ACCURACY_BIT) { in convertGnssLocation() 70 if (in.flags & LOCATION_HAS_SPEED_ACCURACY_BIT) { in convertGnssLocation() 74 if (in.flags & LOCATION_HAS_BEARING_ACCURACY_BIT) { in convertGnssLocation() 86 out.flags |= LOCATION_HAS_LAT_LONG_BIT; in convertGnssLocation() 91 out.flags |= LOCATION_HAS_ALTITUDE_BIT; in convertGnssLocation() [all …]
|
/hardware/qcom/sm8150p/gps/android/1.0/location_api/ |
D | LocationUtil.cpp | 45 if (in.flags & LOCATION_HAS_LAT_LONG_BIT) { in convertGnssLocation() 50 if (in.flags & LOCATION_HAS_ALTITUDE_BIT) { in convertGnssLocation() 54 if (in.flags & LOCATION_HAS_SPEED_BIT) { in convertGnssLocation() 58 if (in.flags & LOCATION_HAS_BEARING_BIT) { in convertGnssLocation() 62 if (in.flags & LOCATION_HAS_ACCURACY_BIT) { in convertGnssLocation() 66 if (in.flags & LOCATION_HAS_VERTICAL_ACCURACY_BIT) { in convertGnssLocation() 70 if (in.flags & LOCATION_HAS_SPEED_ACCURACY_BIT) { in convertGnssLocation() 74 if (in.flags & LOCATION_HAS_BEARING_ACCURACY_BIT) { in convertGnssLocation() 86 out.flags |= LOCATION_HAS_LAT_LONG_BIT; in convertGnssLocation() 91 out.flags |= LOCATION_HAS_ALTITUDE_BIT; in convertGnssLocation() [all …]
|
/hardware/qcom/sm7150/gps/android/1.0/location_api/ |
D | LocationUtil.cpp | 45 if (in.flags & LOCATION_HAS_LAT_LONG_BIT) { in convertGnssLocation() 50 if (in.flags & LOCATION_HAS_ALTITUDE_BIT) { in convertGnssLocation() 54 if (in.flags & LOCATION_HAS_SPEED_BIT) { in convertGnssLocation() 58 if (in.flags & LOCATION_HAS_BEARING_BIT) { in convertGnssLocation() 62 if (in.flags & LOCATION_HAS_ACCURACY_BIT) { in convertGnssLocation() 66 if (in.flags & LOCATION_HAS_VERTICAL_ACCURACY_BIT) { in convertGnssLocation() 70 if (in.flags & LOCATION_HAS_SPEED_ACCURACY_BIT) { in convertGnssLocation() 74 if (in.flags & LOCATION_HAS_BEARING_ACCURACY_BIT) { in convertGnssLocation() 86 out.flags |= LOCATION_HAS_LAT_LONG_BIT; in convertGnssLocation() 91 out.flags |= LOCATION_HAS_ALTITUDE_BIT; in convertGnssLocation() [all …]
|
/hardware/qcom/sm8150p/gps/android/1.1/location_api/ |
D | LocationUtil.cpp | 45 if (in.flags & LOCATION_HAS_LAT_LONG_BIT) { in convertGnssLocation() 50 if (in.flags & LOCATION_HAS_ALTITUDE_BIT) { in convertGnssLocation() 54 if (in.flags & LOCATION_HAS_SPEED_BIT) { in convertGnssLocation() 58 if (in.flags & LOCATION_HAS_BEARING_BIT) { in convertGnssLocation() 62 if (in.flags & LOCATION_HAS_ACCURACY_BIT) { in convertGnssLocation() 66 if (in.flags & LOCATION_HAS_VERTICAL_ACCURACY_BIT) { in convertGnssLocation() 70 if (in.flags & LOCATION_HAS_SPEED_ACCURACY_BIT) { in convertGnssLocation() 74 if (in.flags & LOCATION_HAS_BEARING_ACCURACY_BIT) { in convertGnssLocation() 86 out.flags |= LOCATION_HAS_LAT_LONG_BIT; in convertGnssLocation() 91 out.flags |= LOCATION_HAS_ALTITUDE_BIT; in convertGnssLocation() [all …]
|
/hardware/qcom/sm8150/gps/android/1.0/ |
D | Gnss.cpp | 154 } else if (gnssConfig.flags != 0) { in updateConfiguration() 158 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_GPS_LOCK_VALID_BIT) { in updateConfiguration() 159 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_GPS_LOCK_VALID_BIT; in updateConfiguration() 162 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_SUPL_VERSION_VALID_BIT) { in updateConfiguration() 163 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_SUPL_VERSION_VALID_BIT; in updateConfiguration() 166 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_SET_ASSISTANCE_DATA_VALID_BIT) { in updateConfiguration() 167 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_SET_ASSISTANCE_DATA_VALID_BIT; in updateConfiguration() 177 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_LPP_PROFILE_VALID_BIT) { in updateConfiguration() 178 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_LPP_PROFILE_VALID_BIT; in updateConfiguration() 181 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_LPPE_CONTROL_PLANE_VALID_BIT) { in updateConfiguration() [all …]
|
/hardware/qcom/sm8150p/gps/android/1.0/ |
D | Gnss.cpp | 161 } else if (gnssConfig.flags != 0) { in updateConfiguration() 165 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_GPS_LOCK_VALID_BIT) { in updateConfiguration() 166 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_GPS_LOCK_VALID_BIT; in updateConfiguration() 169 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_SUPL_VERSION_VALID_BIT) { in updateConfiguration() 170 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_SUPL_VERSION_VALID_BIT; in updateConfiguration() 173 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_SET_ASSISTANCE_DATA_VALID_BIT) { in updateConfiguration() 174 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_SET_ASSISTANCE_DATA_VALID_BIT; in updateConfiguration() 184 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_LPP_PROFILE_VALID_BIT) { in updateConfiguration() 185 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_LPP_PROFILE_VALID_BIT; in updateConfiguration() 188 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_LPPE_CONTROL_PLANE_VALID_BIT) { in updateConfiguration() [all …]
|
/hardware/qcom/sm7250/gps/android/1.0/ |
D | Gnss.cpp | 154 } else if (gnssConfig.flags != 0) { in updateConfiguration() 158 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_GPS_LOCK_VALID_BIT) { in updateConfiguration() 159 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_GPS_LOCK_VALID_BIT; in updateConfiguration() 162 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_SUPL_VERSION_VALID_BIT) { in updateConfiguration() 163 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_SUPL_VERSION_VALID_BIT; in updateConfiguration() 166 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_SET_ASSISTANCE_DATA_VALID_BIT) { in updateConfiguration() 167 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_SET_ASSISTANCE_DATA_VALID_BIT; in updateConfiguration() 177 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_LPP_PROFILE_VALID_BIT) { in updateConfiguration() 178 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_LPP_PROFILE_VALID_BIT; in updateConfiguration() 181 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_LPPE_CONTROL_PLANE_VALID_BIT) { in updateConfiguration() [all …]
|
/hardware/qcom/sm7150/gps/android/1.0/ |
D | Gnss.cpp | 163 } else if (gnssConfig.flags != 0) { in updateConfiguration() 167 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_GPS_LOCK_VALID_BIT) { in updateConfiguration() 168 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_GPS_LOCK_VALID_BIT; in updateConfiguration() 171 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_SUPL_VERSION_VALID_BIT) { in updateConfiguration() 172 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_SUPL_VERSION_VALID_BIT; in updateConfiguration() 175 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_SET_ASSISTANCE_DATA_VALID_BIT) { in updateConfiguration() 176 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_SET_ASSISTANCE_DATA_VALID_BIT; in updateConfiguration() 186 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_LPP_PROFILE_VALID_BIT) { in updateConfiguration() 187 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_LPP_PROFILE_VALID_BIT; in updateConfiguration() 190 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_LPPE_CONTROL_PLANE_VALID_BIT) { in updateConfiguration() [all …]
|
/hardware/google/gfxstream/guest/mesa/src/util/blake3/ |
D | blake3_dispatch.c | 139 uint8_t flags) { in blake3_compress_in_place() argument 145 blake3_compress_in_place_avx512(cv, block, block_len, counter, flags); in blake3_compress_in_place() 151 blake3_compress_in_place_sse41(cv, block, block_len, counter, flags); in blake3_compress_in_place() 157 blake3_compress_in_place_sse2(cv, block, block_len, counter, flags); in blake3_compress_in_place() 162 blake3_compress_in_place_portable(cv, block, block_len, counter, flags); in blake3_compress_in_place() 167 uint8_t block_len, uint64_t counter, uint8_t flags, in blake3_compress_xof() argument 174 blake3_compress_xof_avx512(cv, block, block_len, counter, flags, out); in blake3_compress_xof() 180 blake3_compress_xof_sse41(cv, block, block_len, counter, flags, out); in blake3_compress_xof() 186 blake3_compress_xof_sse2(cv, block, block_len, counter, flags, out); in blake3_compress_xof() 191 blake3_compress_xof_portable(cv, block, block_len, counter, flags, out); in blake3_compress_xof() [all …]
|
D | blake3.c | 11 uint8_t flags) { in chunk_state_init() argument 17 self->flags = flags; in chunk_state_init() 59 uint8_t flags; member 65 uint8_t flags) { in make_output() argument 71 ret.flags = flags; in make_output() 85 self->counter, self->flags); in output_chaining_value() 96 output_block_counter, self->flags | ROOT, wide_buf); in output_root_bytes() 121 self->flags | chunk_state_maybe_start_flag(self)); in chunk_state_update() 131 self->flags | chunk_state_maybe_start_flag(self)); in chunk_state_update() 144 self->flags | chunk_state_maybe_start_flag(self) | CHUNK_END; in chunk_state_output() [all …]
|
/hardware/qcom/gps/msm8909w_3100/android/ |
D | Gnss.cpp | 144 } else if (gnssConfig.flags != 0) { in updateConfiguration() 148 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_GPS_LOCK_VALID_BIT) { in updateConfiguration() 149 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_GPS_LOCK_VALID_BIT; in updateConfiguration() 152 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_SUPL_VERSION_VALID_BIT) { in updateConfiguration() 153 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_SUPL_VERSION_VALID_BIT; in updateConfiguration() 156 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_SET_ASSISTANCE_DATA_VALID_BIT) { in updateConfiguration() 157 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_SET_ASSISTANCE_DATA_VALID_BIT; in updateConfiguration() 167 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_LPP_PROFILE_VALID_BIT) { in updateConfiguration() 168 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_LPP_PROFILE_VALID_BIT; in updateConfiguration() 171 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_LPPE_CONTROL_PLANE_VALID_BIT) { in updateConfiguration() [all …]
|
/hardware/qcom/gps/msm8998/android/ |
D | Gnss.cpp | 144 } else if (gnssConfig.flags != 0) { in updateConfiguration() 148 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_GPS_LOCK_VALID_BIT) { in updateConfiguration() 149 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_GPS_LOCK_VALID_BIT; in updateConfiguration() 152 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_SUPL_VERSION_VALID_BIT) { in updateConfiguration() 153 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_SUPL_VERSION_VALID_BIT; in updateConfiguration() 156 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_SET_ASSISTANCE_DATA_VALID_BIT) { in updateConfiguration() 157 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_SET_ASSISTANCE_DATA_VALID_BIT; in updateConfiguration() 167 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_LPP_PROFILE_VALID_BIT) { in updateConfiguration() 168 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_LPP_PROFILE_VALID_BIT; in updateConfiguration() 171 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_LPPE_CONTROL_PLANE_VALID_BIT) { in updateConfiguration() [all …]
|
/hardware/interfaces/audio/core/all-versions/default/util/include/util/ |
D | CoreUtils.h | 79 …c inline status_t audioInputFlagsFromHal(audio_input_flags_t halFlagMask, AudioInputFlags* flags) { in audioInputFlagsFromHal() 80 *flags = EnumBitfield<AudioInputFlag>(halFlagMask); in audioInputFlagsFromHal() 83 …static inline status_t audioInputFlagsToHal(AudioInputFlags flags, audio_input_flags_t* halFlagMas… in audioInputFlagsToHal() 84 *halFlagMask = static_cast<audio_input_flags_t>(flags); in audioInputFlagsToHal() 87 …nline status_t audioOutputFlagsFromHal(audio_output_flags_t halFlagMask, AudioOutputFlags* flags) { in audioOutputFlagsFromHal() 88 *flags = EnumBitfield<AudioOutputFlag>(halFlagMask); in audioOutputFlagsFromHal() 91 …static inline status_t audioOutputFlagsToHal(AudioOutputFlags flags, audio_output_flags_t* halFlag… in audioOutputFlagsToHal() 92 *halFlagMask = static_cast<audio_output_flags_t>(flags); in audioOutputFlagsToHal() 98 static status_t audioInputFlagsFromHal(audio_input_flags_t halFlagMask, AudioInputFlags* flags); 99 …static status_t audioInputFlagsToHal(const AudioInputFlags& flags, audio_input_flags_t* halFlagMas… [all …]
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_debug_report.c | 36 VkDebugReportFlagsEXT flags; member 64 cb->flags = pCreateInfo->flags; in VK_DEFINE_NONDISP_HANDLE_CASTS() 98 VkDebugReportFlagsEXT flags, in debug_report() argument 121 if (cb->flags & flags) in debug_report() 122 cb->callback(flags, object_type, handle, location, messageCode, in debug_report() 131 VkDebugReportFlagsEXT flags, in vk_common_DebugReportMessageEXT() argument 140 debug_report(instance, flags, objectType, in vk_common_DebugReportMessageEXT() 146 VkDebugReportFlagsEXT flags, in vk_debug_report() argument 155 debug_report(instance, flags, (VkDebugReportObjectTypeEXT)object_type, in vk_debug_report()
|
/hardware/qcom/sm7250/gps/android/2.1/location_api/ |
D | MeasurementAPIClient.cpp | 206 if (in.flags & GNSS_MEASUREMENTS_DATA_SIGNAL_TO_NOISE_RATIO_BIT) in convertGnssMeasurement() 207 out.flags |= IGnssMeasurementCallback::GnssMeasurementFlags::HAS_SNR; in convertGnssMeasurement() 208 if (in.flags & GNSS_MEASUREMENTS_DATA_CARRIER_FREQUENCY_BIT) in convertGnssMeasurement() 209 out.flags |= IGnssMeasurementCallback::GnssMeasurementFlags::HAS_CARRIER_FREQUENCY; in convertGnssMeasurement() 210 if (in.flags & GNSS_MEASUREMENTS_DATA_CARRIER_CYCLES_BIT) in convertGnssMeasurement() 211 out.flags |= IGnssMeasurementCallback::GnssMeasurementFlags::HAS_CARRIER_CYCLES; in convertGnssMeasurement() 212 if (in.flags & GNSS_MEASUREMENTS_DATA_CARRIER_PHASE_BIT) in convertGnssMeasurement() 213 out.flags |= IGnssMeasurementCallback::GnssMeasurementFlags::HAS_CARRIER_PHASE; in convertGnssMeasurement() 214 if (in.flags & GNSS_MEASUREMENTS_DATA_CARRIER_PHASE_UNCERTAINTY_BIT) in convertGnssMeasurement() 215 out.flags |= IGnssMeasurementCallback::GnssMeasurementFlags::HAS_CARRIER_PHASE_UNCERTAINTY; in convertGnssMeasurement() [all …]
|
/hardware/qcom/sm7250/gps/android/2.0/location_api/ |
D | LocationUtil.cpp | 50 if (in.flags & LOCATION_HAS_LAT_LONG_BIT) { in convertGnssLocation() 55 if (in.flags & LOCATION_HAS_ALTITUDE_BIT) { in convertGnssLocation() 59 if (in.flags & LOCATION_HAS_SPEED_BIT) { in convertGnssLocation() 63 if (in.flags & LOCATION_HAS_BEARING_BIT) { in convertGnssLocation() 67 if (in.flags & LOCATION_HAS_ACCURACY_BIT) { in convertGnssLocation() 71 if (in.flags & LOCATION_HAS_VERTICAL_ACCURACY_BIT) { in convertGnssLocation() 75 if (in.flags & LOCATION_HAS_SPEED_ACCURACY_BIT) { in convertGnssLocation() 79 if (in.flags & LOCATION_HAS_BEARING_ACCURACY_BIT) { in convertGnssLocation() 92 if (in.flags & LOCATION_HAS_ELAPSED_REAL_TIME) { in convertGnssLocation() 93 out.elapsedRealtime.flags |= ElapsedRealtimeFlags::HAS_TIMESTAMP_NS; in convertGnssLocation() [all …]
|
/hardware/qcom/sm8150/gps/android/2.0/location_api/ |
D | LocationUtil.cpp | 50 if (in.flags & LOCATION_HAS_LAT_LONG_BIT) { in convertGnssLocation() 55 if (in.flags & LOCATION_HAS_ALTITUDE_BIT) { in convertGnssLocation() 59 if (in.flags & LOCATION_HAS_SPEED_BIT) { in convertGnssLocation() 63 if (in.flags & LOCATION_HAS_BEARING_BIT) { in convertGnssLocation() 67 if (in.flags & LOCATION_HAS_ACCURACY_BIT) { in convertGnssLocation() 71 if (in.flags & LOCATION_HAS_VERTICAL_ACCURACY_BIT) { in convertGnssLocation() 75 if (in.flags & LOCATION_HAS_SPEED_ACCURACY_BIT) { in convertGnssLocation() 79 if (in.flags & LOCATION_HAS_BEARING_ACCURACY_BIT) { in convertGnssLocation() 92 if (in.flags & LOCATION_HAS_ELAPSED_REAL_TIME) { in convertGnssLocation() 93 out.elapsedRealtime.flags |= ElapsedRealtimeFlags::HAS_TIMESTAMP_NS; in convertGnssLocation() [all …]
|
/hardware/google/gfxstream/guest/mesa/src/util/tests/hash_table/ |
D | clear.c | 60 bool flags[SIZE]; in main() local 66 flags[i] = false; in main() 67 _mesa_hash_table_insert(ht, make_key(i), &flags[i]); in main() 76 assert(flags[i]); in main() 77 flags[i] = false; in main() 78 _mesa_hash_table_insert(ht, make_key(i), &flags[i]); in main() 97 flags[i] = false; in main() 98 _mesa_hash_table_insert(ht, make_key(i), &flags[i]); in main()
|
/hardware/qcom/sm8150p/gps/android/2.0/location_api/ |
D | LocationUtil.cpp | 47 if (in.flags & LOCATION_HAS_LAT_LONG_BIT) { in convertGnssLocation() 52 if (in.flags & LOCATION_HAS_ALTITUDE_BIT) { in convertGnssLocation() 56 if (in.flags & LOCATION_HAS_SPEED_BIT) { in convertGnssLocation() 60 if (in.flags & LOCATION_HAS_BEARING_BIT) { in convertGnssLocation() 64 if (in.flags & LOCATION_HAS_ACCURACY_BIT) { in convertGnssLocation() 68 if (in.flags & LOCATION_HAS_VERTICAL_ACCURACY_BIT) { in convertGnssLocation() 72 if (in.flags & LOCATION_HAS_SPEED_ACCURACY_BIT) { in convertGnssLocation() 76 if (in.flags & LOCATION_HAS_BEARING_ACCURACY_BIT) { in convertGnssLocation() 104 out.elapsedRealtime.flags |= ElapsedRealtimeFlags::HAS_TIMESTAMP_NS; in convertGnssLocation() 106 out.elapsedRealtime.flags |= ElapsedRealtimeFlags::HAS_TIME_UNCERTAINTY_NS; in convertGnssLocation() [all …]
|
/hardware/qcom/sm8150/gps/android/1.0/location_api/ |
D | LocationUtil.cpp | 45 if (in.flags & LOCATION_HAS_LAT_LONG_BIT) { in convertGnssLocation() 50 if (in.flags & LOCATION_HAS_ALTITUDE_BIT) { in convertGnssLocation() 54 if (in.flags & LOCATION_HAS_SPEED_BIT) { in convertGnssLocation() 58 if (in.flags & LOCATION_HAS_BEARING_BIT) { in convertGnssLocation() 62 if (in.flags & LOCATION_HAS_ACCURACY_BIT) { in convertGnssLocation() 66 if (in.flags & LOCATION_HAS_VERTICAL_ACCURACY_BIT) { in convertGnssLocation() 70 if (in.flags & LOCATION_HAS_SPEED_ACCURACY_BIT) { in convertGnssLocation() 74 if (in.flags & LOCATION_HAS_BEARING_ACCURACY_BIT) { in convertGnssLocation() 86 out.flags |= LOCATION_HAS_LAT_LONG_BIT; in convertGnssLocation() 91 out.flags |= LOCATION_HAS_ALTITUDE_BIT; in convertGnssLocation() [all …]
|
/hardware/qcom/sm8150/gps/android/1.1/location_api/ |
D | LocationUtil.cpp | 45 if (in.flags & LOCATION_HAS_LAT_LONG_BIT) { in convertGnssLocation() 50 if (in.flags & LOCATION_HAS_ALTITUDE_BIT) { in convertGnssLocation() 54 if (in.flags & LOCATION_HAS_SPEED_BIT) { in convertGnssLocation() 58 if (in.flags & LOCATION_HAS_BEARING_BIT) { in convertGnssLocation() 62 if (in.flags & LOCATION_HAS_ACCURACY_BIT) { in convertGnssLocation() 66 if (in.flags & LOCATION_HAS_VERTICAL_ACCURACY_BIT) { in convertGnssLocation() 70 if (in.flags & LOCATION_HAS_SPEED_ACCURACY_BIT) { in convertGnssLocation() 74 if (in.flags & LOCATION_HAS_BEARING_ACCURACY_BIT) { in convertGnssLocation() 86 out.flags |= LOCATION_HAS_LAT_LONG_BIT; in convertGnssLocation() 91 out.flags |= LOCATION_HAS_ALTITUDE_BIT; in convertGnssLocation() [all …]
|
/hardware/qcom/sm7250/gps/android/1.1/location_api/ |
D | LocationUtil.cpp | 46 if (in.flags & LOCATION_HAS_LAT_LONG_BIT) { in convertGnssLocation() 51 if (in.flags & LOCATION_HAS_ALTITUDE_BIT) { in convertGnssLocation() 55 if (in.flags & LOCATION_HAS_SPEED_BIT) { in convertGnssLocation() 59 if (in.flags & LOCATION_HAS_BEARING_BIT) { in convertGnssLocation() 63 if (in.flags & LOCATION_HAS_ACCURACY_BIT) { in convertGnssLocation() 67 if (in.flags & LOCATION_HAS_VERTICAL_ACCURACY_BIT) { in convertGnssLocation() 71 if (in.flags & LOCATION_HAS_SPEED_ACCURACY_BIT) { in convertGnssLocation() 75 if (in.flags & LOCATION_HAS_BEARING_ACCURACY_BIT) { in convertGnssLocation() 87 out.flags |= LOCATION_HAS_LAT_LONG_BIT; in convertGnssLocation() 92 out.flags |= LOCATION_HAS_ALTITUDE_BIT; in convertGnssLocation() [all …]
|
/hardware/qcom/sm7250/gps/android/1.0/location_api/ |
D | LocationUtil.cpp | 46 if (in.flags & LOCATION_HAS_LAT_LONG_BIT) { in convertGnssLocation() 51 if (in.flags & LOCATION_HAS_ALTITUDE_BIT) { in convertGnssLocation() 55 if (in.flags & LOCATION_HAS_SPEED_BIT) { in convertGnssLocation() 59 if (in.flags & LOCATION_HAS_BEARING_BIT) { in convertGnssLocation() 63 if (in.flags & LOCATION_HAS_ACCURACY_BIT) { in convertGnssLocation() 67 if (in.flags & LOCATION_HAS_VERTICAL_ACCURACY_BIT) { in convertGnssLocation() 71 if (in.flags & LOCATION_HAS_SPEED_ACCURACY_BIT) { in convertGnssLocation() 75 if (in.flags & LOCATION_HAS_BEARING_ACCURACY_BIT) { in convertGnssLocation() 87 out.flags |= LOCATION_HAS_LAT_LONG_BIT; in convertGnssLocation() 92 out.flags |= LOCATION_HAS_ALTITUDE_BIT; in convertGnssLocation() [all …]
|