Searched refs:timerBlock (Results 1 – 1 of 1) sorted by relevance
49 val timerBlock: TimerBlock = { in scheduleResumeAfterDelay() constant53 timer.start(timeMillis, timerBlock) in scheduleResumeAfterDelay()59 val timerBlock: TimerBlock = { in invokeOnTimeout() constant63 timer.start(timeMillis, timerBlock) in invokeOnTimeout()79 fun start(timeMillis: Long, timerBlock: TimerBlock) { in toString()81 val timer = CFRunLoopTimerCreateWithHandler(null, fireDate, 0.0, 0u, 0, timerBlock) in toString()