| 156 | } |
| 157 | |
| 158 | virtual int requestGpuHighFreq(int scene, int64_t action, int level, int timeoutms, int callertid, int64_t timestamp) { |
| 159 | UNUSED(scene); |
| 160 | UNUSED(timeoutms); |
| 161 | UNUSED(callertid); |
| 162 | UNUSED(timestamp); |
| 163 | return ERR_FUNCTION_NOT_SUPPORT; |
| 164 | } |
| 165 | |
| 166 | virtual int cancelGpuHighFreq(int callertid, int64_t timestamp) { |
| 167 | UNUSED(callertid); |