Searched refs:hdmi_state (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/img/psb_video/src/android/
H A Dpsb_HDMIExtMode.c71 int hdmi_state = 0; local
75 arg.value = (uint64_t)((unsigned int)&hdmi_state);
79 drv_debug_msg(VIDEO_DEBUG_GENERAL, "%s : hdmi_state = %d\n", __FUNCTION__, hdmi_state);
80 if (psb_HDMIExt_info->hdmi_state != hdmi_state) {
81 psb_HDMIExt_info->hdmi_state = hdmi_state;
82 switch (hdmi_state) {
H A Dpsb_HDMIExtMode.h80 int hdmi_state; member in struct:_psb_HDMIExt_info_s
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c86 __u8 hdmi_state; /* whether HDMI is connected */ member in struct:omap4_hwc_ext
2321 __u8 state = ext->hdmi_state;
2471 state_change = (new_state != hwc_dev->ext.hdmi_state);
2472 hwc_dev->ext.hdmi_state = new_state;
2478 hwc_dev->ext.hdmi_state = state == 1;
2520 if (!hwc_dev->ext.hdmi_state && hwc_dev->vsync_enabled) {
2660 if (!hwc_dev->ext.hdmi_state && !hwc_dev->vsync_enabled && val)
2874 hwc_dev->ext.hdmi_state = value == '1';
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c78 __u8 hdmi_state; /* whether HDMI is connected */ member in struct:omap4_hwc_ext
1728 __u8 state = ext->hdmi_state;
1835 hwc_dev->ext.hdmi_state = state == 1;
2116 hwc_dev->ext.hdmi_state = value == '1';

Completed in 110 milliseconds