Home | History | Annotate | Download | only in hdmi_cec

Lines Matching refs:dump

205     // Dump message received from framework
206 char dump[128];
208 hex_to_string((char*)msg->body, msg->length, dump);
209 ALOGD_IF(DEBUG, "%s: message from framework: %s", __FUNCTION__, dump);
229 hex_to_string(write_msg, sizeof(write_msg), dump);
230 ALOGD_IF(DEBUG, "%s: message to driver: %s", __FUNCTION__, dump);
269 char dump[128];
271 hex_to_string(msg, len, dump);
272 ALOGD_IF(DEBUG, "%s: Message from driver: %s", __FUNCTION__, dump);
284 hex_to_string((char *) event.cec.body, event.cec.length, dump);
285 ALOGD_IF(DEBUG, "%s: Message to framework: %s", __FUNCTION__, dump);