#include "common.h"
#include <stdint.h>
Go to the source code of this file.
|
void | helper_get_wda_resp_ctx (uint8_t *rsp, uint32_t len, unpack_qmi_t *pCtx) |
|
int | pack_wda_SetDataFormat (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_wda_SetDataFormat_t *reqArg) |
|
int | unpack_wda_SetDataFormat (uint8_t *pResp, uint16_t respLen, unpack_wda_SetDataFormat_t *pOutput) |
|
int | pack_wda_GetDataFormat (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_wda_GetDataFormat_t *reqArg) |
|
int | unpack_wda_GetDataFormat (uint8_t *pResp, uint16_t respLen, unpack_wda_GetDataFormat_t *pOutput) |
|
int | pack_wda_SetQmapSettings (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_wda_SetQmapSettings_t *reqArg) |
|
int | unpack_wda_SetQmapSettings (uint8_t *pResp, uint16_t respLen, unpack_wda_SetQmapSettings_t *pOutput) |
|
int | pack_wda_GetQmapSettings (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_wda_GetQmapSettings_t *reqArg) |
|
int | unpack_wda_GetQmapSettings (uint8_t *pResp, uint16_t respLen, unpack_wda_GetQmapSettings_t *pOutput) |
|