| 128 | } |
| 129 | |
| 130 | static int IsPortrait(uint32_t width, uint32_t height) |
| 131 | { |
| 132 | return width > height ? 0 : 1; |
| 133 | } |
| 134 | |
| 135 | bool DeviceModelMatch(DisplayProfiles::Qualifier *qualifier, dmSys::SystemInfo *sys_info) |
| 136 | { |
no outgoing calls
no test coverage detected