| 212 | } |
| 213 | |
| 214 | virtual int resetScreenResolution(int callertid, int64_t timestamp) { |
| 215 | UNUSED(callertid); |
| 216 | UNUSED(timestamp); |
| 217 | return ERR_FUNCTION_NOT_SUPPORT; |
| 218 | } |
| 219 | |
| 220 | virtual int registerAnrCallback(int uid, int callertid, int64_t timestamp) { |
| 221 | UNUSED(uid); |