Home
last modified time | relevance | path

Searched refs:write_msg_path (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/sm8150/display/hdmi_cec/
Dqhdmi_cec.cpp225 char write_msg_path[MAX_PATH_LENGTH]; in cec_send_message() local
244 snprintf(write_msg_path, sizeof(write_msg_path), "%s/cec/wr_msg", in cec_send_message()
250 err = write_node(write_msg_path, write_msg, sizeof(write_msg)); in cec_send_message()
/hardware/qcom/display/msm8998/hdmi_cec/
Dqhdmi_cec.cpp229 char write_msg_path[MAX_PATH_LENGTH]; in cec_send_message() local
248 snprintf(write_msg_path, sizeof(write_msg_path), "%s/cec/wr_msg", in cec_send_message()
254 err = write_node(write_msg_path, write_msg, sizeof(write_msg)); in cec_send_message()
/hardware/qcom/display/msm8996/hdmi_cec/
Dqhdmi_cec.cpp225 char write_msg_path[MAX_PATH_LENGTH]; in cec_send_message() local
244 snprintf(write_msg_path, sizeof(write_msg_path), "%s/cec/wr_msg", in cec_send_message()
250 err = write_node(write_msg_path, write_msg, sizeof(write_msg)); in cec_send_message()
/hardware/qcom/sdm845/display/hdmi_cec/
Dqhdmi_cec.cpp225 char write_msg_path[MAX_PATH_LENGTH]; in cec_send_message() local
244 snprintf(write_msg_path, sizeof(write_msg_path), "%s/cec/wr_msg", in cec_send_message()
250 err = write_node(write_msg_path, write_msg, sizeof(write_msg)); in cec_send_message()
/hardware/qcom/display/msm8909w_3100/hdmi_cec/
Dqhdmi_cec.cpp237 std::string write_msg_path; in cec_send_message() local
255 write_msg_path = ctx->fb_sysfs_path; in cec_send_message()
256 write_msg_path.append("/cec/wr_msg"); in cec_send_message()
261 err = write_node(write_msg_path.c_str(), write_msg, sizeof(write_msg)); in cec_send_message()
/hardware/qcom/display/msm8909/hdmi_cec/
Dqhdmi_cec.cpp237 std::string write_msg_path; in cec_send_message() local
255 write_msg_path = ctx->fb_sysfs_path; in cec_send_message()
256 write_msg_path.append("/cec/wr_msg"); in cec_send_message()
261 err = write_node(write_msg_path.c_str(), write_msg, sizeof(write_msg)); in cec_send_message()