| 311 | } |
| 312 | |
| 313 | bool OHDPlatform::is_x20() const { |
| 314 | return platform_type == X_PLATFORM_TYPE_ALWINNER_X20; |
| 315 | } |
| 316 | |
| 317 | bool OHDPlatform::is_willy() const { |
| 318 | return platform_type == X_PLATFORM_TYPE_WILLY; |
no outgoing calls
no test coverage detected