Contents

timerCallback

A static method used as a callback for the IOAudioDevice timer services.

Declaration

static void timerCallback(
 OSObject *arg1,
 IOAudioDevice *device);

Parameters

  • arg1:

    The IOAudioEngine that is the target of the event.

  • device:

    The IOAudioDevice that sent the timer event.

Overview

This method implements the IOAudioDevice::TimerEvent type.

See Also

Miscellaneous