Home | History | Annotate | Download | only in hwc

Lines Matching defs:docking

67     __u8 docking  : 1;          /* docking vs. mirroring - used for state */
74 struct ext_transform_t dock; /* docking settings */
670 if (!ext->current.docking &&
1016 /* reserve just a video pipeline for HDMI if docking */
1020 /* use mirroring transform if we are auto-switching to docking mode while mirroring*/
1023 ext->current.docking = 1;
1052 if (hwc_dev->ext_ovls && ext->current.enabled && !ext->current.docking)
1272 (hwc_dev->ext.current.docking && hwc_dev->ext.current.enabled && dockable(layer))) &&
1361 if (ext->current.docking && ix_docking >= 0) {
1364 } else if (ext->current.docking && ix_docking < 0 && ext->force_dock) {
1375 } else if (!ext->current.docking) {
1378 /* reset mode if we are coming from docking */
1379 if (ext->last.docking)
1427 ext->current.enabled ? ext->current.docking ? "dock+" : "mirror+" : "OFF+",
1735 property_get("persist.hwc.docking.enabled", value, "1");
1743 property_get("persist.hwc.docking.transform", value, "0");
1746 ext->dock.docking = 1;
1750 ext->mirror.docking = 0;
1753 /* restrict to docking with no transform */