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

123

/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmLog.java24 public static int v(String tag, String msg) { argument
25 return Log.v(tag, msg);
28 public static int d(String tag, String msg) { argument
29 return Log.d(tag, msg);
32 public static int i(String tag, String msg) { argument
33 return Log.i(tag, msg);
36 public static int w(String tag, String msg) { argument
37 return Log.w(tag, msg);
40 public static int e(String tag, String msg) { argument
41 return Log.e(tag, msg);
[all...]
/hardware/samsung_slsi/exynos5/libexynosutils/
H A DExynos_log.c29 void Exynos_Log(EXYNOS_DEV_LOG_LEVEL logLevel, const char *tag, const char *msg, ...) argument
33 va_start(argptr, msg);
37 __android_log_vprint(ANDROID_LOG_DEBUG, tag, msg, argptr);
40 __android_log_vprint(ANDROID_LOG_WARN, tag, msg, argptr);
43 __android_log_vprint(ANDROID_LOG_ERROR, tag, msg, argptr);
46 __android_log_vprint(ANDROID_LOG_VERBOSE, tag, msg, argptr);
H A DExynos_log.h42 void Exynos_Log(EXYNOS_DEV_LOG_LEVEL logLevel, const char *tag, const char *msg, ...);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Log.c32 void _Exynos_OSAL_Log(EXYNOS_LOG_LEVEL logLevel, const char *tag, const char *msg, ...) argument
36 va_start(argptr, msg);
40 __android_log_vprint(ANDROID_LOG_DEBUG, tag, msg, argptr);
43 __android_log_vprint(ANDROID_LOG_INFO, tag, msg, argptr);
46 __android_log_vprint(ANDROID_LOG_WARN, tag, msg, argptr);
49 __android_log_vprint(ANDROID_LOG_ERROR, tag, msg, argptr);
52 __android_log_vprint(ANDROID_LOG_VERBOSE, tag, msg, argptr);
H A DExynos_OSAL_Log.h73 extern void _Exynos_OSAL_Log(EXYNOS_LOG_LEVEL logLevel, const char *tag, const char *msg, ...);
/hardware/akm/AK8975_FS/akmdfs/
H A DAKFS_Disp.c64 char msg[20]; local
65 memset(msg, 0, sizeof(msg));
75 fgets(msg, 10, stdin);
80 if (!strncmp(msg, "1", 1)) {
82 } else if (!strncmp(msg, "2", 1)) {
84 } else if (strncmp(msg, "Q", 1) == 0 || strncmp(msg, "q", 1) == 0) {
/hardware/libhardware_legacy/include/hardware_legacy/
H A Duevent.h27 int uevent_add_native_handler(void (*handler)(void *data, const char *msg, int msg_len),
29 int uevent_remove_native_handler(void (*handler)(void *data, const char *msg, int msg_len));
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Dmessage_layer.c49 long msg; local
50 msg = mh.message;
54 return msg;
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dmessage_layer.c49 long msg; local
50 msg = mh.message;
54 return msg;
/hardware/ti/omap4xxx/libtiutils/
H A DMessageQueue.cpp93 @param msg Message structure to hold the message to be retrieved
99 android::status_t MessageQueue::get(Message* msg) argument
103 if(!msg)
105 MSGQ_LOGEA("msg is NULL");
117 char* p = (char*) msg;
120 while( read_bytes < sizeof(*msg) )
122 int err = read(this->fd_read, p, sizeof(*msg) - read_bytes);
135 MSGQ_LOGDB("MQ.get(%d,%p,%p,%p,%p)", msg->command, msg->arg1,msg
187 put(Message* msg) argument
288 Message msg; local
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera_sock.h44 void *msg,
50 void *msg,
/hardware/ti/wlan/mac80211/ti-utils/
H A Dplt.c20 #include <netlink/msg.h>
43 struct nl_msg *msg, int argc, char **argv)
62 key = nla_nest_start(msg, NL80211_ATTR_TESTDATA);
68 NLA_PUT_U32(msg, WL1271_TM_ATTR_CMD_ID, WL1271_TM_CMD_SET_PLT_MODE);
69 NLA_PUT_U32(msg, WL1271_TM_ATTR_PLT_MODE, pmode);
71 nla_nest_end(msg, key);
85 struct nl_msg *msg, int argc, char **argv)
98 key = nla_nest_start(msg, NL80211_ATTR_TESTDATA);
104 NLA_PUT_U32(msg, WL1271_TM_ATTR_CMD_ID, WL1271_TM_CMD_TEST);
105 NLA_PUT(msg, WL1271_TM_ATTR_DAT
42 plt_power_mode(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
84 plt_tune_channel(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
122 plt_ref_point(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
159 calib_valid_handler(struct nl_msg *msg, void *arg) argument
215 plt_tx_bip(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
267 plt_tx_tone(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
306 plt_tx_cont(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
379 plt_tx_stop(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
409 plt_start_rx_statcs(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
439 plt_stop_rx_statcs(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
469 plt_reset_rx_statcs(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
499 display_rx_statcs(struct nl_msg *msg, void *arg) argument
533 plt_get_rx_statcs(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
569 plt_rx_statistics(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
644 plt_calibrate(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
[all...]
H A Dmisc_cmds.c21 struct nl_msg *msg,
50 key = nla_nest_start(msg, NL80211_ATTR_TESTDATA);
55 NLA_PUT_U32(msg, WL1271_TM_ATTR_CMD_ID, WL1271_TM_CMD_NVS_PUSH);
56 NLA_PUT(msg, WL1271_TM_ATTR_DATA, filestat.st_size, map);
58 nla_nest_end(msg, key);
82 struct nl_msg *msg,
94 key = nla_nest_start(msg, NL80211_ATTR_TESTDATA);
98 NLA_PUT_U32(msg, WL1271_TM_ATTR_CMD_ID, WL1271_TM_CMD_NVS_PUSH);
99 NLA_PUT_U32(msg, WL1271_TM_ATTR_IE_ID, WL1271_TM_CMD_NVS_PUSH);
101 nla_nest_end(msg, ke
19 handle_push_nvs(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
121 get_nvs_mac(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
158 set_nvs_mac(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
223 set_ref_nvs(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
262 set_ref_nvs2(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
305 set_upd_nvs(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
346 get_dump_nvs(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
373 set_autofem(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
408 set_fem_manuf(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu_nl80211.c45 static int dhd_nl_finish_handler(struct nl_msg *msg, void *arg) argument
52 static int dhd_nl_ack_handler(struct nl_msg *msg, void *arg) argument
59 static int dhd_nl_valid_handler(struct nl_msg *msg, void *arg) argument
103 struct nl_msg *msg; local
106 msg = nlmsg_alloc();
107 if (msg == NULL)
111 genlmsg_put(msg, 0, 0, dhd_nli->nl_id, 0, 0,
113 NLA_PUT_U32(msg, NL80211_ATTR_IFINDEX, dhd_nli->ifidx);
114 NLA_PUT(msg, NL80211_ATTR_TESTDATA, sizeof(*ioc), ioc);
116 err = nl_send_auto_complete(dhd_nli->nl, msg);
[all...]
/hardware/invensense/60xx/mlsdk/platform/linux/
H A Dmlsl_linux_mpu.c283 struct mpu_read_write msg; local
290 msg.address = 0; /* not used */
291 msg.length = length;
292 msg.data = (unsigned char*)data;
294 if ((result = ioctl((int)sl_handle, MPU_WRITE, &msg))) {
321 struct mpu_read_write msg; local
327 msg.address = registerAddr;
328 msg.length = length;
329 msg.data = data;
331 result = ioctl((int)sl_handle, MPU_READ, &msg);
359 struct mpu_read_write msg; local
391 struct mpu_read_write msg; local
427 struct mpu_read_write msg; local
463 struct mpu_read_write msg; local
[all...]
/hardware/qcom/display/msm8960/libqservice/
H A DIQClient.cpp44 virtual status_t notifyCallback(uint32_t msg, uint32_t value) { argument
47 data.writeInt32(msg);
65 uint32_t msg = data.readInt32(); local
67 notifyCallback(msg, value);
H A DIQClient.h36 virtual android::status_t notifyCallback(uint32_t msg, uint32_t value) = 0;
/hardware/qcom/display/msm8974/libqservice/
H A DIQClient.cpp44 virtual status_t notifyCallback(uint32_t msg, uint32_t value) { argument
47 data.writeInt32(msg);
65 uint32_t msg = data.readInt32(); local
67 notifyCallback(msg, value);
H A DIQClient.h36 virtual android::status_t notifyCallback(uint32_t msg, uint32_t value) = 0;
/hardware/qcom/display/msm8x26/libqservice/
H A DIQClient.cpp44 virtual status_t notifyCallback(uint32_t msg, uint32_t value) { argument
47 data.writeInt32(msg);
65 uint32_t msg = data.readInt32(); local
67 notifyCallback(msg, value);
H A DIQClient.h36 virtual android::status_t notifyCallback(uint32_t msg, uint32_t value) = 0;
/hardware/libhardware/include/hardware/
H A Dqemud.h105 qemud_channel_send(int fd, const void* msg, int msglen) argument
110 msglen = strlen((const char*)msg);
121 if (qemud_fd_write(fd, msg, msglen) != msglen) {
129 qemud_channel_recv(int fd, void* msg, int msgsize) argument
146 if (qemud_fd_read(fd, msg, size) != size) {
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
H A DNetlinkConnection.cpp238 struct msghdr msg; local
263 msg.msg_name = (void *)&dest_addr;
264 msg.msg_namelen = sizeof(dest_addr);
265 msg.msg_iov = &iov;
266 msg.msg_iovlen = 1;
267 msg.msg_control = NULL;
268 msg.msg_controllen = 0;
270 ret = sendmsg(socketDescriptor, &msg, 0);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
H A DNetlinkServer.cpp74 struct msghdr msg; local
93 memset(&msg, 0, sizeof(msg));
96 msg.msg_iov = &iov;
97 msg.msg_iovlen = 1;
98 msg.msg_name = &src_addr;
99 msg.msg_namelen = sizeof(src_addr);
105 if ((len = recvmsg(serverSock, &msg, 0)) < 0) {
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_sock.c108 * DESCRIPTION: send msg through domain socket
110 * @msg : pointer to msg to be sent over domain socket
113 * RETURN : the total bytes of sent msg
117 void *msg,
126 if (msg == NULL) {
127 CDBG("%s: msg is NULL", __func__);
134 iov[0].iov_base = msg;
143 /* if sendfd is valid, we need to pass it through control msg */
149 CDBG("%s: Got ctrl msg pointe
115 mm_camera_socket_sendmsg( int fd, void *msg, uint32_t buf_size, int sendfd) argument
176 mm_camera_socket_recvmsg( int fd, void *msg, uint32_t buf_size, int *rcvdfd) argument
[all...]

Completed in 929 milliseconds

123