Searched refs:resp_c_struct (Results 1 – 3 of 3) sorted by relevance
/system/chre/platform/slpi/smgr/ |
D | smr_helper.cc | 95 void *resp_c_struct, unsigned int resp_c_struct_len, in sendReqAsyncUntyped() argument 101 req_c_struct_len, resp_c_struct, in sendReqAsyncUntyped() 115 void *resp_c_struct, unsigned int resp_c_struct_len, in sendReqSyncUntyped() argument 129 txn->rspBuf = resp_c_struct; in sendReqSyncUntyped() 141 client_handle, msg_id, req_c_struct, req_c_struct_len, resp_c_struct, in sendReqSyncUntyped() 177 void *resp_c_struct, unsigned int resp_c_struct_len, in handleResp() argument 213 smr_client_hndl client_handle, unsigned int msg_id, void *resp_c_struct, in smrSyncRespCb() argument 217 client_handle, msg_id, resp_c_struct, resp_c_struct_len, transp_err, txn); in smrSyncRespCb()
|
/system/chre/platform/slpi/include/chre/platform/slpi/smgr/ |
D | smr_helper.h | 230 void *resp_c_struct, unsigned int resp_c_struct_len, 250 void *resp_c_struct, unsigned int resp_c_struct_len, 259 void *resp_c_struct, unsigned int resp_c_struct_len, 284 unsigned int msg_id, void *resp_c_struct, in smrAsyncRespCb() argument 310 unsigned int msg_id, void *resp_c_struct,
|
/system/chre/platform/slpi/see/ |
D | sns_qmi_client.c | 115 void *resp_c_struct, unsigned int resp_c_struct_len, in client_resp_cb() argument 122 sns_client_resp_msg_v01 *resp = resp_c_struct; in client_resp_cb() 136 sns_free(resp_c_struct); in client_resp_cb()
|