| 273 | } |
| 274 | |
| 275 | void PAGLayer::setCurrentTime(int64_t time) { |
| 276 | LockGuard autoLock(rootLocker); |
| 277 | setCurrentTimeInternal(time); |
| 278 | } |
| 279 | |
| 280 | bool PAGLayer::setCurrentTimeInternal(int64_t time) { |
| 281 | return gotoTimeAndNotifyChanged(time); |
no outgoing calls
no test coverage detected