Searched defs:EXT_ROTATION (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/hwc/
H A Dhwc.c102 EXT_ROTATION = 3, /* rotation while mirroring */ enumerator in enum:__anon3549
1744 ext->dock.rotation = atoi(value) & EXT_ROTATION;
1748 ext->mirror.rotation = atoi(value) & EXT_ROTATION;
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c110 EXT_ROTATION = 3, /* rotation while mirroring */ enumerator in enum:__anon3434
2360 ext->dock.rotation = atoi(value) & EXT_ROTATION;
2364 ext->mirror.rotation = atoi(value) & EXT_ROTATION;

Completed in 103 milliseconds