hdmi_cec_device स्ट्रक्चर का रेफ़रंस
  
   #include <
   
    hdmi_cec.h
   
   >
  
 
| डेटा फ़ील्ड | |
| struct hw_device_t | सामान्य | 
| int(* | add_logical_address )(const struct hdmi_cec_device *dev, cec_logical_address_t addr) | 
| void(* | clear_logical_address )(const struct hdmi_cec_device *dev) | 
| int(* | get_physical_address )(const struct hdmi_cec_device *dev, uint16_t *addr) | 
| int(* | send_message )(const struct hdmi_cec_device *dev, const cec_message_t *) | 
| void(* | register_event_callback )(const struct hdmi_cec_device *dev, event_callback_t callback, void *arg) | 
| void(* | get_version )(const struct hdmi_cec_device *dev, int *version) | 
| void(* | get_vendor_id )(const struct hdmi_cec_device *dev, uint32_t *vendor_id) | 
| void(* | get_port_info )(const struct hdmi_cec_device *dev, struct hdmi_port_info *list[], int *total) | 
| void(* | set_option )(const struct hdmi_cec_device *dev, int flag, int value) | 
| void(* | set_audio_return_channel )(const struct hdmi_cec_device *dev, int port_id, int flag) | 
| int(* | is_connected )(const struct hdmi_cec_device *dev, int port_id) | 
| void * | reserved [16-11] | 
पूरी जानकारी
hdmi_cec.h फ़ाइल की लाइन 299 पर दी गई परिभाषा.
फ़ील्ड का दस्तावेज़
| int(* add_logical_address)(const struct hdmi_cec_device *dev, cec_logical_address_t addr) | 
परिभाषा, फ़ाइल hdmi_cec.h की लाइन 319 पर दी गई है.
| void(* clear_logical_address)(const struct hdmi_cec_device *dev) | 
परिभाषा, hdmi_cec.h फ़ाइल की लाइन 328 पर दी गई है.
| struct hw_device_t common | 
एचडीएमआई सीईसी डिवाइस के सामान्य तरीके. यह hdmi_cec_device के पहले सदस्य के तौर पर hw_device_t को hdmi_cec_device के पॉइंटर पर भेजेगा. ऐसा तब किया जाएगा, जब यह पता हो कि hw_device_t hdmi_cec_device का रेफ़रंस देता है .
hdmi_cec.h फ़ाइल की लाइन 305 पर परिभाषा.
| int(* get_physical_address)(const struct hdmi_cec_device *dev, uint16_t *addr) | 
परिभाषा, hdmi_cec.h फ़ाइल की लाइन 341 पर दी गई है.
| void(* get_port_info)(const struct hdmi_cec_device *dev, struct hdmi_port_info *list[], int *total) | 
hdmi_cec.h फ़ाइल की लाइन 385 पर परिभाषा.
| void(* get_vendor_id)(const struct hdmi_cec_device *dev, uint32_t *vendor_id) | 
परिभाषा, hdmi_cec.h फ़ाइल की पंक्ति 378 पर दी गई है.
| void(* get_version)(const struct hdmi_cec_device *dev, int *version) | 
परिभाषा, hdmi_cec.h फ़ाइल की लाइन 371 पर दी गई है.
| int(* is_connected)(const struct hdmi_cec_device *dev, int port_id) | 
hdmi_cec.h फ़ाइल की लाइन 409 पर परिभाषा.
| void(* register_event_callback)(const struct hdmi_cec_device *dev, event_callback_t callback, void *arg) | 
परिभाषा, hdmi_cec.h फ़ाइल की लाइन 365 पर दी गई है.
| void* reserved[16-11] | 
hdmi_cec.h फ़ाइल की लाइन 412 पर परिभाषा.
| int(* send_message)(const struct hdmi_cec_device *dev, const cec_message_t *) | 
hdmi_cec.h फ़ाइल की लाइन 356 पर परिभाषा.
| void(* set_audio_return_channel)(const struct hdmi_cec_device *dev, int port_id, int flag) | 
परिभाषा, फ़ाइल hdmi_cec.h की लाइन 402 पर दी गई है.
| void(* set_option)(const struct hdmi_cec_device *dev, int flag, int value) | 
परिभाषा, hdmi_cec.h फ़ाइल की लाइन 393 पर दी गई है.
इस स्ट्रक्चर का दस्तावेज़, इस फ़ाइल से जनरेट किया गया था:
- hardware/libhardware/include/hardware/ hdmi_cec.h
