| 371 | } |
| 372 | |
| 373 | void JFWDisplay::waitBlanking(int param_0) { |
| 374 | while (param_0-- > 0) { |
| 375 | waitForTick(mTickRate, mFrameRate); |
| 376 | } |
| 377 | } |
| 378 | |
| 379 | void waitForTick(u32 p1, u16 p2) { |
| 380 | if (p1 != 0) { |
nothing calls this directly
no test coverage detected