Home
last modified time | relevance | path

Searched refs:hdmi_cec_device (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/include/hardware/
Dhdmi_cec.h262 struct hdmi_cec_device* dev;
299 typedef struct hdmi_cec_device { struct
319 int (*add_logical_address)(const struct hdmi_cec_device* dev, cec_logical_address_t addr); argument
328 void (*clear_logical_address)(const struct hdmi_cec_device* dev); argument
341 int (*get_physical_address)(const struct hdmi_cec_device* dev, uint16_t* addr); argument
356 int (*send_message)(const struct hdmi_cec_device* dev, const cec_message_t*); argument
365 void (*register_event_callback)(const struct hdmi_cec_device* dev, argument
371 void (*get_version)(const struct hdmi_cec_device* dev, int* version); argument
378 void (*get_vendor_id)(const struct hdmi_cec_device* dev, uint32_t* vendor_id); argument
385 void (*get_port_info)(const struct hdmi_cec_device* dev, argument
[all …]
/hardware/qcom/display/msm8996/hdmi_cec/
Dqhdmi_cec.cpp68 static int cec_is_connected(const struct hdmi_cec_device* dev, int port_id);
162 static int cec_add_logical_address(const struct hdmi_cec_device* dev, in cec_add_logical_address()
179 static void cec_clear_logical_address(const struct hdmi_cec_device* dev) in cec_clear_logical_address()
189 static int cec_get_physical_address(const struct hdmi_cec_device* dev, in cec_get_physical_address()
206 static int cec_send_message(const struct hdmi_cec_device* dev, in cec_send_message()
293 event.dev = (hdmi_cec_device *) ctx; in cec_receive_message()
312 event.dev = (hdmi_cec_device *) ctx; in cec_hdmi_hotplug()
317 static void cec_register_event_callback(const struct hdmi_cec_device* dev, in cec_register_event_callback()
326 static void cec_get_version(const struct hdmi_cec_device* dev, int* version) in cec_get_version()
333 static void cec_get_vendor_id(const struct hdmi_cec_device* dev, in cec_get_vendor_id()
[all …]