Home | History | Annotate | Download | only in hdmi_cec

Lines Matching refs:cec

174     ssize_t err = write_int_to_node(ctx, "cec/logical_addr", addr);
185 write_int_to_node(ctx, "cec/logical_addr", 15);
244 snprintf(write_msg_path, sizeof(write_msg_path), "%s/cec/wr_msg",
253 ALOGE("%s: CEC line busy, retrying", __FUNCTION__);
265 ALOGE("%s: CEC line is busy, max retry count exceeded",
270 ALOGE("%s: Failed to send CEC message err: %zd - %s",
274 ALOGD_IF(DEBUG, "%s: Sent CEC message - %zd bytes written",
295 event.cec.length = msg[CEC_OFFSET_FRAME_LENGTH] - 1;
296 event.cec.initiator = (cec_logical_address_t) msg[CEC_OFFSET_SENDER_ID];
297 event.cec.destination = (cec_logical_address_t) msg[CEC_OFFSET_RECEIVER_ID];
299 memcpy(event.cec.body, &msg[CEC_OFFSET_OPCODE], event.cec.length);
300 hex_to_string((char *) event.cec.body, event.cec.length, dump);
360 ALOGD_IF(DEBUG, "%s: Enable CEC: value: %d", __FUNCTION__, value);
401 ALOGD_IF(DEBUG, "%s: Close CEC HAL ", __FUNCTION__);
415 // Enable CEC
417 err = write_int_to_node(ctx, "cec/enable", value);
419 ALOGE("%s: Failed to toggle CEC: enable: %d",
451 //Enable CEC - framework expects it to be enabled by default
454 ALOGD("%s: CEC enabled", __FUNCTION__);
474 //Setup CEC methods
512 .name = "QTI HDMI CEC module",