Lines Matching full:an
13 """AudioBoard is an abstraction of an audio board on a Chameleon board.
21 """Constructs an AudioBoard.
42 """Gets an audio bus on this audio board.
46 @returns: An AudioBus object.
53 """Gets an AudioJackPlugger on this audio board.
55 @returns: An AudioJackPlugger object if there is an audio jack plugger.
63 """Gets an BluetoothController on this audio board.
65 @returns: An BluetoothController object.
72 """AudioBus is an abstraction of an audio bus on an audio board.
100 """Initializes an AudioBusSnapshot.
109 """Constructs an AudioBus.
133 """Connects an endpoint to audio bus.
135 @param endpoint: An endpoint name in _PORT_ID_AUDIO_BUS_ENDPOINT_MAP.
146 """Disconnects an endpoint from audio bus.
148 @param endpoint: An endpoint name in _PORT_ID_AUDIO_BUS_ENDPOINT_MAP.
159 """Connects an audio port to this audio bus.
170 """Disconnects an audio port from this audio bus.
194 @returns: An AudioBus.AudioBusSnapshot object.
203 @param: An AudioBus.AudioBusSnapshot object got from get_snapshot.
218 """AudioJackPlugger is an abstraction of plugger controlled by audio board.
228 """Constructs an AudioJackPlugger.
257 """An abstraction of bluetooth module on audio board.
264 """Constructs an BluetoothController.