Searched refs:hex_to_string (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/sm8150/display/hdmi_cec/ |
D | qhdmi_cec.cpp | 120 static void hex_to_string(const char *msg, ssize_t len, char *str) in hex_to_string() function 221 hex_to_string((char*)msg->body, msg->length, dump); in cec_send_message() 242 hex_to_string(write_msg, sizeof(write_msg), dump); in cec_send_message() 287 hex_to_string(msg, len, dump); in cec_receive_message() 302 hex_to_string((char *) event.cec.body, copy_size, dump); in cec_receive_message()
|
/hardware/qcom/display/msm8998/hdmi_cec/ |
D | qhdmi_cec.cpp | 124 static void hex_to_string(const char *msg, ssize_t len, char *str) in hex_to_string() function 225 hex_to_string((char*)msg->body, msg->length, dump); in cec_send_message() 246 hex_to_string(write_msg, sizeof(write_msg), dump); in cec_send_message() 291 hex_to_string(msg, len, dump); in cec_receive_message() 306 hex_to_string((char *) event.cec.body, copy_size, dump); in cec_receive_message()
|
/hardware/qcom/display/msm8996/hdmi_cec/ |
D | qhdmi_cec.cpp | 120 static void hex_to_string(const char *msg, ssize_t len, char *str) in hex_to_string() function 221 hex_to_string((char*)msg->body, msg->length, dump); in cec_send_message() 242 hex_to_string(write_msg, sizeof(write_msg), dump); in cec_send_message() 287 hex_to_string(msg, len, dump); in cec_receive_message() 300 hex_to_string((char *) event.cec.body, event.cec.length, dump); in cec_receive_message()
|
/hardware/qcom/sdm845/display/hdmi_cec/ |
D | qhdmi_cec.cpp | 120 static void hex_to_string(const char *msg, ssize_t len, char *str) in hex_to_string() function 221 hex_to_string((char*)msg->body, msg->length, dump); in cec_send_message() 242 hex_to_string(write_msg, sizeof(write_msg), dump); in cec_send_message() 287 hex_to_string(msg, len, dump); in cec_receive_message() 302 hex_to_string((char *) event.cec.body, copy_size, dump); in cec_receive_message()
|
/hardware/qcom/display/msm8909w_3100/hdmi_cec/ |
D | qhdmi_cec.cpp | 135 static void hex_to_string(const char *msg, ssize_t len, char *str) in hex_to_string() function 233 hex_to_string((char*)msg->body, msg->length, dump); in cec_send_message() 254 hex_to_string(write_msg, sizeof(write_msg), dump); in cec_send_message() 298 hex_to_string(msg, len, dump); in cec_receive_message() 313 hex_to_string((char *) event.cec.body, copy_size, dump); in cec_receive_message()
|
/hardware/qcom/display/msm8909/hdmi_cec/ |
D | qhdmi_cec.cpp | 135 static void hex_to_string(const char *msg, ssize_t len, char *str) in hex_to_string() function 233 hex_to_string((char*)msg->body, msg->length, dump); in cec_send_message() 254 hex_to_string(write_msg, sizeof(write_msg), dump); in cec_send_message() 298 hex_to_string(msg, len, dump); in cec_receive_message() 313 hex_to_string((char *) event.cec.body, copy_size, dump); in cec_receive_message()
|