Searched defs:msgp (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_glue_msg.c98 msgp - pointer to the message to be sent
111 int loc_eng_dmn_conn_glue_msgsnd(int msgqid, const void * msgp, size_t msgsz) argument
114 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp;
117 result = loc_eng_dmn_conn_glue_pipewrite(msgqid, msgp, msgsz);
133 msgp - pointer to the buffer to hold the message
146 int loc_eng_dmn_conn_glue_msgrcv(int msgqid, void *msgp, size_t msgbufsz) argument
149 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp;
162 result = loc_eng_dmn_conn_glue_piperead(msgqid, (uint8_t *) msgp + sizeof(pmsg->msgsz), pmsg->msgsz - sizeof(pmsg->msgsz));
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_glue_msg.c98 msgp - pointer to the message to be sent
111 int loc_eng_dmn_conn_glue_msgsnd(int msgqid, const void * msgp, size_t msgsz) argument
114 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp;
117 result = loc_eng_dmn_conn_glue_pipewrite(msgqid, msgp, msgsz);
133 msgp - pointer to the buffer to hold the message
146 int loc_eng_dmn_conn_glue_msgrcv(int msgqid, void *msgp, size_t msgbufsz) argument
149 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp;
162 result = loc_eng_dmn_conn_glue_piperead(msgqid, (uint8_t *) msgp + sizeof(pmsg->msgsz), pmsg->msgsz - sizeof(pmsg->msgsz));
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_glue_msg.c98 msgp - pointer to the message to be sent
111 int loc_eng_dmn_conn_glue_msgsnd(int msgqid, const void * msgp, size_t msgsz) argument
114 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp;
117 result = loc_eng_dmn_conn_glue_pipewrite(msgqid, msgp, msgsz);
133 msgp - pointer to the buffer to hold the message
146 int loc_eng_dmn_conn_glue_msgrcv(int msgqid, void *msgp, size_t msgbufsz) argument
149 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp;
162 result = loc_eng_dmn_conn_glue_piperead(msgqid, (uint8_t *) msgp + sizeof(pmsg->msgsz), pmsg->msgsz - sizeof(pmsg->msgsz));
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_glue_msg.c98 msgp - pointer to the message to be sent
111 int loc_eng_dmn_conn_glue_msgsnd(int msgqid, const void * msgp, size_t msgsz) argument
114 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp;
117 result = loc_eng_dmn_conn_glue_pipewrite(msgqid, msgp, msgsz);
133 msgp - pointer to the buffer to hold the message
146 int loc_eng_dmn_conn_glue_msgrcv(int msgqid, void *msgp, size_t msgbufsz) argument
149 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp;
162 result = loc_eng_dmn_conn_glue_piperead(msgqid, (uint8_t *) msgp + sizeof(pmsg->msgsz), pmsg->msgsz - sizeof(pmsg->msgsz));
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_glue_msg.c98 msgp - pointer to the message to be sent
111 int loc_eng_dmn_conn_glue_msgsnd(int msgqid, const void * msgp, size_t msgsz) argument
114 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp;
117 result = loc_eng_dmn_conn_glue_pipewrite(msgqid, msgp, msgsz);
133 msgp - pointer to the buffer to hold the message
146 int loc_eng_dmn_conn_glue_msgrcv(int msgqid, void *msgp, size_t msgbufsz) argument
149 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp;
162 result = loc_eng_dmn_conn_glue_piperead(msgqid, (uint8_t *) msgp + sizeof(pmsg->msgsz), pmsg->msgsz - sizeof(pmsg->msgsz));
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_glue_msg.c98 msgp - pointer to the message to be sent
111 int loc_eng_dmn_conn_glue_msgsnd(int msgqid, const void * msgp, size_t msgsz) argument
114 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp;
117 result = loc_eng_dmn_conn_glue_pipewrite(msgqid, msgp, msgsz);
133 msgp - pointer to the buffer to hold the message
146 int loc_eng_dmn_conn_glue_msgrcv(int msgqid, void *msgp, size_t msgbufsz) argument
149 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp;
162 result = loc_eng_dmn_conn_glue_piperead(msgqid, (uint8_t *) msgp + sizeof(pmsg->msgsz), pmsg->msgsz - sizeof(pmsg->msgsz));

Completed in 163 milliseconds