| 150 | } |
| 151 | |
| 152 | virtual int cancelCpuHighFreq(int callertid, int64_t timestamp) { |
| 153 | UNUSED(callertid); |
| 154 | UNUSED(timestamp); |
| 155 | return ERR_FUNCTION_NOT_SUPPORT; |
| 156 | } |
| 157 | |
| 158 | virtual int requestGpuHighFreq(int scene, int64_t action, int level, int timeoutms, int callertid, int64_t timestamp) { |
| 159 | UNUSED(scene); |
no outgoing calls
no test coverage detected