Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dhdmi_cec.h299 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
393 void (*set_option)(const struct hdmi_cec_device* dev, int flag, int value); argument
[all …]
/hardware/interfaces/tv/cec/1.0/default/
DHdmiCec.cpp388 hdmi_cec_device_t* hdmi_cec_device; in HIDL_FETCH_IHdmiCec() local