find


Description:

public static DeviceProviderFactory? find (string name)

Search for an device provider factory of the given name.

Refs the returned device provider factory; caller is responsible for unreffing.

Parameters:

name

name of factory to find

Returns:

DeviceProviderFactory if found, null otherwise