Contents

stop

Stops the service and prepares for the driver to be terminated.

Declaration

virtual void stop(
 IOService *provider);

Parameters

  • provider:

    The service provider for the IOAudioEngine.

Overview

This function is called before the driver is terminated and usually means that the device has been removed from the system.

See Also

Miscellaneous