Home
last modified time | relevance | path

Searched refs:bandwidth (Results 1 – 18 of 18) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Ddata_builder.c272 if (sensors.gyro.bandwidth == 0) { in inv_set_gyro_sample_rate()
273 sensors.gyro.bandwidth = (int)(1000000L / sample_rate_us); in inv_set_gyro_sample_rate()
291 if (sensors.accel.bandwidth == 0) { in inv_set_accel_sample_rate()
292 sensors.accel.bandwidth = (int)(1000000L / sample_rate_us); in inv_set_accel_sample_rate()
310 if (sensors.compass.bandwidth == 0) { in inv_set_compass_sample_rate()
311 sensors.compass.bandwidth = (int)(1000000L / sample_rate_us); in inv_set_compass_sample_rate()
351 sensors.gyro.bandwidth = bandwidth_hz; in inv_set_gyro_bandwidth()
359 sensors.accel.bandwidth = bandwidth_hz; in inv_set_accel_bandwidth()
367 sensors.compass.bandwidth = bandwidth_hz; in inv_set_compass_bandwidth()
Ddata_builder.h103 int bandwidth; member
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Ddata_builder.c273 if (sensors.gyro.bandwidth == 0) { in inv_set_gyro_sample_rate()
274 sensors.gyro.bandwidth = (int)(1000000L / sample_rate_us); in inv_set_gyro_sample_rate()
292 if (sensors.accel.bandwidth == 0) { in inv_set_accel_sample_rate()
293 sensors.accel.bandwidth = (int)(1000000L / sample_rate_us); in inv_set_accel_sample_rate()
513 if (sensors.compass.bandwidth == 0) { in inv_set_compass_sample_rate()
514 sensors.compass.bandwidth = (int)(1000000L / sample_rate_us); in inv_set_compass_sample_rate()
554 sensors.gyro.bandwidth = bandwidth_hz; in inv_set_gyro_bandwidth()
562 sensors.accel.bandwidth = bandwidth_hz; in inv_set_accel_bandwidth()
570 sensors.compass.bandwidth = bandwidth_hz; in inv_set_compass_bandwidth()
Ddata_builder.h105 int bandwidth; member
/hardware/interfaces/radio/1.2/
Dtypes.hal255 * Cell bandwidth, in kHz.
257 int32_t bandwidth;
367 * Estimated downlink capacity in kbps. This bandwidth estimate shall be the estimated
368 * maximum sustainable link bandwidth (as would be measured at the Upper PDCP or SNDCP SAP).
374 * Estimated uplink capacity in kbps. This bandwidth estimate shall be the estimated
375 * maximum sustainable link bandwidth (as would be measured at the Upper PDCP or SNDCP SAP).
388 * Cell bandwidth, in kHz.
/hardware/interfaces/wifi/1.2/
Dtypes.hal69 * Channel bandwidth in MHz.
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan_ind.cpp1198 pChInfo->bandwidth = nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_WIDTH]); in getNdpConfirm()
1199 ALOGD("%s: Channel BW = %d", __FUNCTION__, pChInfo->bandwidth); in getNdpConfirm()
1252 pChInfo->bandwidth = nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_WIDTH]); in getNdpScheduleUpdate()
1253 ALOGD("%s: Channel BW = %d", __FUNCTION__, pChInfo->bandwidth); in getNdpScheduleUpdate()
Dpkt_stats.h418 } bandwidth; typedef
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dbt_amp_hci.h240 uint32 bandwidth;
/hardware/qcom/display/msm8996/sdm/include/private/
Dhw_info_types.h437 uint32_t bandwidth = 0; member
/hardware/qcom/display/msm8998/sdm/include/private/
Dhw_info_types.h491 uint32_t bandwidth = 0; member
/hardware/qcom/display/msm8909w_3100/sdm/include/private/
Dhw_info_types.h499 uint32_t bandwidth = 0; member
/hardware/qcom/display/msm8909/sdm/include/private/
Dhw_info_types.h500 uint32_t bandwidth = 0; member
/hardware/interfaces/camera/common/1.0/
Dtypes.hal304 * limited ISP bandwidth.
335 * requires too much bandwidth to use at the same time as the front
/hardware/interfaces/tv/tuner/1.0/
Dtypes.hal304 * hardware is able to detect and set bandwidth automatically
414 FrontendAtsc3Bandwidth bandwidth;
816 FrontendDvbtBandwidth bandwidth;
1102 FrontendIsdbtBandwidth bandwidth;
/hardware/interfaces/broadcastradio/2.0/
Dtypes.hal730 * This is meant to save binder transaction bandwidth on 'removed' vector
775 * This is meant to reduce binder transaction bandwidth, not for fine-grained
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_nan.h143 u32 bandwidth; member
/hardware/interfaces/wifi/1.3/default/
Dhidl_struct_util.cpp2130 (legacy_hal::wifi_channel_width)legacy_struct.bandwidth); in convertLegacyNdpChannelInfoToHidl()