| 337 | bool OHDPlatform::is_rock5_a_b() const { return is_rock5_a() || is_rock5_b(); } |
| 338 | |
| 339 | bool OHDPlatform::is_qcs405() const { |
| 340 | return platform_type == X_PLATFORM_TYPE_QUALCOMM_QCS405; |
| 341 | } |
| 342 | |
| 343 | bool OHDPlatform::is_qrb5165() const { |
| 344 | return platform_type == X_PLATFORM_TYPE_QUALCOMM_QRB5165; |
nothing calls this directly
no outgoing calls
no test coverage detected