Home
last modified time | relevance | path

Searched refs:phHDLLGetInfo_t (Results 1 – 2 of 2) sorted by relevance

/hardware/nxp/uwb/halimpl/hal/sr200/
Dfwd_hdll.h155 } phHDLLGetInfo_t; typedef
237 phHDLLGetInfo_t *deviceInfo;
Dfwd_hdll.cc89 void print_getInfoRsp(phHDLLGetInfo_t *getInfoRsp) { in print_getInfoRsp()
140 phHDLLGetInfo_t *process_getInfo_rsp(uint8_t *payload) { in process_getInfo_rsp()
142 phHDLLGetInfo_t *getInfoRsp = NULL; in process_getInfo_rsp()
145 getInfoRsp = (phHDLLGetInfo_t *)malloc(sizeof(phHDLLGetInfo_t)); in process_getInfo_rsp()
149 memset(getInfoRsp, 0, sizeof(phHDLLGetInfo_t)); in process_getInfo_rsp()
478 phFWD_Status_t check_fw_update_required(phHDLLGetInfo_t *getInfoRsp) { in check_fw_update_required()
604 phHDLLGetInfo_t *getInfoRsp = NULL; in handleGetInfoRsp()