HomeSort by relevance Sort by last modified time
    Searched defs:pmsg (Results 1 - 7 of 7) sorted by null

  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_msg.c 114 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp; local
115 pmsg->msgsz = msgsz;
149 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp; local
151 result = loc_eng_dmn_conn_glue_piperead(msgqid, &(pmsg->msgsz), sizeof(pmsg->msgsz));
152 if (result != sizeof(pmsg->msgsz)) {
157 if (msgbufsz < pmsg->msgsz) {
158 LOC_LOGE("%s:%d] msgbuf is too small %d < %d\n", __func__, __LINE__, (int) msgbufsz, (int) pmsg->msgsz);
162 result = loc_eng_dmn_conn_glue_piperead(msgqid, (uint8_t *) msgp + sizeof(pmsg->msgsz), pmsg->msgsz - sizeof(pmsg->msgsz))
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_msg.c 114 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp; local
115 pmsg->msgsz = msgsz;
149 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp; local
151 result = loc_eng_dmn_conn_glue_piperead(msgqid, &(pmsg->msgsz), sizeof(pmsg->msgsz));
152 if (result != sizeof(pmsg->msgsz)) {
157 if (msgbufsz < pmsg->msgsz) {
158 LOC_LOGE("%s:%d] msgbuf is too small %d < %d\n", __func__, __LINE__, (int) msgbufsz, (int) pmsg->msgsz);
162 result = loc_eng_dmn_conn_glue_piperead(msgqid, (uint8_t *) msgp + sizeof(pmsg->msgsz), pmsg->msgsz - sizeof(pmsg->msgsz))
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_msg.c 114 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp; local
115 pmsg->msgsz = msgsz;
149 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp; local
151 result = loc_eng_dmn_conn_glue_piperead(msgqid, &(pmsg->msgsz), sizeof(pmsg->msgsz));
152 if (result != sizeof(pmsg->msgsz)) {
157 if (msgbufsz < pmsg->msgsz) {
158 LOC_LOGE("%s:%d] msgbuf is too small %d < %d\n", __func__, __LINE__, (int) msgbufsz, (int) pmsg->msgsz);
162 result = loc_eng_dmn_conn_glue_piperead(msgqid, (uint8_t *) msgp + sizeof(pmsg->msgsz), pmsg->msgsz - sizeof(pmsg->msgsz))
    [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_msg.c 114 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp; local
115 pmsg->msgsz = msgsz;
149 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp; local
151 result = loc_eng_dmn_conn_glue_piperead(msgqid, &(pmsg->msgsz), sizeof(pmsg->msgsz));
152 if (result != sizeof(pmsg->msgsz)) {
157 if (msgbufsz < pmsg->msgsz) {
158 LOC_LOGE("%s:%d] msgbuf is too small %d < %d\n", __func__, __LINE__, (int) msgbufsz, (int) pmsg->msgsz);
162 result = loc_eng_dmn_conn_glue_piperead(msgqid, (uint8_t *) msgp + sizeof(pmsg->msgsz), pmsg->msgsz - sizeof(pmsg->msgsz))
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_msg.c 114 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp; local
115 pmsg->msgsz = msgsz;
149 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp; local
151 result = loc_eng_dmn_conn_glue_piperead(msgqid, &(pmsg->msgsz), sizeof(pmsg->msgsz));
152 if (result != sizeof(pmsg->msgsz)) {
157 if (msgbufsz < pmsg->msgsz) {
158 LOC_LOGE("%s:%d] msgbuf is too small %d < %d\n", __func__, __LINE__, (int) msgbufsz, (int) pmsg->msgsz);
162 result = loc_eng_dmn_conn_glue_piperead(msgqid, (uint8_t *) msgp + sizeof(pmsg->msgsz), pmsg->msgsz - sizeof(pmsg->msgsz))
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_msg.c 114 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp; local
115 pmsg->msgsz = msgsz;
149 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp; local
151 result = loc_eng_dmn_conn_glue_piperead(msgqid, &(pmsg->msgsz), sizeof(pmsg->msgsz));
152 if (result != sizeof(pmsg->msgsz)) {
157 if (msgbufsz < pmsg->msgsz) {
158 LOC_LOGE("%s:%d] msgbuf is too small %d < %d\n", __func__, __LINE__, (int) msgbufsz, (int) pmsg->msgsz);
162 result = loc_eng_dmn_conn_glue_piperead(msgqid, (uint8_t *) msgp + sizeof(pmsg->msgsz), pmsg->msgsz - sizeof(pmsg->msgsz))
    [all...]
  /external/libvncserver/libvncserver/
scale.c 403 rfbPalmVNCReSizeFrameBufferMsg pmsg; local
404 pmsg.type = rfbPalmVNCReSizeFrameBuffer;
405 pmsg.pad1 = 0;
406 pmsg.desktop_w = Swap16IfLE(cl->screen->width);
407 pmsg.desktop_h = Swap16IfLE(cl->screen->height);
408 pmsg.buffer_w = Swap16IfLE(cl->scaledScreen->width);
409 pmsg.buffer_h = Swap16IfLE(cl->scaledScreen->height);
410 pmsg.pad2 = 0;
413 if (rfbWriteExact(cl, (char *)&pmsg, sz_rfbPalmVNCReSizeFrameBufferMsg) < 0) {

Completed in 117 milliseconds