Home
last modified time | relevance | path

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

/hardware/nxp/uwb/halimpl/hal/
DphNxpUwbCalib.cc25 static tHAL_UWB_STATUS sr1xx_set_conf(const std::vector<uint8_t> &tlv);
26 static tHAL_UWB_STATUS sr1xx_set_calibration(uint8_t channel, const std::vector<uint8_t> &tlv);
40 static tHAL_UWB_STATUS sr1xx_set_calibration(uint8_t channel, const std::vector<uint8_t> &tlv) in sr1xx_set_calibration() argument
50 packet.insert(packet.end(), tlv.begin(), tlv.end()); in sr1xx_set_calibration()
55 static tHAL_UWB_STATUS sr1xx_set_conf(const std::vector<uint8_t> &tlv) in sr1xx_set_conf() argument
60 packet.insert(packet.end(), tlv.begin(), tlv.end()); in sr1xx_set_conf()
84 std::vector<uint8_t> tlv; in sr1xx_apply_calibration() local
86 tlv.push_back(UCI_PARAM_ID_RF_CLK_ACCURACY_CALIB); in sr1xx_apply_calibration()
88 tlv.push_back((uint8_t)data_len + 1); in sr1xx_apply_calibration()
90 tlv.push_back(3); // number of register (must be 0x03) in sr1xx_apply_calibration()
[all …]
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_mixer.c312 unsigned int *tlv, in mixer_ctl_read_tlv() argument
321 tlv[0] = -1; in mixer_ctl_read_tlv()
322 tlv[1] = 0; in mixer_ctl_read_tlv()
328 memcpy(xtlv->tlv, tlv, tlv_size); in mixer_ctl_read_tlv()
334 if (xtlv->tlv[1] + 2 * sizeof(unsigned int) > tlv_size) { in mixer_ctl_read_tlv()
338 memcpy(tlv, xtlv->tlv, xtlv->tlv[1] + 2 * sizeof(unsigned int)); in mixer_ctl_read_tlv()
341 type = tlv[0]; in mixer_ctl_read_tlv()
343 size = tlv[1]; in mixer_ctl_read_tlv()
351 ALOGV("0x%08x,", tlv[idx++]); in mixer_ctl_read_tlv()
356 print_dB((int)tlv[2]); in mixer_ctl_read_tlv()
[all …]
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/current/android/hardware/tv/tuner/
DDemuxFilterSettings.aidl41 android.hardware.tv.tuner.DemuxTlvFilterSettings tlv;
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/1/android/hardware/tv/tuner/
DDemuxFilterSettings.aidl41 android.hardware.tv.tuner.DemuxTlvFilterSettings tlv;
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/2/android/hardware/tv/tuner/
DDemuxFilterSettings.aidl41 android.hardware.tv.tuner.DemuxTlvFilterSettings tlv;
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dhw_rome.c844 gTlv_dwndCfg = ptlv_header->tlv.patch.dwnd_cfg; in rome_get_tlv_file()
852 ALOGI("Total Length\t\t\t : %d bytes", ptlv_header->tlv.patch.tlv_data_len); in rome_get_tlv_file()
853 ALOGI("Patch Data Length\t\t\t : %d bytes",ptlv_header->tlv.patch.tlv_patch_data_len); in rome_get_tlv_file()
854 ALOGI("Signing Format Version\t : 0x%x", ptlv_header->tlv.patch.sign_ver); in rome_get_tlv_file()
855 ALOGI("Signature Algorithm\t\t : 0x%x", ptlv_header->tlv.patch.sign_algorithm); in rome_get_tlv_file()
856 ALOGI("Event Handling\t\t\t : 0x%x", ptlv_header->tlv.patch.dwnd_cfg); in rome_get_tlv_file()
857 ALOGI("Reserved\t\t\t : 0x%x", ptlv_header->tlv.patch.reserved1); in rome_get_tlv_file()
858 ALOGI("Product ID\t\t\t : 0x%04x\n", ptlv_header->tlv.patch.prod_id); in rome_get_tlv_file()
859 ALOGI("Rom Build Version\t\t : 0x%04x\n", ptlv_header->tlv.patch.build_ver); in rome_get_tlv_file()
860 ALOGI("Patch Version\t\t : 0x%04x\n", ptlv_header->tlv.patch.patch_ver); in rome_get_tlv_file()
[all …]
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
Dhw_rome.c866 gTlv_dwndCfg = ptlv_header->tlv.patch.dwnd_cfg; in rome_get_tlv_file()
874 ALOGI("Total Length\t\t\t : %d bytes", ptlv_header->tlv.patch.tlv_data_len); in rome_get_tlv_file()
875 ALOGI("Patch Data Length\t\t\t : %d bytes",ptlv_header->tlv.patch.tlv_patch_data_len); in rome_get_tlv_file()
876 ALOGI("Signing Format Version\t : 0x%x", ptlv_header->tlv.patch.sign_ver); in rome_get_tlv_file()
877 ALOGI("Signature Algorithm\t\t : 0x%x", ptlv_header->tlv.patch.sign_algorithm); in rome_get_tlv_file()
878 ALOGI("Event Handling\t\t\t : 0x%x", ptlv_header->tlv.patch.dwnd_cfg); in rome_get_tlv_file()
879 ALOGI("Reserved\t\t\t : 0x%x", ptlv_header->tlv.patch.reserved1); in rome_get_tlv_file()
880 ALOGI("Product ID\t\t\t : 0x%04x\n", ptlv_header->tlv.patch.prod_id); in rome_get_tlv_file()
881 ALOGI("Rom Build Version\t\t : 0x%04x\n", ptlv_header->tlv.patch.build_ver); in rome_get_tlv_file()
882 ALOGI("Patch Version\t\t : 0x%04x\n", ptlv_header->tlv.patch.patch_ver); in rome_get_tlv_file()
[all …]
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dhw_rome.c851 gTlv_dwndCfg = ptlv_header->tlv.patch.dwnd_cfg; in rome_get_tlv_file()
859 ALOGI("Total Length\t\t\t : %d bytes", ptlv_header->tlv.patch.tlv_data_len); in rome_get_tlv_file()
860 ALOGI("Patch Data Length\t\t\t : %d bytes",ptlv_header->tlv.patch.tlv_patch_data_len); in rome_get_tlv_file()
861 ALOGI("Signing Format Version\t : 0x%x", ptlv_header->tlv.patch.sign_ver); in rome_get_tlv_file()
862 ALOGI("Signature Algorithm\t\t : 0x%x", ptlv_header->tlv.patch.sign_algorithm); in rome_get_tlv_file()
863 ALOGI("Event Handling\t\t\t : 0x%x", ptlv_header->tlv.patch.dwnd_cfg); in rome_get_tlv_file()
864 ALOGI("Reserved\t\t\t : 0x%x", ptlv_header->tlv.patch.reserved1); in rome_get_tlv_file()
865 ALOGI("Product ID\t\t\t : 0x%04x\n", ptlv_header->tlv.patch.prod_id); in rome_get_tlv_file()
866 ALOGI("Rom Build Version\t\t : 0x%04x\n", ptlv_header->tlv.patch.build_ver); in rome_get_tlv_file()
867 ALOGI("Patch Version\t\t : 0x%04x\n", ptlv_header->tlv.patch.patch_ver); in rome_get_tlv_file()
[all …]
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dhw_rome.c826 gTlv_dwndCfg = ptlv_header->tlv.patch.dwnd_cfg; in rome_get_tlv_file()
834 ALOGI("Total Length\t\t\t : %d bytes", ptlv_header->tlv.patch.tlv_data_len); in rome_get_tlv_file()
835 ALOGI("Patch Data Length\t\t\t : %d bytes",ptlv_header->tlv.patch.tlv_patch_data_len); in rome_get_tlv_file()
836 ALOGI("Signing Format Version\t : 0x%x", ptlv_header->tlv.patch.sign_ver); in rome_get_tlv_file()
837 ALOGI("Signature Algorithm\t\t : 0x%x", ptlv_header->tlv.patch.sign_algorithm); in rome_get_tlv_file()
838 ALOGI("Event Handling\t\t\t : 0x%x", ptlv_header->tlv.patch.dwnd_cfg); in rome_get_tlv_file()
839 ALOGI("Reserved\t\t\t : 0x%x", ptlv_header->tlv.patch.reserved1); in rome_get_tlv_file()
840 ALOGI("Product ID\t\t\t : 0x%04x\n", ptlv_header->tlv.patch.prod_id); in rome_get_tlv_file()
841 ALOGI("Rom Build Version\t\t : 0x%04x\n", ptlv_header->tlv.patch.build_ver); in rome_get_tlv_file()
842 ALOGI("Patch Version\t\t : 0x%04x\n", ptlv_header->tlv.patch.patch_ver); in rome_get_tlv_file()
[all …]
/hardware/interfaces/tv/tuner/aidl/android/hardware/tv/tuner/
DDemuxFilterSettings.aidl37 DemuxTlvFilterSettings tlv;
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhw_rome.c874 gTlv_dwndCfg = ptlv_header->tlv.patch.dwnd_cfg; in rome_get_tlv_file()
882 ALOGI("Total Length\t\t\t : %d bytes", ptlv_header->tlv.patch.tlv_data_len); in rome_get_tlv_file()
883 ALOGI("Patch Data Length\t\t\t : %d bytes",ptlv_header->tlv.patch.tlv_patch_data_len); in rome_get_tlv_file()
884 ALOGI("Signing Format Version\t : 0x%x", ptlv_header->tlv.patch.sign_ver); in rome_get_tlv_file()
885 ALOGI("Signature Algorithm\t\t : 0x%x", ptlv_header->tlv.patch.sign_algorithm); in rome_get_tlv_file()
886 ALOGI("Event Handling\t\t\t : 0x%x", ptlv_header->tlv.patch.dwnd_cfg); in rome_get_tlv_file()
887 ALOGI("Reserved\t\t\t : 0x%x", ptlv_header->tlv.patch.reserved1); in rome_get_tlv_file()
888 ALOGI("Product ID\t\t\t : 0x%04x\n", ptlv_header->tlv.patch.prod_id); in rome_get_tlv_file()
889 ALOGI("Rom Build Version\t\t : 0x%04x\n", ptlv_header->tlv.patch.build_ver); in rome_get_tlv_file()
890 ALOGI("Patch Version\t\t : 0x%04x\n", ptlv_header->tlv.patch.patch_ver); in rome_get_tlv_file()
[all …]
/hardware/qcom/bt/msm8996/libbt-vendor/include/
Dhw_rome.h236 }tlv; member
/hardware/qcom/bt/msm8909/libbt-vendor/include/
Dhw_rome.h234 }tlv; member
/hardware/qcom/bt/msm8992/libbt-vendor/include/
Dhw_rome.h235 }tlv; member
/hardware/qcom/bt/msm8998/libbt-vendor/include/
Dhw_rome.h231 }tlv; member
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/
Dhw_rome.h231 }tlv; member
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dbcmevent.h411 wl_sd_tlv_t tlv[1]; /* service discovery TLV */
/hardware/interfaces/tv/tuner/1.0/
Dtypes.hal2340 DemuxTlvFilterSettings tlv;