Home
last modified time | relevance | path

Searched refs:uwb_chip (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/uwb/aidl/default/src/
Dservice.rs12 mod uwb_chip; module
34 .map(|(i, arg)| uwb_chip::UwbChip::new(i.to_string(), arg)); in main()
Duwb.rs7 use crate::uwb_chip;
15 chips: impl IntoIterator<Item = uwb_chip::UwbChip>, in from_chips()
/hardware/nxp/uwb/halimpl/hal/
DphNxpUciHal_ext.cc525 …nxpucihal_ctrl.uwb_chip->read_otp(EXTCAL_PARAM_CLK_ACCURACY, xtal_data, sizeof(xtal_data), &xtal_d… in extcal_do_xtal()
537 …ret = nxpucihal_ctrl.uwb_chip->apply_calibration(EXTCAL_PARAM_CLK_ACCURACY, 0, xtal_data, xtal_dat… in extcal_do_xtal()
556 const int16_t extra_delay = nxpucihal_ctrl.uwb_chip->extra_group_delay(); in extcal_do_ant_delay()
591 …tHAL_UWB_STATUS ret = nxpucihal_ctrl.uwb_chip->apply_calibration(EXTCAL_PARAM_RX_ANT_DELAY, ch, en… in extcal_do_ant_delay()
635 …tHAL_UWB_STATUS ret = nxpucihal_ctrl.uwb_chip->apply_calibration(EXTCAL_PARAM_TX_POWER, ch, entrie… in extcal_do_tx_power()
652 …tHAL_UWB_STATUS ret = nxpucihal_ctrl.uwb_chip->apply_calibration(EXTCAL_PARAM_TX_PULSE_SHAPE, 0, d… in extcal_do_tx_pulse_shape()
683 …ret = nxpucihal_ctrl.uwb_chip->apply_calibration(EXTCAL_PARAM_DDFS_TONE_CONFIG, 0, ddfs_tone, (siz… in extcal_do_tx_base_band()
698 … ret = nxpucihal_ctrl.uwb_chip->apply_calibration(EXTCAL_PARAM_TX_BASE_BAND_CONTROL, 0, &flag, 1); in extcal_do_tx_base_band()
DphNxpUciHal.cc332 nxpucihal_ctrl.uwb_chip = GetUwbChip(); in phNxpUciHal_open()
638 nxpucihal_ctrl.uwb_chip.reset(); in phNxpUciHal_close()
831 nxpucihal_ctrl.device_type = nxpucihal_ctrl.uwb_chip->get_device_type(&packet[i], length); in cacheDevInfoRsp()
877 status = nxpucihal_ctrl.uwb_chip->chip_init(); in phNxpUciHal_init_hw()
937 status = nxpucihal_ctrl.uwb_chip->core_init(); in phNxpUciHal_init_hw()
DphNxpUciHal.h167 std::unique_ptr<NxpUwbChip> uwb_chip; member
/hardware/nxp/uwb/aidl/
DAndroid.bp52 "uwb_chip.cpp",