Home
last modified time | relevance | path

Searched refs:le_bytes_to_cpu (Results 1 – 3 of 3) sorted by relevance

/hardware/nxp/uwb/halimpl/hal/
DsessionTrack.cc173 …uint32_t session_id = le_bytes_to_cpu<uint32_t>(&packet[UCI_MSG_SESSION_STATE_INIT_CMD_ID_OFFSET]); in OnSessionInit()
184 …uint32_t handle = le_bytes_to_cpu<uint32_t>(&packet[UCI_MSG_SESSION_STATE_INIT_RSP_HANDLE_OFFSET]); in OnSessionInit()
272 … uint32_t session_handle = le_bytes_to_cpu<uint32_t>(&packet[UCI_MSG_SESSION_START_HANDLE_OFFSET]); in OnSessionStart()
368 uint32_t session_id = le_bytes_to_cpu<uint32_t>(&packet[6]); in DeleteUrsk()
438 val = le_bytes_to_cpu<uint32_t>(&packet[8]); in GetAppConfLe32()
517 …uint32_t session_handle = le_bytes_to_cpu<uint32_t>(&packet[UCI_MSG_SESSION_STATUS_NTF_HANDLE_OFFS… in OnSessionStatusNtf()
DphNxpUciHal_ext.cc843 …uint32_t session_handle = le_bytes_to_cpu<uint32_t>(&p_data[UCI_MSG_SESSION_SET_APP_CONFIG_HANDLE_… in phNxpUciHal_handle_set_app_config()
/hardware/nxp/uwb/halimpl/utils/
DphNxpUciHal_utils.h179 static inline T le_bytes_to_cpu(const uint8_t *p) in le_bytes_to_cpu() function