| 203 | } |
| 204 | |
| 205 | virtual int requestScreenResolution(int level, std::string uiName, int callertid, int64_t timestamp) { |
| 206 | UNUSED(level); |
| 207 | UNUSED(uiName); |
| 208 | UNUSED(level); |
| 209 | UNUSED(callertid); |
| 210 | UNUSED(timestamp); |
| 211 | return ERR_FUNCTION_NOT_SUPPORT; |
| 212 | } |
| 213 | |
| 214 | virtual int resetScreenResolution(int callertid, int64_t timestamp) { |
| 215 | UNUSED(callertid); |