Home | History | Annotate | Download | only in hdmi_cec

Lines Matching refs:dump

218     // Dump message received from framework
219 char dump[128];
221 hex_to_string((char*)msg->body, msg->length, dump);
222 ALOGD_IF(DEBUG, "%s: message from framework: %s", __FUNCTION__, dump);
242 hex_to_string(write_msg, sizeof(write_msg), dump);
243 ALOGD_IF(DEBUG, "%s: message to driver: %s", __FUNCTION__, dump);
285 char dump[128];
287 hex_to_string(msg, len, dump);
288 ALOGD_IF(DEBUG, "%s: Message from driver: %s", __FUNCTION__, dump);
300 hex_to_string((char *) event.cec.body, event.cec.length, dump);
301 ALOGD_IF(DEBUG, "%s: Message to framework: %s", __FUNCTION__, dump);