Searched refs:msg_id (Results 1 – 6 of 6) sorted by relevance
/system/chre/platform/slpi/smgr/ |
D | smr_helper.cc | 93 smr_client_hndl client_handle, unsigned int msg_id, in sendReqAsyncUntyped() argument 100 smr_err result = smr_client_send_req(client_handle, msg_id, req_c_struct, in sendReqAsyncUntyped() 106 LOGE("Failed to send request (msg_id 0x%02x): %d", msg_id, result); in sendReqAsyncUntyped() 113 smr_client_hndl client_handle, unsigned int msg_id, in sendReqSyncUntyped() argument 141 client_handle, msg_id, req_c_struct, req_c_struct_len, resp_c_struct, in sendReqSyncUntyped() 145 LOGE("Failed to send request (msg_id 0x%02x): %d", msg_id, *result); in sendReqSyncUntyped() 160 msg_id, Milliseconds(timeout).getMilliseconds()); in sendReqSyncUntyped() 176 void SmrHelper::handleResp(smr_client_hndl client_handle, unsigned int msg_id, 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/bt/hci/include/ |
D | userial.h | 66 uint16_t userial_read(uint16_t msg_id, uint8_t* p_buffer, uint16_t len); 71 uint16_t userial_write(uint16_t msg_id, const uint8_t* p_data, uint16_t len);
|
/system/chre/platform/slpi/include/chre/platform/slpi/smgr/ |
D | smr_helper.h | 228 smr_client_hndl client_handle, unsigned int msg_id, 248 smr_client_hndl client_handle, unsigned int msg_id, 258 void handleResp(smr_client_hndl client_handle, unsigned int msg_id, 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 | 62 static void client_ind_cb(qmi_client_type user_handle, unsigned int msg_id, in client_ind_cb() argument 75 QMI_IDL_INDICATION, msg_id, ind_buf, in client_ind_cb() 114 static void client_resp_cb(qmi_client_type user_handle, unsigned int msg_id, in client_resp_cb() argument 119 UNUSED_VAR(msg_id); in client_resp_cb()
|
D | see_helper.cc | 380 req->msg_id = msgId; in prepSnsClientReq() 1286 *msgId = event.msg_id; in decodeMsgIdAndTime()
|
/system/core/adb/daemon/ |
D | file_sync_service.cpp | 192 uint32_t msg_id; in do_list() local 194 msg_id = ID_DENT_V2; in do_list() 196 msg_id = ID_DENT_V1; in do_list() 204 msg.id = msg_id; in do_list()
|