mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
AHAL: add more comment for IModule.disconnectExternalDevice
Bug: 277955540 Change-Id: I0d6a73884ab4bcfec62da45124024e8680155144 Test: TH
This commit is contained in:
@@ -234,6 +234,12 @@ interface IModule {
|
||||
* instance previously instantiated using the 'connectExternalDevice'
|
||||
* method.
|
||||
*
|
||||
* The framework will call this method before closing streams and resetting
|
||||
* patches. This call can be used by the HAL module to prepare itself to
|
||||
* device disconnection. If the HAL module indicates an error after the first
|
||||
* call, the framework will call this method once again after closing associated
|
||||
* streams and patches.
|
||||
*
|
||||
* @throws EX_ILLEGAL_ARGUMENT In the following cases:
|
||||
* - If the port can not be found by the ID.
|
||||
* - If this is not a connected device port.
|
||||
|
||||
Reference in New Issue
Block a user