Searched refs:msg (Results 1 - 25 of 25) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api-rpc/inc/
H A Ddebug.h49 #define FAILIF(cond, msg...) do { \
52 fprintf(stderr, ##msg); \
53 LOGE(##msg); \
/hardware/msm7k/librpc/
H A Ddebug.h58 #define FAILIF(cond, msg...) do { \
61 fprintf(stderr, ##msg); \
62 LOGE(msg); \
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
H A Ddhd_cdc.c68 cdc_ioctl_t msg; member in struct:dhd_prot
76 int len = ltoh32(prot->msg.len) + sizeof(cdc_ioctl_t);
83 /* NOTE : cdc->msg.len holds the desired length of the buffer to be
91 ret = dhd_bus_txctl(dhd->bus, (uchar*)&prot->msg, len);
105 ret = dhd_bus_rxctl(dhd->bus, (uchar*)&prot->msg, len+sizeof(cdc_ioctl_t));
108 } while (CDC_IOC_ID(ltoh32(prot->msg.flags)) != id);
117 cdc_ioctl_t *msg = &prot->msg; local
141 memset(msg, 0, sizeof(cdc_ioctl_t));
143 msg
201 cdc_ioctl_t *msg = &prot->msg; local
291 cdc_ioctl_t *msg = &prot->msg; local
[all...]
H A Ddhd_bus.h57 extern int dhd_bus_txctl(struct dhd_bus *bus, uchar *msg, uint msglen);
58 extern int dhd_bus_rxctl(struct dhd_bus *bus, uchar *msg, uint msglen);
65 extern int dhd_bus_console_in(dhd_pub_t *dhd, uchar *msg, uint msglen);
H A Ddhd_sdio.c1199 dhd_bus_txctl(struct dhd_bus *bus, uchar *msg, uint msglen) argument
1216 frame = msg - SDPCM_HDRLEN;
1345 dhd_bus_rxctl(struct dhd_bus *bus, uchar *msg, uint msglen) argument
1361 bcopy(bus->rxctl, msg, MIN(msglen, rxlen));
4712 dhd_bus_console_in(dhd_pub_t *dhdp, uchar *msg, uint msglen) argument
4745 if ((rv = dhdsdio_membytes(bus, TRUE, addr, (uint8 *)msg, msglen)) < 0)
/hardware/libhardware/include/hardware/
H A Dqemud.h96 qemud_channel_send(int fd, const void* msg, int msglen) argument
101 msglen = strlen((const char*)msg);
112 if (qemud_fd_write(fd, msg, msglen) != msglen) {
120 qemud_channel_recv(int fd, void* msg, int msgsize) argument
137 if (qemud_fd_read(fd, msg, size) != size) {
H A Dgps.h654 void (*ni_message) (uint8_t *msg, size_t len);
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
H A Dipc_k.c74 TI_UINT8 *msg; local
101 msg = (char *)NLMSG_DATA(nlh);
104 memcpy(msg,pEvData,msgSize);
H A Dosapi.c134 static char msg[MAX_MESSAGE_SIZE]; local
135 char *p_msg = msg; /* Pointer to the message */
139 os_memoryZero(NULL,msg, MAX_MESSAGE_SIZE);
143 message_len = vsnprintf(&msg[0], sizeof(msg) -1 , format, ap);
146 if (msg[1] == '$')
159 printk(&msg[0]);
162 from_new_line = ( msg[message_len - 1] == '\n' );
867 /* Set msg length and format according to the biggest parameter value (8/16/32 bits) */
899 /* insert the parameter and increment msg pointe
[all...]
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
H A Dosapi.c82 S8 msg[MAX_HOST_MESSAGE_SIZE]; local
94 vsprintf((char *)msg, (char *)arg_list, ap);
98 fprintf(stderr, (char *)msg);
103 fprintf(ftmp,(char *)msg);
149 S8 msg[MAX_HOST_MESSAGE_SIZE]; local
152 vsprintf((char*)msg, (char*)arg_list, ap);
155 return sprintf((char*)str, (char*)msg);
328 S8 msg[MAX_HOST_MESSAGE_SIZE]; local
331 vsprintf((char*)msg, (char*)arg_list, ap);
334 return sscanf((char*)str, (char*)msg);
[all...]
H A Dipc_event.c93 static VOID IpcEvent_SendMessageToChild(IpcEvent_t* pIpcEvent, PS8 msg) argument
95 write(pIpcEvent->pipe_to_child, msg, os_strlen(msg));
483 S8 msg[IPC_EVENT_MSG_MAX_LEN]; local
485 S32 msgLen = read(pIpcEventChild->pipe_from_parent,msg, IPC_EVENT_MSG_MAX_LEN);
486 msg[msgLen] = 0;
488 if(!os_strcmp(msg, (PS8)IPC_EVENT_MSG_KILL))
492 if(!os_strcmp(msg, (PS8)IPC_EVENT_MSG_UPDATE_DEBUG_LEVEL))
497 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IpcEvent_Handle_Parent_Event - unknown msgLen=%d msg=|%s| \n",msgLen,msg);
[all...]
/hardware/ril/mock-ril/src/cpp/
H A Dutil.cpp86 v8::Handle<v8::Message> msg = try_catch->Message(); local
87 if (msg.IsEmpty()) {
91 LogErrorMessage(msg, ToCString(exception));
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
H A DLCML_DspCodec.c871 struct DSP_MSG msg; local
1126 msg.dwCmd = commandId;
1127 msg.dwArg1 = (int)pDmmBuf->pMapped;
1128 msg.dwArg2 = 0;
1130 status = DSPNode_PutMessage (phandle->dspCodec->hNode, &msg, DSP_FOREVER);
1179 struct DSP_MSG msg = {USN_GPPMSG_PAUSE, 0, 0}; local
1183 msg.dwCmd,
1184 msg.dwArg1,
1187 status = DSPNode_PutMessage (phandle->dspCodec->hNode, &msg, DSP_FOREVER);
1193 struct DSP_MSG msg local
1207 struct DSP_MSG msg = {USN_GPPMSG_STOP, 0, 0}; local
1290 struct DSP_MSG msg = {(int)args[0], (int)args[1], (int)args[2]}; local
1304 struct DSP_MSG msg; local
1353 struct DSP_MSG msg; local
1697 struct DSP_MSG msg = {0,0,0}; local
[all...]
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
H A DLCML_DspCodec.h78 #define DSP_ERROR_EXIT(err, msg, label) \
81 printf("Error: %s : Err Num = %lx", msg, err); \
/hardware/ril/mock-ril/src/java/com/android/internal/communication/
H A DMsg.java215 Msg msg = Msg.obtain();
216 msg.read(rc);
217 return msg;
/hardware/ti/wlan/wl1271/platforms/os/common/src/
H A Dtracebuf.c48 char msg[MAX_TB_MSG]; member in struct:__anon1148
186 vsprintf(&tb_control->entry[pos].msg[0], format, ap);
210 tb_control->entry[pos].loc, tb_control->entry[pos].msg));
/hardware/qcom/media/mm-video/vidc/venc/test/
H A Dvenc_test.cpp589 E("main msg m_sMsgQ is full");
600 void PopMessage(Msg* msg) argument
607 *msg = m_sMsgQ.q[m_sMsgQ.head];
1515 Msg msg; local
1520 PopMessage(&msg);
1521 switch (msg.id)
1538 if (VencTest_ReadAndEmpty(msg.data.sBitstreamData.pBuffer))
1549 msg.data.sBitstreamData.pBuffer->nFilledLen);
1554 msg.data.sBitstreamData.pBuffer->pBuffer,
1555 msg
[all...]
/hardware/ti/omap3/liboverlay/
H A Dv4l2_utils.c169 static void error(int fd, const char *msg) argument
171 LOGE("Error = %s from %s", strerror(errno), msg);
177 static int v4l2_overlay_ioctl(int fd, int req, void *arg, const char* msg) argument
182 error(fd, msg);
/hardware/qcom/gps/loc_api/libloc_api/
H A Dloc_eng_ni.cpp250 static void loc_ni_request_handler(const char *msg, const rpc_loc_ni_event_s_type *ni_req) argument
275 LOGD("NI Notification: %s, event: %d", msg, ni_req->event);
/hardware/broadcom/wlan/bcm4329/src/shared/
H A Dbcmutils.c890 prpkt(const char *msg, osl_t *osh, void *p0) argument
894 if (msg && (msg[0] != '\0'))
895 printf("%s:\n", msg);
1511 prhex(const char *msg, uchar *buf, uint nbytes) argument
1516 if (msg && (msg[0] != '\0'))
1517 printf("%s:\n", msg);
/hardware/ti/wlan/wl1271/utils/
H A Dreport.h568 #define WLAN_OS_REPORT(msg) \
569 do { os_printf msg;} while(0)
577 #define WLAN_INIT_REPORT(msg) \
578 do { os_printf msg;} while(0)
584 #define WLAN_INIT_REPORT(msg)
598 #define WLAN_OS_REPORT(msg) \
604 #define WLAN_INIT_REPORT(msg) \
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
H A Dbcmpcispi.c502 hexdump(char *pfx, unsigned char *msg, int msglen) argument
514 sprintf(buf + strlen(buf), "%02x", msg[i]);
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A DmlmeParser.c1462 #define CHECK_PARSING_ERROR_CONDITION(x, msg, bDump) \
1465 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, msg); \
1472 #define CHECK_PARSING_ERROR_CONDITION(x, msg, bDump) \
/hardware/broadcom/wlan/bcm4329/src/include/
H A Dbcmutils.h581 extern void prhex(const char *msg, uchar *buf, uint len);
/hardware/broadcom/wlan/bcm4329/src/wl/sys/
H A Dwl_cfg80211.c132 static int32 wl_enq_event(struct wl_priv *wl, uint32 type, const wl_event_msg_t *msg, void *data);
3613 wl_enq_event(struct wl_priv *wl, uint32 event, const wl_event_msg_t *msg, void *data) argument
3624 memcpy(&e->emsg, msg, sizeof(wl_event_msg_t));

Completed in 449 milliseconds