Contents

timerFired

Internal static function called when the timer fires.

Declaration

static void timerFired(
 OSObject *target,
 IOTimerEventSource *sender);

Parameters

  • target:

    The IOAudioDevice instance that initiated the timer callback.

  • sender:

    The IOTimerEventSources calling this callback

Overview

This function simply calls dispatchTimerEvents() on the IOAudioDevice to do just that.

See Also

Miscellaneous