SYMBOL INDEX (8021 symbols across 289 files) FILE: lib/UI/mainTabs.dart class MainTabs (line 26) | class MainTabs extends StatefulWidget { method createState (line 32) | State createState() class MainTabsState (line 35) | class MainTabsState extends State with TickerProviderStateMixin { method initState (line 49) | void initState() method bleErrorHandler (line 92) | void bleErrorHandler(BleError error, dynamic data) method dispose (line 125) | void dispose() method onConnectionTimeout (line 130) | void onConnectionTimeout() method connectionStateListener (line 141) | void connectionStateListener(DeviceConnectionState event) method _willPopCallback (line 215) | Future _willPopCallback() method onDeviceChanged (line 232) | void onDeviceChanged() method build (line 237) | Widget build(BuildContext context) method _onBottomBarSwipe (line 308) | void _onBottomBarSwipe(DragUpdateDetails details) method _onSwitchPageIndex (line 322) | void _onSwitchPageIndex(int index) class TabVisibilityEventHandler (line 331) | class TabVisibilityEventHandler { class TabVisibilityController (line 336) | class TabVisibilityController { method getEventHandler (line 343) | TabVisibilityEventHandler getEventHandler(int tab) method onTabChanged (line 347) | void onTabChanged(int oldTab, int newTab) FILE: lib/UI/mightierIcons.dart class MightierIcons (line 22) | class MightierIcons { FILE: lib/UI/pages/DebugConsolePage.dart class DebugConsole (line 4) | class DebugConsole extends StatelessWidget { method print (line 9) | void print(Object? value) method printHex (line 13) | void printHex(List array) method printString (line 21) | void printString(Object? value) method build (line 26) | Widget build(BuildContext context) FILE: lib/UI/pages/calibration.dart class Calibration (line 13) | class Calibration extends StatefulWidget { method createState (line 17) | State createState() class _CalibrationState (line 20) | class _CalibrationState extends State { method initState (line 29) | void initState() method onPositionUpdate (line 44) | void onPositionUpdate(Duration pos) method build (line 64) | Widget build(BuildContext context) FILE: lib/UI/pages/developerPage.dart type midiMessage (line 9) | enum midiMessage { ccMessage, sysExMessage } class DeveloperPage (line 11) | class DeveloperPage extends StatefulWidget { method createState (line 15) | State createState() class _DeveloperPageState (line 18) | class _DeveloperPageState extends State { method initState (line 27) | void initState() method _onDataReceive (line 33) | void _onDataReceive(List data) method _buildCCPage (line 39) | Widget _buildCCPage() method _buildSysExPage (line 132) | Widget _buildSysExPage() method build (line 241) | Widget build(BuildContext context) FILE: lib/UI/pages/device_specific_settings/LiteMk2Settings.dart class LiteMk2Settings (line 8) | class LiteMk2Settings extends StatefulWidget { method createState (line 13) | State createState() class _LiteMk2SettingsState (line 16) | class _LiteMk2SettingsState extends State { method build (line 18) | Widget build(BuildContext context) FILE: lib/UI/pages/device_specific_settings/PlugAirSettings.dart class PlugAirSettings (line 21) | class PlugAirSettings extends StatefulWidget { method createState (line 26) | State createState() class _PlugAirSettingsState (line 31) | class _PlugAirSettingsState extends State { method build (line 33) | Widget build(BuildContext context) FILE: lib/UI/pages/device_specific_settings/PlugAirUsbSettings.dart class RouteModel (line 9) | class RouteModel { class PlugAirUsbSettings (line 17) | class PlugAirUsbSettings extends StatefulWidget { method createState (line 34) | State createState() class _PlugAirUsbSettingsState (line 37) | class _PlugAirUsbSettingsState extends State { method didChangeDependencies (line 42) | void didChangeDependencies() method _modeButton (line 50) | Widget _modeButton(String mode) method _setUsbInputValue (line 57) | void _setUsbInputValue(double value, bool skip) method _setUsbOutputValue (line 66) | void _setUsbOutputValue(double value, bool skip) method build (line 76) | Widget build(BuildContext context) FILE: lib/UI/pages/device_specific_settings/PlugProMicSettings.dart class PlugProMicSettings (line 9) | class PlugProMicSettings extends StatefulWidget { method createState (line 13) | State createState() class _PlugProMicSettingsState (line 16) | class _PlugProMicSettingsState extends State { method initState (line 22) | void initState() method build (line 27) | Widget build(BuildContext context) FILE: lib/UI/pages/device_specific_settings/PlugProSettings.dart class PlugProSettings (line 12) | class PlugProSettings extends StatefulWidget { method createState (line 20) | State createState() class _PlugProSettingsState (line 23) | class _PlugProSettingsState extends State { method build (line 25) | Widget build(BuildContext context) FILE: lib/UI/pages/device_specific_settings/PlugProUsbSettings.dart class RouteModel (line 11) | class RouteModel { class PlugProUsbSettings (line 25) | class PlugProUsbSettings extends StatefulWidget { method createState (line 50) | State createState() class _PlugProUsbSettingsState (line 53) | class _PlugProUsbSettingsState extends State { method didChangeDependencies (line 62) | void didChangeDependencies() method _setUsbDryWetValue (line 70) | void _setUsbDryWetValue(double value, bool skip) method _setUsbRecordingValue (line 79) | void _setUsbRecordingValue(double value, bool skip) method _setUsbPlaybackValue (line 88) | void _setUsbPlaybackValue(double value, bool skip) method build (line 98) | Widget build(BuildContext context) FILE: lib/UI/pages/device_specific_settings/eq/MightySpaceSpeakerEQ.dart class SpaceSpeakerEQSettings (line 13) | class SpaceSpeakerEQSettings extends StatefulWidget { method createState (line 17) | State createState() class _SpaceSpeakerEQSettingsState (line 20) | class _SpaceSpeakerEQSettingsState extends State { method initState (line 41) | void initState() method _requestEQData (line 46) | void _requestEQData(int index) method _buildGroupWidget (line 51) | Widget _buildGroupWidget() method _buildButtons (line 66) | List _buildButtons(EQTenBandSpeaker btEQ) method build (line 93) | Widget build(BuildContext context) method _changeEQValue (line 150) | void _changeEQValue(Parameter parameter, double value, bool skip) FILE: lib/UI/pages/device_specific_settings/eq/PlugProEQSettings.dart class PlugProEQSettings (line 14) | class PlugProEQSettings extends StatefulWidget { method createState (line 18) | State createState() class _PlugProEQSettingsState (line 21) | class _PlugProEQSettingsState extends State { method initState (line 28) | void initState() method _requestEQData (line 33) | void _requestEQData(int index) method _buildGroupWidget (line 38) | List _buildGroupWidget() method _buildButtons (line 68) | List _buildButtons(EQTenBandBT btEQ) method build (line 89) | Widget build(BuildContext context) method _changeEQValue (line 152) | void _changeEQValue(Parameter parameter, double value, bool skip) FILE: lib/UI/pages/device_specific_settings/eq/bt_audio_options.dart class BTAudioOptions (line 5) | class BTAudioOptions extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) FILE: lib/UI/pages/device_specific_settings/eq/eq_group.dart class EQGroup (line 3) | class EQGroup extends StatelessWidget { method build (line 28) | Widget build(BuildContext context) FILE: lib/UI/pages/drum_editor/DrumStyleBottomSheet.dart type DrumStyleMode (line 4) | enum DrumStyleMode { flat, categorized } class DrumStyleBottomSheet (line 6) | class DrumStyleBottomSheet extends StatefulWidget { method createState (line 20) | State createState() class _DrumStyleBottomSheetState (line 23) | class _DrumStyleBottomSheetState extends State { method initState (line 30) | void initState() method _onCategoryChanged (line 49) | void _onCategoryChanged(int value, bool userGenerated) method _onStyleChanged (line 61) | void _onStyleChanged(int value, bool userGenerated, bool finalChange) method _onFlatStyleChanged (line 79) | void _onFlatStyleChanged(int value, bool finalChange) method build (line 86) | Widget build(BuildContext context) FILE: lib/UI/pages/drum_editor/drumEditor.dart type DrumEditorLayout (line 19) | enum DrumEditorLayout { standard, extendedToneControls } type DrumEditorMode (line 21) | enum DrumEditorMode { regular, trainer, looper } class DrumEditor (line 23) | class DrumEditor extends StatefulWidget { method createState (line 28) | State createState() class _DrumEditorState (line 31) | class _DrumEditorState extends State method initState (line 40) | void initState() method dispose (line 47) | void dispose() method _createScrollPicker (line 52) | Widget _createScrollPicker( method _landscapePlayControl (line 86) | Widget _landscapePlayControl(bool enabled) method _createModeControl (line 101) | Widget _createModeControl( method _drumLevelSlider (line 152) | Widget _drumLevelSlider(bool small) method _tempoControlsEnabled (line 169) | bool _tempoControlsEnabled() method _tempoSlider (line 175) | Widget _tempoSlider(bool small, bool landscape) method _toneSliders (line 197) | List _toneSliders(bool small) method _tapButton (line 246) | Widget _tapButton(bool smallControls) method build (line 259) | Widget build(BuildContext context) method _onScrollPickerChanged (line 408) | void _onScrollPickerChanged(value) method _onScrollPickerChangedFinal (line 413) | void _onScrollPickerChangedFinal( method _modifyTempo (line 425) | void _modifyTempo(double amount) method _onTempoChanged (line 432) | void _onTempoChanged(double value) method _onStateChanged (line 438) | void _onStateChanged() FILE: lib/UI/pages/drum_editor/drum_eq_bottom_sheet.dart class DrumEQBottomSheet (line 6) | class DrumEQBottomSheet extends StatefulWidget { method createState (line 10) | State createState() class _DrumEQBottomSheetState (line 13) | class _DrumEQBottomSheetState extends State { method build (line 15) | Widget build(BuildContext context) FILE: lib/UI/pages/drum_editor/drumstyle_scroll_picker.dart class DrumStyleScrollPicker (line 7) | class DrumStyleScrollPicker extends StatelessWidget { method _getComplexListStyle (line 32) | String _getComplexListStyle(Map list) method build (line 42) | Widget build(BuildContext context) FILE: lib/UI/pages/drum_editor/looperPage.dart class LooperControl (line 13) | class LooperControl extends StatefulWidget { method createState (line 20) | State createState() class _LooperControlState (line 23) | class _LooperControlState extends State { method initState (line 32) | void initState() method dispose (line 42) | void dispose() method _onData (line 48) | void _onData(LooperData data) method _onBlink (line 54) | void _onBlink(timer) method getRecordButtonIcon (line 59) | IconData getRecordButtonIcon() method _getRecordButtonColor (line 76) | Color _getRecordButtonColor() method getUndoButtonIcon (line 96) | IconData getUndoButtonIcon() method _getUndoButtonColor (line 101) | Color _getUndoButtonColor() method getStopEnabled (line 106) | bool getStopEnabled() method getClearEnabled (line 116) | bool getClearEnabled() method getUndoEnabled (line 121) | bool getUndoEnabled() method build (line 126) | Widget build(BuildContext context) FILE: lib/UI/pages/drum_editor/tap_buttons.dart class TapButtons (line 7) | class TapButtons extends StatelessWidget { method _onTapTempo (line 22) | void _onTapTempo() method build (line 31) | Widget build(BuildContext context) FILE: lib/UI/pages/drum_editor/tempoTrainerSheet.dart class TempoTrainerSheet (line 10) | class TempoTrainerSheet extends StatefulWidget { method createState (line 22) | State createState() class _TempoTrainerSheetState (line 25) | class _TempoTrainerSheetState extends State method initState (line 32) | void initState() method dispose (line 43) | void dispose() method _updateBpm (line 51) | void _updateBpm() method _progressPlayPauseButton (line 60) | Widget _progressPlayPauseButton(bool small) method build (line 109) | Widget build(BuildContext context) FILE: lib/UI/pages/drumsPage.dart class DrumsPage (line 4) | class DrumsPage extends StatelessWidget { method build (line 8) | Widget build(BuildContext context) FILE: lib/UI/pages/hotkeysMainPage.dart class HotkeysMainPage (line 10) | class HotkeysMainPage extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) FILE: lib/UI/pages/hotkeysSetup.dart class HotkeysSetup (line 11) | class HotkeysSetup extends StatefulWidget { method createState (line 19) | State createState() class _HotkeysSetupState (line 22) | class _HotkeysSetupState extends State { method buildWidget (line 23) | Widget buildWidget(String name, IconData? icon, Color? color, method _buildChannelWidgets (line 74) | List _buildChannelWidgets() method _buildEffectsWidgets (line 111) | List _buildEffectsWidgets() method _buildParametersWidgets (line 177) | List _buildParametersWidgets() method _buildWidgetsRange (line 223) | List _buildWidgetsRange(HotkeyControl from, HotkeyControl to) method build (line 243) | Widget build(BuildContext context) FILE: lib/UI/pages/jamTracks.dart class JamTracks (line 20) | class JamTracks extends StatefulWidget { method createState (line 26) | State createState() class _JamTracksState (line 29) | class _JamTracksState extends State method initState (line 36) | void initState() method dispose (line 70) | void dispose() method onPlayerStateChange (line 76) | void onPlayerStateChange() method showSetlists (line 80) | Widget showSetlists() method mainView (line 96) | Widget mainView() method _permissionInfo (line 139) | Widget _permissionInfo() method _jamtracksWidget (line 175) | Widget _jamtracksWidget() method build (line 193) | Widget build(BuildContext context) class SetlistArguments (line 220) | class SetlistArguments { FILE: lib/UI/pages/midiControllers.dart class MidiControllers (line 11) | class MidiControllers extends StatefulWidget { method createState (line 15) | State createState() class _MidiControllersState (line 18) | class _MidiControllersState extends State { method initState (line 22) | void initState() method dispose (line 28) | void dispose() method build (line 45) | Widget build(BuildContext context) FILE: lib/UI/pages/presetEditor.dart class PresetEditor (line 16) | class PresetEditor extends StatefulWidget { method createState (line 19) | _PresetEditorState createState() class _PresetEditorState (line 22) | class _PresetEditorState extends State { method initState (line 26) | void initState() method dispose (line 35) | void dispose() method onDeviceChanged (line 42) | void onDeviceChanged() method onJamTracksStateChange (line 51) | void onJamTracksStateChange() method savePresetToDevice (line 55) | void savePresetToDevice() method onDeviceDataChanged (line 68) | void onDeviceDataChanged() method wrapContainer (line 72) | Widget wrapContainer(bool isExpanded, List children) method build (line 84) | Widget build(BuildContext context) FILE: lib/UI/pages/settings.dart type TimeUnit (line 24) | enum TimeUnit { BPM, Seconds } class Settings (line 28) | class Settings extends StatefulWidget { method print (line 34) | void print(String value) method createState (line 40) | State createState() class _SettingsState (line 43) | class _SettingsState extends State { method initState (line 49) | void initState() method dispose (line 62) | void dispose() method _deviceChanged (line 67) | void _deviceChanged() method build (line 72) | Widget build(BuildContext context) FILE: lib/UI/pages/settings_advanced.dart class AdvancedSettings (line 8) | class AdvancedSettings extends StatefulWidget { method createState (line 12) | State createState() class _AdvancedSettingsState (line 15) | class _AdvancedSettingsState extends State { method build (line 17) | Widget build(BuildContext context) FILE: lib/UI/pages/tunerPage.dart class TunerPage (line 11) | class TunerPage extends StatefulWidget { method createState (line 50) | State createState() class _TunerPageState (line 53) | class _TunerPageState extends State { method initState (line 67) | void initState() method dispose (line 93) | void dispose() method _onMidiControllerMessage (line 101) | void _onMidiControllerMessage(HotkeyControl event) method onData (line 107) | void onData(TunerData event) method _onTimeout (line 121) | void _onTimeout() method _indicator (line 133) | Widget _indicator() method _noteDisplay (line 182) | Widget _noteDisplay() method build (line 223) | Widget build(BuildContext context) FILE: lib/UI/popups/alertDialogs.dart class AlertDialogs (line 7) | class AlertDialogs { method showInfoDialog (line 12) | showInfoDialog(BuildContext context, method showConfirmDialog (line 46) | showConfirmDialog(BuildContext context, method showInputDialog (line 89) | showInputDialog(BuildContext context, method showOptionDialog (line 165) | showOptionDialog(BuildContext context, method showLocationPrompt (line 236) | showLocationPrompt( method _askLocation (line 252) | _askLocation(Function? onPromptFinished) FILE: lib/UI/popups/changeCategory.dart class ChangeCategoryDialog (line 8) | class ChangeCategoryDialog { method buildDialog (line 26) | Widget buildDialog(BuildContext context) FILE: lib/UI/popups/exportQRCode.dart class QRExportDialog (line 13) | class QRExportDialog { method buildDialog (line 19) | Widget buildDialog(BuildContext context) FILE: lib/UI/popups/hotkeyInput.dart class HotkeyInputDialog (line 9) | class HotkeyInputDialog { method buildDialog (line 70) | Widget buildDialog(BuildContext context, FILE: lib/UI/popups/midiControlInfo.dart class MidiControlInfoDialog (line 9) | class MidiControlInfoDialog { method buildDialog (line 10) | Widget buildDialog(BuildContext context, FILE: lib/UI/popups/savePreset.dart class SavePresetDialog (line 12) | class SavePresetDialog { method buildDialog (line 37) | Widget buildDialog(NuxDevice device, BuildContext context) FILE: lib/UI/popups/selectPreset.dart class SelectPresetDialog (line 7) | class SelectPresetDialog { method buildDialog (line 8) | Widget buildDialog(BuildContext context, {required bool noneOption}) FILE: lib/UI/popups/selectTrack.dart class SelectTrackDialog (line 9) | class SelectTrackDialog { method buildDialog (line 13) | Widget buildDialog(BuildContext context) FILE: lib/UI/theme.dart class AppThemeConfig (line 5) | class AppThemeConfig { method toggleButtonHeight (line 12) | double toggleButtonHeight(bool hasLongNames) function getTheme (line 18) | ThemeData getTheme() FILE: lib/UI/toneshare/cloud_authentication.dart type AuthPage (line 5) | enum AuthPage { signIn, signUp } class CloudAuthentication (line 7) | class CloudAuthentication extends StatefulWidget { method createState (line 11) | State createState() class _CloudAuthenticationState (line 14) | class _CloudAuthenticationState extends State { method _showSignup (line 17) | void _showSignup() method _showSignIn (line 23) | void _showSignIn() method build (line 30) | Widget build(BuildContext context) FILE: lib/UI/toneshare/cloud_login.dart class SignInForm (line 7) | class SignInForm extends StatefulWidget { method createState (line 12) | _SignInFormState createState() class _SignInFormState (line 15) | class _SignInFormState extends State { method _validateAndSaveForm (line 22) | bool _validateAndSaveForm() method _signInWithEmailAndPassword (line 31) | void _signInWithEmailAndPassword() method _signInWithGoogle (line 57) | void _signInWithGoogle() method build (line 80) | Widget build(BuildContext context) FILE: lib/UI/toneshare/cloud_signup.dart class SignUpForm (line 7) | class SignUpForm extends StatefulWidget { method createState (line 12) | _SignUpFormState createState() class _SignUpFormState (line 15) | class _SignUpFormState extends State { method _validateAndSaveForm (line 22) | bool _validateAndSaveForm() method _signUpWithEmailAndPassword (line 31) | void _signUpWithEmailAndPassword() method _signUpWithGoogle (line 63) | void _signUpWithGoogle() method build (line 86) | Widget build(BuildContext context) FILE: lib/UI/toneshare/share_preset.dart class PresetForm (line 3) | class PresetForm extends StatefulWidget { method createState (line 5) | _PresetFormState createState() class _PresetFormState (line 8) | class _PresetFormState extends State { method _submitForm (line 26) | void _submitForm() method build (line 33) | Widget build(BuildContext context) FILE: lib/UI/toneshare/toneshare_home.dart class ToneShareHome (line 6) | class ToneShareHome extends StatefulWidget { method createState (line 10) | State createState() class _ToneShareHomeState (line 13) | class _ToneShareHomeState extends State { method initState (line 18) | void initState() method _search (line 23) | void _search(String? query) method dispose (line 42) | void dispose() method build (line 49) | Widget build(BuildContext context) FILE: lib/UI/toneshare/toneshare_main.dart class ToneShare (line 7) | class ToneShare extends StatefulWidget { method createState (line 11) | State createState() method startLoading (line 13) | Future startLoading(BuildContext context) method stopLoading (line 32) | Future stopLoading(BuildContext context) class _ToneShareState (line 37) | class _ToneShareState extends State { method initState (line 39) | void initState() method dispose (line 45) | void dispose() method _onAuthChange (line 50) | void _onAuthChange() method build (line 55) | Widget build(BuildContext context) FILE: lib/UI/utils.dart type LayoutMode (line 3) | enum LayoutMode { navBar, drawer } type EditorLayoutMode (line 5) | enum EditorLayoutMode { scroll, expand } function getLayoutMode (line 7) | LayoutMode getLayoutMode(MediaQueryData mediaQuery) function getEditorLayoutMode (line 15) | EditorLayoutMode getEditorLayoutMode(MediaQueryData mediaQuery) FILE: lib/UI/widgets/MidiDeviceTile.dart class MidiControllerTile (line 4) | class MidiControllerTile extends StatelessWidget { method build (line 16) | Widget build(BuildContext context) FILE: lib/UI/widgets/ModeControl.dart class ModeControl (line 7) | class ModeControl extends StatelessWidget { method getText (line 22) | String getText() method getElementsCount (line 26) | List getElementsCount() method getElementValues (line 30) | List getElementValues() method getIndexByValue (line 34) | int getIndexByValue(int midiValue) method getButtonItem (line 49) | Widget getButtonItem(String text) method build (line 60) | Widget build(BuildContext context) FILE: lib/UI/widgets/NuxAppBar.dart class MAAppBar (line 19) | class MAAppBar extends StatefulWidget implements PreferredSizeWidget { method createState (line 37) | State createState() class _NuxAppBarState (line 40) | class _NuxAppBarState extends State { method initState (line 47) | void initState() method dispose (line 58) | void dispose() method _onMidiControllerMessage (line 64) | void _onMidiControllerMessage(HotkeyControl event) method build (line 83) | Widget build(BuildContext context) class AppBarTitle (line 226) | class AppBarTitle extends StatelessWidget { method build (line 230) | Widget build(BuildContext context) FILE: lib/UI/widgets/VolumeDrawer.dart class BottomDrawer (line 12) | class BottomDrawer extends StatelessWidget { method build (line 25) | Widget build(BuildContext context) class VolumeSlider (line 70) | class VolumeSlider extends StatelessWidget { method build (line 75) | Widget build(BuildContext context) method _onVolumeDragEnd (line 99) | void _onVolumeDragEnd(value) method _onVolumeChanged (line 109) | void _onVolumeChanged(value, bool skip) FILE: lib/UI/widgets/app_drawer.dart class AppDrawer (line 14) | class AppDrawer extends StatefulWidget { method createState (line 27) | State createState() class _AppDrawerState (line 30) | class _AppDrawerState extends State { method initState (line 38) | void initState() method _onExpandChange (line 46) | void _onExpandChange(bool expand) method build (line 55) | Widget build(BuildContext context) class _DrawerTile (line 139) | class _DrawerTile extends StatelessWidget { method build (line 154) | Widget build(BuildContext context) class TileModel (line 185) | @immutable FILE: lib/UI/widgets/bottomBar.dart class BottomBar (line 7) | class BottomBar extends StatefulWidget { method createState (line 18) | State createState() class _BottomBarState (line 21) | class _BottomBarState extends State { method build (line 23) | Widget build(BuildContext context) FILE: lib/UI/widgets/circular_button.dart class CircularButton (line 3) | class CircularButton extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) FILE: lib/UI/widgets/common/blinkWidget.dart class BlinkWidget (line 6) | class BlinkWidget extends StatefulWidget { method createState (line 14) | State createState() class _BlinkWidgetState (line 17) | class _BlinkWidgetState extends State method build (line 51) | Widget build(BuildContext context) FILE: lib/UI/widgets/common/customPopupMenu.dart class PopupMenuEntry (line 50) | abstract class PopupMenuEntry extends StatefulWidget { method represents (line 75) | bool represents(T value) class LabeledDivider (line 139) | class LabeledDivider extends StatelessWidget { method build (line 206) | Widget build(BuildContext context) class PopupMenuDivider (line 255) | class PopupMenuDivider extends PopupMenuEntry { method represents (line 275) | bool represents(void value) method createState (line 278) | State createState() class _PopupMenuDividerState (line 281) | class _PopupMenuDividerState extends State { method build (line 283) | Widget build(BuildContext context) class PopupMenuItem (line 329) | class PopupMenuItem extends PopupMenuEntry { method represents (line 372) | bool represents(T value) method createState (line 375) | PopupMenuItemState> createState() class PopupMenuItemState (line 395) | class PopupMenuItemState> extends State { method buildChild (line 403) | Widget buildChild() method handleTap (line 412) | void handleTap() method build (line 417) | Widget build(BuildContext context) class CheckedPopupMenuItem (line 513) | class CheckedPopupMenuItem extends PopupMenuItem { method createState (line 554) | _CheckedPopupMenuItemState createState() class _CheckedPopupMenuItemState (line 558) | class _CheckedPopupMenuItemState method initState (line 566) | void initState() method handleTap (line 574) | void handleTap() method buildChild (line 585) | Widget buildChild() class _PopupMenu (line 597) | class _PopupMenu extends StatelessWidget { method build (line 609) | Widget build(BuildContext context) class _PopupMenuRouteLayout (line 687) | class _PopupMenuRouteLayout extends SingleChildLayoutDelegate { method getConstraintsForChild (line 707) | BoxConstraints getConstraintsForChild(BoxConstraints constraints) method getPositionForChild (line 716) | Offset getPositionForChild(Size size, Size childSize) method shouldRelayout (line 764) | bool shouldRelayout(_PopupMenuRouteLayout oldDelegate) class _PopupMenuRoute (line 769) | class _PopupMenuRoute extends PopupRoute { method createAnimation (line 788) | Animation createAnimation() method buildPage (line 811) | Widget buildPage(BuildContext context, Animation animation, function showMenu (line 902) | Future showMenu({ type PopupMenuItemSelected (line 946) | typedef PopupMenuItemSelected = void Function(T value); type PopupMenuCanceled (line 952) | typedef PopupMenuCanceled = void Function(); type PopupMenuItemBuilder (line 958) | typedef PopupMenuItemBuilder = List> Function( class PopupMenuButton (line 1012) | class PopupMenuButton extends StatelessWidget { method showButtonMenu (line 1096) | void showButtonMenu(BuildContext context) method _getIcon (line 1128) | Icon _getIcon(TargetPlatform platform) method build (line 1141) | Widget build(BuildContext context) FILE: lib/UI/widgets/common/modeControlRegular.dart class ModeControlRegular (line 3) | class ModeControlRegular extends StatelessWidget { method _modeButton (line 15) | Widget _modeButton(String mode) method build (line 23) | Widget build(BuildContext context) FILE: lib/UI/widgets/common/nestedWillPopScope.dart class NestedWillPopScope (line 3) | class NestedWillPopScope extends StatefulWidget { method createState (line 14) | _NestedWillPopScopeState createState() method of (line 16) | _NestedWillPopScopeState? of(BuildContext context) class _NestedWillPopScopeState (line 21) | class _NestedWillPopScopeState extends State { method onWillPop (line 30) | Future onWillPop() method updateRouteCallback (line 41) | void updateRouteCallback() method didChangeDependencies (line 48) | void didChangeDependencies() method dispose (line 58) | void dispose() method build (line 64) | Widget build(BuildContext context) FILE: lib/UI/widgets/common/numberPicker.dart type TextMapper (line 4) | typedef TextMapper = String Function(String numberText); class NumberPicker (line 6) | class NumberPicker extends StatefulWidget { method createState (line 86) | State createState() class _NumberPickerState (line 89) | class _NumberPickerState extends State { method initState (line 93) | void initState() method _scrollListener (line 101) | void _scrollListener() method didUpdateWidget (line 119) | void didUpdateWidget(NumberPicker oldWidget) method dispose (line 127) | void dispose() method build (line 142) | Widget build(BuildContext context) method _itemBuilder (line 177) | Widget _itemBuilder(BuildContext context, int index) method _getDisplayedValue (line 203) | String _getDisplayedValue(int value) method _intValueFromIndex (line 222) | int _intValueFromIndex(int index) method _maybeCenterValue (line 228) | void _maybeCenterValue() class _NumberPickerSelectedItemDecoration (line 241) | class _NumberPickerSelectedItemDecoration extends StatelessWidget { method build (line 254) | Widget build(BuildContext context) FILE: lib/UI/widgets/common/rounded_icon_button.dart class RoundedIconButton (line 3) | class RoundedIconButton extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) FILE: lib/UI/widgets/common/searchTextField.dart class SearchTextField (line 3) | class SearchTextField extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) FILE: lib/UI/widgets/deviceList.dart class DeviceList (line 8) | class DeviceList extends StatelessWidget { method isConnected (line 13) | bool isConnected(String id) method build (line 25) | Widget build(BuildContext context) FILE: lib/UI/widgets/fabMenu.dart class Bubble (line 7) | class Bubble { class BubbleMenu (line 24) | class BubbleMenu extends StatelessWidget { method build (line 30) | Widget build(BuildContext context) class _DefaultHeroTag (line 61) | class _DefaultHeroTag { method toString (line 64) | String toString() class FloatingActionBubble (line 67) | class FloatingActionBubble extends AnimatedWidget { method buildItem (line 92) | Widget buildItem(BuildContext context, int index) method buildItems (line 108) | List buildItems(BuildContext context) method _preventPopIfOpen (line 119) | Future _preventPopIfOpen() method build (line 144) | Widget build(BuildContext context) FILE: lib/UI/widgets/hold_to_repeat.dart class HoldToRepeat (line 3) | class HoldToRepeat extends StatefulWidget { method createState (line 18) | _HoldToRepeatState createState() class _HoldToRepeatState (line 21) | class _HoldToRepeatState extends State { method _doRepeatingAction (line 24) | void _doRepeatingAction() method _onTapDown (line 31) | void _onTapDown() method _onTapUp (line 44) | void _onTapUp() method build (line 51) | Widget build(BuildContext context) FILE: lib/UI/widgets/presets/EffectChainBar.dart class EffectChainBar (line 10) | class EffectChainBar extends StatelessWidget { method buildItem (line 32) | EffectChainButton buildItem(context, index) method build (line 50) | Widget build(BuildContext context) FILE: lib/UI/widgets/presets/EffectChainButton.dart class EffectChainButton (line 5) | class EffectChainButton extends StatelessWidget { method build (line 28) | Widget build(BuildContext context) FILE: lib/UI/widgets/presets/channelSelector.dart class ChannelSelector (line 19) | class ChannelSelector extends StatefulWidget { method createState (line 24) | State createState() class _ChannelSelectorState (line 27) | class _ChannelSelectorState extends State { method initState (line 74) | void initState() method _createButtons (line 78) | List _createButtons(double _width) method showQRExport (line 216) | void showQRExport(Image img, String name) method showQRError (line 225) | void showQRError() method setupFromQRData (line 235) | void setupFromQRData(String qrData) method build (line 252) | Widget build(BuildContext context) FILE: lib/UI/widgets/presets/effectEditor.dart class EffectEditor (line 12) | class EffectEditor extends StatefulWidget { method createState (line 18) | State createState() class _EffectEditorState (line 21) | class _EffectEditorState extends State { method build (line 23) | Widget build(BuildContext context) method _updateSliderValue (line 50) | void _updateSliderValue( FILE: lib/UI/widgets/presets/effectEditors/EqualizerEditor.dart class EqualizerEditor (line 7) | class EqualizerEditor extends StatefulWidget { method createState (line 21) | State createState() class _EqualizerEditorState (line 24) | class _EqualizerEditorState extends State { method build (line 29) | Widget build(BuildContext context) FILE: lib/UI/widgets/presets/effectEditors/SlidersEditor.dart class SlidersEditor (line 18) | class SlidersEditor extends StatefulWidget { method createState (line 25) | State createState() class _SlidersEditorState (line 28) | class _SlidersEditorState extends State { method _createSlider (line 31) | ThickSlider _createSlider(Parameter param, bool handleVerticalDrag) method _updateParameterValue (line 60) | void _updateParameterValue(Parameter param, double val) method _createModeControl (line 81) | ModeControl _createModeControl(Parameter param) method _createTapTempo (line 95) | Widget _createTapTempo(Parameter param) method _createCabinetRename (line 132) | Widget _createCabinetRename(Cabinet cab) method build (line 193) | Widget build(BuildContext context) FILE: lib/UI/widgets/presets/effectSelector.dart class EffectSelector (line 21) | class EffectSelector extends StatefulWidget { method createState (line 28) | State createState() class _EffectSelectorState (line 31) | class _EffectSelectorState extends State { method initState (line 42) | void initState() method setSelectedEffect (line 46) | void setSelectedEffect(dynamic index) method build (line 99) | Widget build(BuildContext context) method _setSlotEnabledState (line 307) | void _setSlotEnabledState(int slot, bool value) method _selectSlotByFXID (line 317) | void _selectSlotByFXID(NuxFXID type) FILE: lib/UI/widgets/presets/preset_list/presetEffectPreview.dart class PresetEffectPreview (line 5) | class PresetEffectPreview extends StatelessWidget { method _buildEffectsPreview (line 20) | List _buildEffectsPreview( method build (line 61) | Widget build(BuildContext context) FILE: lib/UI/widgets/presets/preset_list/presetItem.dart class PresetItem (line 10) | class PresetItem extends StatelessWidget { method _createPresetTrailingWidget (line 28) | Widget? _createPresetTrailingWidget( method _iconLabel (line 71) | Widget _iconLabel(String label, Color color) method build (line 102) | Widget build(BuildContext context) FILE: lib/UI/widgets/presets/preset_list/presetList.dart class PresetList (line 23) | class PresetList extends StatefulWidget { method createState (line 35) | State createState() class _PresetListState (line 38) | class _PresetListState extends State method initState (line 48) | void initState() method dispose (line 62) | void dispose() method _registerListeners (line 68) | void _registerListeners() method _onTabSelected (line 77) | void _onTabSelected() method _onTabDeselected (line 84) | void _onTabDeselected() method refreshPresets (line 96) | void refreshPresets() method _openToneShare (line 100) | void _openToneShare() method _mainPopupMenu (line 108) | Widget _mainPopupMenu() method _createHeader (line 123) | Widget? _createHeader() method _createDragDropList (line 167) | Widget _createDragDropList( method _createPresetTree (line 224) | Widget _createPresetTree(Widget? header, bool hideNonApplicable) method _createPresetTreeSimple (line 245) | Widget _createPresetTreeSimple(bool hideNonApplicable) method _createSearchResultsList (line 251) | Widget _createSearchResultsList(Widget? header, bool hideNonApplicable) method build (line 293) | Widget build(BuildContext context) method _categoryMenu (line 323) | void _categoryMenu(CategoryMenuActions action, String item) method _presetWidget (line 366) | Widget _presetWidget(Map item, bool hideNonApplicable) method mainMenuActions (line 415) | void mainMenuActions(action) method _deleteCategory (line 430) | void _deleteCategory(String category) method _renameCategory (line 446) | void _renameCategory(String category) method _exportCategory (line 466) | void _exportCategory(String category) method _importPresets (line 489) | void _importPresets() method _onFileRead (line 499) | void _onFileRead(String value) FILE: lib/UI/widgets/presets/preset_list/presetListMethods.dart class PresetListMethods (line 12) | class PresetListMethods { method exportQR (line 13) | void exportQR(Map preset, BuildContext context) method saveFileIos (line 40) | void saveFileIos(String name, String data, BuildContext context) method exportPreset (line 58) | void exportPreset(Map preset, BuildContext context) FILE: lib/UI/widgets/presets/preset_list/preset_widget.dart class PresetWidget (line 13) | class PresetWidget extends StatefulWidget { method createState (line 29) | State createState() class _PresetWidgetState (line 32) | class _PresetWidgetState extends State { method _presetWidget (line 33) | Widget _presetWidget(Map item, bool hideNonApplicable) method _deletePreset (line 83) | void _deletePreset(Map preset) method _renamePreset (line 104) | void _renamePreset(Map preset) method _changePresetChannel (line 126) | void _changePresetChannel(Map preset) method _duplicatePreset (line 156) | void _duplicatePreset(Map preset) method _changePresetCategory (line 167) | void _changePresetCategory(Map preset) method build (line 188) | Widget build(BuildContext context) FILE: lib/UI/widgets/presets/preset_list/presets_popup_menus.dart type PresetsTopMenuActions (line 6) | enum PresetsTopMenuActions { ExportAll, Import } type CategoryMenuActions (line 8) | enum CategoryMenuActions { Delete, Rename, Export } type PresetItemActions (line 10) | enum PresetItemActions { class PresetsPopupMenus (line 20) | class PresetsPopupMenus { FILE: lib/UI/widgets/presets/trackEventsBlockInfo.dart class TrackEventsBlockInfo (line 6) | class TrackEventsBlockInfo extends StatelessWidget { method build (line 13) | Widget build(BuildContext context) FILE: lib/UI/widgets/rounded_icon_button.dart class RoundedIconButton (line 3) | class RoundedIconButton extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) FILE: lib/UI/widgets/scrollParent.dart class ScrollParent (line 6) | class ScrollParent extends StatelessWidget { method build (line 14) | Widget build(BuildContext context) FILE: lib/UI/widgets/scrollPicker.dart class ScrollPicker (line 8) | class ScrollPicker extends StatefulWidget { method createState (line 31) | _ScrollPickerState createState() class _ScrollPickerState (line 34) | class _ScrollPickerState extends State { method initState (line 46) | void initState() method build (line 52) | Widget build(BuildContext context) method _itemTapped (line 139) | void _itemTapped(TapUpDetails details) method _onSelectedItemChanged (line 151) | void _onSelectedItemChanged(int index) FILE: lib/UI/widgets/search_field.dart class SearchField (line 3) | class SearchField extends StatelessWidget { method build (line 13) | Widget build(BuildContext context) FILE: lib/UI/widgets/thickRangeSlider.dart class SliderRangeValues (line 11) | class SliderRangeValues { class ThickRangeSlider (line 21) | class ThickRangeSlider extends StatefulWidget { method createState (line 53) | State createState() class _ThickRangeSliderState (line 56) | class _ThickRangeSliderState extends State { method _lerpSingle (line 72) | double _lerpSingle(double value) method _lerp (line 78) | SliderRangeValues _lerp(SliderRangeValues values) method _lerp2Single (line 84) | double _lerp2Single(double value, double min, double max) method _lerp2 (line 90) | SliderRangeValues _lerp2(SliderRangeValues values, double min, double ... method _unlerpSingle (line 97) | double _unlerpSingle(double value) method _unlerp (line 105) | SliderRangeValues _unlerp(SliderRangeValues value) method initState (line 111) | void initState() method addPercentage (line 125) | void addPercentage(value, width, int index) method dragStart (line 138) | void dragStart(DragStartDetails details) method dragUpdate (line 148) | void dragUpdate(DragUpdateDetails details) method dragEnd (line 165) | void dragEnd(DragEndDetails details) method manualValueEnter (line 175) | void manualValueEnter() method build (line 213) | Widget build(BuildContext context) FILE: lib/UI/widgets/thickSlider.dart class ThickSlider (line 13) | class ThickSlider extends StatefulWidget { method createState (line 49) | State createState() class _ThickSliderState (line 52) | class _ThickSliderState extends State { method _lerp (line 67) | double _lerp(double value) method _lerp2 (line 74) | double _lerp2(double value, double min, double max) method _unlerp (line 81) | double _unlerp(double value) method _lerpSnap (line 90) | double _lerpSnap(double value) method _lerpSnap2 (line 98) | double _lerpSnap2(double value, double min, double max) method initState (line 106) | void initState() method addPercentage (line 117) | void addPercentage(value, width) method dragStart (line 123) | void dragStart(DragStartDetails details) method dragUpdate (line 128) | void dragUpdate(DragUpdateDetails details) method dragEnd (line 148) | void dragEnd(DragEndDetails details) method manualValueEnter (line 159) | void manualValueEnter() method build (line 214) | Widget build(BuildContext context) FILE: lib/UI/widgets/verticalThickSlider.dart class VerticalThickSlider (line 12) | class VerticalThickSlider extends StatefulWidget { method createState (line 46) | State createState() class _VerticalThickSliderState (line 49) | class _VerticalThickSliderState extends State { method _lerp (line 62) | double _lerp(double value) method _lerp2 (line 69) | double _lerp2(double value, double _min, double _max) method _unlerp (line 76) | double _unlerp(double value) method initState (line 85) | void initState() method addPercentage (line 96) | void addPercentage(value, height) method dragStart (line 102) | void dragStart(DragStartDetails details) method dragUpdate (line 107) | void dragUpdate(DragUpdateDetails details) method dragEnd (line 127) | void dragEnd(DragEndDetails details) method manualValueEnter (line 135) | void manualValueEnter() method build (line 184) | Widget build(BuildContext context) FILE: lib/audio/audioEditor.dart type EditorState (line 29) | enum EditorState { play, insert, duplicateInsert, insertLoop1, insertLoo... class AudioEditor (line 31) | class AudioEditor extends StatefulWidget { method createState (line 35) | State createState() class _AudioEditorState (line 38) | class _AudioEditorState extends State { method initState (line 68) | void initState() method decodeAudio (line 108) | Future decodeAudio(String path) method freeDecoder (line 135) | void freeDecoder() method sampleToMs (line 139) | int sampleToMs(int sample) method playFrom (line 144) | void playFrom(int sample) method playPositionUpdate (line 149) | void playPositionUpdate(Duration position) method playerStateUpdate (line 158) | void playerStateUpdate(PlayerState state) method timingData (line 163) | void timingData(double samplesPerPixel, double msPerSample) method stepLeft (line 168) | void stepLeft() method stepRight (line 183) | void stepRight() method editEvent (line 199) | void editEvent(AutomationEvent event, bool noneOption) method duplicateEvent (line 206) | void duplicateEvent(AutomationEvent event) method useLoopPoints (line 212) | void useLoopPoints(bool enable) method showEventType (line 218) | AutomationEventType? showEventType() method build (line 225) | Widget build(BuildContext context) FILE: lib/audio/automationController.dart type ABRepeatState (line 14) | enum ABRepeatState { off, addedA, addedB } class AutomationController (line 16) | class AutomationController { method setGain (line 63) | void setGain(double gain) method setAudioFile (line 117) | Future setAudioFile(String path, int positionEventSkips) method setTrackCompleteEvent (line 143) | void setTrackCompleteEvent(Function onComplete) method playPositionUpdate (line 148) | void playPositionUpdate(Duration position) method executeEvent (line 204) | void executeEvent(AutomationEvent event) method play (line 239) | Future play() method playPause (line 247) | Future playPause() method stop (line 256) | Future stop() method setSpeed (line 262) | void setSpeed(double speed) method setPitch (line 266) | void setPitch(int pitch) method rewind (line 272) | void rewind() method forceLoopDisable (line 277) | void forceLoopDisable() method seek (line 281) | void seek(Duration position) method sortEvents (line 296) | void sortEvents() method _updateActiveEvent (line 301) | void _updateActiveEvent() method addEvent (line 335) | AutomationEvent addEvent(Duration atPosition, AutomationEventType type) method addEventFromOther (line 347) | void addEventFromOther(AutomationEvent other, Duration atPosition) method removeEvent (line 358) | void removeEvent(AutomationEvent event) method bypassPresetChanges (line 366) | void bypassPresetChanges() method removeAllLoopEvents (line 371) | void removeAllLoopEvents() method hasLoopPoints (line 377) | bool hasLoopPoints() method getLoopPoints (line 389) | List getLoopPoints() method toggleABRepeat (line 398) | void toggleABRepeat() method dispose (line 421) | Future dispose() FILE: lib/audio/models/jamTrack.dart class JamTrack (line 3) | class JamTrack { method toJson (line 75) | Map toJson() FILE: lib/audio/models/setlist.dart class SetlistItem (line 5) | class SetlistItem { class Setlist (line 12) | class Setlist { method addTrackByUuid (line 22) | void addTrackByUuid(String uuid) method addTrack (line 31) | void addTrack(JamTrack track) method clear (line 35) | void clear() method toJson (line 43) | Map toJson() FILE: lib/audio/models/trackAutomation.dart type AutomationEventType (line 6) | enum AutomationEventType { preset, loop } class AutomationEvent (line 8) | class AutomationEvent { method setPresetUuid (line 32) | void setPresetUuid(String presetUuid) method getPresetUuid (line 44) | String getPresetUuid() method clearPreset (line 48) | void clearPreset() method getPreset (line 53) | dynamic getPreset() method toJson (line 57) | Map toJson() class TrackAutomation (line 79) | class TrackAutomation { method sortEvents (line 99) | void sortEvents() method toJson (line 103) | List toJson() FILE: lib/audio/models/waveform_data.dart class WaveformData (line 9) | class WaveformData { method setUpdate (line 29) | void setUpdate() method setReady (line 34) | void setReady() method verticalLine (line 40) | double verticalLine(Size size, int sample, int fromFrame, int toFrame) method path (line 48) | Path? path(Size size, {int? toFrame, int fromFrame = 0}) method _path (line 80) | Path _path(List samples, Size size) method overallPath (line 119) | Path? overallPath(Size size) FILE: lib/audio/online_sources/YoutubeSource.dart class YoutubeSource (line 6) | class YoutubeSource extends OnlineSource { method getSearchResults (line 14) | Future> getSearchResults(String query) method getSuggestions (line 34) | Future> getSuggestions(String query) method getTrackUri (line 39) | Future getTrackUri(OnlineTrack track) method getPreviewUrl (line 44) | Future getPreviewUrl(OnlineTrack track) method getYoutubeUrlFromId (line 51) | Future getYoutubeUrlFromId(String id) method getHighestBitrateMP4 (line 59) | AudioOnlyStreamInfo getHighestBitrateMP4(StreamManifest manifest) FILE: lib/audio/online_sources/backingTracksCoSource.dart class BackingTracksCoSource (line 6) | class BackingTracksCoSource extends OnlineSource { method getSearchResults (line 18) | Future> getSearchResults(String query) method getSuggestions (line 45) | Future> getSuggestions(String query) method getTrackUri (line 50) | Future getTrackUri(OnlineTrack track) method getPreviewUrl (line 55) | Future getPreviewUrl(OnlineTrack track) FILE: lib/audio/online_sources/guitarBackingTracksSource.dart class GuitarBackingTracksSource (line 8) | class GuitarBackingTracksSource extends OnlineSource { method getSearchResults (line 20) | Future> getSearchResults(String query) method getSuggestions (line 46) | Future> getSuggestions(String query) method getTrackUri (line 62) | Future getTrackUri(OnlineTrack track) method getPreviewUrl (line 75) | Future getPreviewUrl(OnlineTrack track) FILE: lib/audio/online_sources/onlineSource.dart class OnlineSource (line 3) | abstract class OnlineSource { method getSuggestions (line 7) | Future> getSuggestions(String query) method getSearchResults (line 9) | Future> getSearchResults(String query) method getTrackUri (line 11) | Future getTrackUri(OnlineTrack track) method getPreviewUrl (line 12) | Future getPreviewUrl(OnlineTrack track) FILE: lib/audio/online_sources/onlineTrack.dart class OnlineTrack (line 1) | class OnlineTrack { FILE: lib/audio/online_sources/sourceResolver.dart class SourceResolver (line 5) | class SourceResolver { method getSourceUrl (line 7) | Future getSourceUrl(String sourceUri) method releaseUrl (line 24) | void releaseUrl(String sourceUrl, String resolvedUrl) method addToCache (line 33) | void addToCache(String id, String url) method getFromCache (line 37) | String? getFromCache(String id) FILE: lib/audio/setlistPage.dart class SetlistPage (line 11) | class SetlistPage extends StatefulWidget { method createState (line 18) | State createState() class _SetlistPageState (line 21) | class _SetlistPageState extends State { method menuActions (line 47) | void menuActions(BuildContext context, int action, SetlistItem item) method addTrack (line 70) | void addTrack() method multiselectHandler (line 90) | void multiselectHandler(int index) method deselectAll (line 102) | void deselectAll() method findPlayedTrack (line 108) | SetlistItem? findPlayedTrack() method reattachTrackIndex (line 115) | void reattachTrackIndex(SetlistItem? currentSong) method createTrailingWidget (line 126) | Widget? createTrailingWidget(BuildContext context, int index) method build (line 155) | Widget build(BuildContext context) FILE: lib/audio/setlist_player/setlistPlayerState.dart type PlayerState (line 9) | enum PlayerState { idle, play, pause } class SetlistPlayerState (line 11) | class SetlistPlayerState extends ChangeNotifier { method openTrack (line 70) | void openTrack(int setlistIndex) method openSetlist (line 80) | void openSetlist(Setlist newSetlist) method _openTrack (line 84) | Future _openTrack(int index) method play (line 102) | Future play() method playPause (line 108) | Future playPause() method stop (line 121) | Future stop() method clear (line 127) | Future clear() method previous (line 133) | void previous() method next (line 148) | void next() method closeTrack (line 159) | Future? closeTrack() method onTrackRemoved (line 163) | void onTrackRemoved(String trackUuld) method _onPosition (line 173) | void _onPosition(Duration pos) method getMMSS (line 178) | String getMMSS(Duration d) method getDuration (line 184) | Duration getDuration() method setPosition (line 188) | void setPosition(int positionMS) method setPositionUpdateMode (line 202) | void setPositionUpdateMode(bool enabled) method _onTrackComplete (line 207) | void _onTrackComplete() method toggleExpanded (line 229) | void toggleExpanded() method toggleABRepeat (line 234) | void toggleABRepeat() FILE: lib/audio/setlistsPage.dart class Setlists (line 8) | class Setlists extends StatefulWidget { method createState (line 16) | State createState() class _SetlistsState (line 19) | class _SetlistsState extends State { method initState (line 23) | void initState() method createSetlist (line 27) | void createSetlist() method showContextMenu (line 89) | void showContextMenu( method menuActions (line 106) | void menuActions(BuildContext context, int action, Setlist item) method renameSetlist (line 126) | void renameSetlist(BuildContext context, Setlist setlist) method build (line 147) | Widget build(BuildContext context) FILE: lib/audio/trackdata/trackData.dart class TrackData (line 15) | class TrackData { method waitLoading (line 98) | Future waitLoading() method findByUuid (line 114) | JamTrack? findByUuid(String uuid) method isPresetInUse (line 163) | bool isPresetInUse(String presetUuid) method isAnyPresetInUse (line 177) | bool isAnyPresetInUse(List presetsUuid) method removePresetInstances (line 189) | void removePresetInstances(String presetUuid) method removeMultiplePresetsInstances (line 204) | void removeMultiplePresetsInstances(List presetsUuid) method findSetlist (line 234) | Setlist? findSetlist(String name) method _generateUuid (line 253) | String _generateUuid() method _onBookmarkUpdated (line 266) | void _onBookmarkUpdated(String oldBookmark, String newBookmark) FILE: lib/audio/tracksPage.dart class TracksPage (line 23) | class TracksPage extends StatefulWidget { method createState (line 36) | State createState() class _TracksPageState (line 39) | class _TracksPageState extends State method menuActions (line 105) | void menuActions(BuildContext context, int action, JamTrack item) method getProperTags (line 129) | String getProperTags(Map? tags, String filename) method initState (line 148) | void initState() method querySongs (line 170) | void querySongs() method multiselectHandler (line 178) | void multiselectHandler(int index) method deselectAll (line 190) | void deselectAll() method stopPlayer (line 196) | void stopPlayer() method editTrack (line 200) | void editTrack(BuildContext context, JamTrack track) method renameTrack (line 210) | void renameTrack(BuildContext context, JamTrack track) method createTrailingWidget (line 229) | Widget? createTrailingWidget(BuildContext context, int index) method deleteSelected (line 257) | void deleteSelected(BuildContext context) method _processMediaList (line 278) | Future _processMediaList(List urls) method addFromFile (line 291) | void addFromFile() method addFromIosFile (line 297) | void addFromIosFile() method _processFileUrl (line 302) | Future _processFileUrl(String path) method addFromMediaLibrary (line 358) | void addFromMediaLibrary(BuildContext context) method addFromOnlineSource (line 379) | void addFromOnlineSource(BuildContext context) method addFromYoutubeSource (line 399) | void addFromYoutubeSource(BuildContext context) method _scrollToNewSongs (line 419) | void _scrollToNewSongs() method build (line 426) | Widget build(BuildContext context) method _bubbles (line 521) | List _bubbles(BuildContext context) FILE: lib/audio/widgets/eventEditor.dart class EventEditor (line 9) | class EventEditor { method createPresetTiles (line 14) | List createPresetTiles( method buildDialog (line 50) | Future buildDialog(BuildContext context) FILE: lib/audio/widgets/jamtracksView.dart class JamtracksView (line 6) | class JamtracksView extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) FILE: lib/audio/widgets/loopPanel.dart class LoopPanel (line 5) | class LoopPanel extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) FILE: lib/audio/widgets/media_library/albumTracks.dart class AlbumTracks (line 8) | class AlbumTracks extends StatefulWidget { method createState (line 17) | State createState() class _AlbumTracksState (line 20) | class _AlbumTracksState extends State { method initState (line 28) | void initState() method multiselectHandler (line 35) | void multiselectHandler(int index) method deselectAll (line 47) | void deselectAll() method createTrailingWidget (line 53) | Widget? createTrailingWidget(BuildContext context, int index) method build (line 67) | Widget build(BuildContext context) FILE: lib/audio/widgets/media_library/artistAlbums.dart class ArtistAlbums (line 9) | class ArtistAlbums extends StatelessWidget { method build (line 16) | Widget build(BuildContext context) FILE: lib/audio/widgets/media_library/media_browse.dart class MediaLibraryBrowser (line 11) | class MediaLibraryBrowser extends StatefulWidget { method createState (line 15) | _MediaLibraryBrowserState createState() class _MediaLibraryBrowserState (line 18) | class _MediaLibraryBrowserState extends State { method initState (line 28) | void initState() method getArtists (line 37) | Future getArtists({bool refresh = true}) method build (line 44) | Widget build(BuildContext context) FILE: lib/audio/widgets/online_source/online_source.dart class OnlineSourceSearch (line 11) | class OnlineSourceSearch extends StatefulWidget { method createState (line 15) | _OnlineSourceSearchState createState() class _OnlineSourceSearchState (line 18) | class _OnlineSourceSearchState extends State { method initState (line 25) | void initState() method build (line 34) | Widget build(BuildContext context) FILE: lib/audio/widgets/online_source/search_screen.dart class OnlineSearchScreen (line 12) | class OnlineSearchScreen extends StatefulWidget { method createState (line 18) | State createState() class _OnlineSearchScreenState (line 21) | class _OnlineSearchScreenState extends State { method initState (line 35) | void initState() method multiselectHandler (line 43) | void multiselectHandler(int index) method deselectAll (line 55) | void deselectAll() method createTrailingWidget (line 61) | Widget? createTrailingWidget(BuildContext context, int index) method onSubmit (line 74) | void onSubmit() method closeTrack (line 84) | void closeTrack() method previewPlay (line 91) | void previewPlay(int index) method build (line 116) | Widget build(BuildContext context) FILE: lib/audio/widgets/painted_waveform.dart class PaintedWaveform (line 11) | class PaintedWaveform extends StatefulWidget { method createState (line 34) | _PaintedWaveformState createState() class _PaintedWaveformState (line 37) | class _PaintedWaveformState extends State { method initState (line 55) | void initState() method initScaling (line 59) | void initScaling() method scroll (line 71) | void scroll(d) method zoomViewOnTapUp (line 87) | void zoomViewOnTapUp(TapUpDetails e) method zoomViewScaleStart (line 97) | void zoomViewScaleStart(ScaleStartDetails d) method zoomViewScaleUpdate (line 103) | void zoomViewScaleUpdate(ScaleUpdateDetails d) method _eventPointer (line 153) | Widget _eventPointer( method build (line 207) | Widget build(context) class GuitarPickClipper (line 311) | class GuitarPickClipper extends CustomClipper { method shouldReclip (line 324) | bool shouldReclip(CustomClipper oldClipper) FILE: lib/audio/widgets/presetsPanel.dart class PresetsPanel (line 6) | class PresetsPanel extends StatelessWidget { method build (line 22) | Widget build(BuildContext context) FILE: lib/audio/widgets/setlistPlayer.dart class SetlistPlayer (line 16) | class SetlistPlayer extends StatefulWidget { method createState (line 20) | State createState() class _SetlistPlayerState (line 23) | class _SetlistPlayerState extends State { method initState (line 29) | void initState() method dispose (line 37) | void dispose() method _onPlayerPosition (line 44) | void _onPlayerPosition(Duration position) method _onPlayerStateChange (line 48) | void _onPlayerStateChange() method build (line 53) | Widget build(BuildContext context) method createTitle (line 57) | Widget? createTitle() method createPlayerView (line 67) | Widget createPlayerView(BuildContext context) method createLoopLabel (line 189) | String createLoopLabel() method getABRepeatIcon (line 194) | IconData getABRepeatIcon() method createFullTrackControls (line 205) | List createFullTrackControls(BoxConstraints constraints) class SliderRepeatTrackShape (line 283) | class SliderRepeatTrackShape extends RoundedRectSliderTrackShape { method paint (line 311) | void paint( class SetlistMiniPlayer (line 366) | class SetlistMiniPlayer extends StatefulWidget { method createState (line 370) | State createState() class SetlistMiniPlayerState (line 373) | class SetlistMiniPlayerState extends State { method initState (line 378) | void initState() method dispose (line 385) | void dispose() method _opPlayerPosition (line 391) | void _opPlayerPosition(Duration position) method _onPlayerStateChange (line 395) | void _onPlayerStateChange() method createTitle (line 399) | Widget? createTitle() method createMiniTrackControls (line 409) | List createMiniTrackControls() method build (line 433) | Widget build(BuildContext context) FILE: lib/audio/widgets/speedPanel.dart class SpeedPanel (line 7) | class SpeedPanel extends StatelessWidget { method _modifySpeed (line 23) | void _modifySpeed(double amount) method _modifyPitch (line 30) | void _modifyPitch(int amount) method _speedControl (line 36) | Widget _speedControl() method _pitchControl (line 67) | Widget _pitchControl() method build (line 95) | Widget build(BuildContext context) FILE: lib/audio/widgets/waveform_painter.dart class WaveformPainter (line 12) | class WaveformPainter extends CustomPainter { method paint (line 61) | void paint(Canvas canvas, Size size) method shouldRepaint (line 127) | bool shouldRepaint(WaveformPainter oldDelegate) FILE: lib/bluetooth/NuxDeviceControl.dart type DeviceConnectionState (line 26) | enum DeviceConnectionState { class NuxDiagnosticData (line 33) | class NuxDiagnosticData { method toMap (line 38) | Map toMap(bool includeJsonPreset) class NuxDeviceControl (line 52) | class NuxDeviceControl extends ChangeNotifier { method deviceBLEName (line 125) | List deviceBLEName() method deviceFromBLEId (line 176) | NuxDevice deviceFromBLEId(String id) method getDeviceNameFromId (line 187) | String getDeviceNameFromId(String id) method getDeviceFromId (line 196) | NuxDevice? getDeviceFromId(String id) method getDeviceFromPresetClass (line 203) | NuxDevice? getDeviceFromPresetClass(String presetClass) method clearPresetData (line 232) | void clearPresetData() method _statusListener (line 285) | void _statusListener(statusValue) method _onConnect (line 323) | void _onConnect() method _onDisconnect (line 332) | void _onDisconnect() method _onDataReceive (line 341) | void _onDataReceive(List data) method _onBatteryTimer (line 346) | void _onBatteryTimer(Timer? t) method requestFirmwareVersion (line 350) | void requestFirmwareVersion() method onFirmwareVersionReady (line 360) | void onFirmwareVersionReady() method onConnectionStepReady (line 364) | void onConnectionStepReady() method isConnectionComplete (line 380) | bool isConnectionComplete() method onPresetsReady (line 384) | void onPresetsReady() method requestPresetDelayed (line 389) | void requestPresetDelayed(int? delay) method requestPreset (line 394) | void requestPreset(int index) method onBatteryPercentage (line 398) | void onBatteryPercentage(int val) method parameterChangedListener (line 403) | void parameterChangedListener(Parameter param) method changeDeviceChannel (line 408) | void changeDeviceChannel(int channel) method effectChangedListener (line 413) | void effectChangedListener(int slot) method effectSwitchedListener (line 417) | void effectSwitchedListener(int slot) method slotSwappedListener (line 421) | void slotSwappedListener(int slot) method sendFullEffectSettings (line 425) | void sendFullEffectSettings(int slot, bool force) method sendFullPresetSettings (line 468) | void sendFullPresetSettings() method resetToChannelDefaults (line 485) | void resetToChannelDefaults() method sendParameter (line 491) | List sendParameter(Parameter param, bool returnOnly) method saveNuxPreset (line 505) | void saveNuxPreset() method resetNuxPresets (line 525) | void resetNuxPresets() method sendBLEData (line 537) | void sendBLEData(List data) method createCCMessage (line 541) | List createCCMessage(int controlNumber, int value) method updateDiagnosticsData (line 551) | void updateDiagnosticsData( FILE: lib/bluetooth/bleMidiHandler.dart type BluetoothErrorCallback (line 16) | typedef BluetoothErrorCallback = void Function(BleError, dynamic data); class BLEMidiHandler (line 18) | class BLEMidiHandler { method _onScanResults (line 146) | void _onScanResults( method setAmpDeviceIdProvider (line 152) | void setAmpDeviceIdProvider(List Function() provider) method startScanning (line 156) | void startScanning(bool manual) method stopScanning (line 162) | void stopScanning() method connectToDevice (line 167) | Future connectToDevice(BLEDevice device) method disconnectDevice (line 172) | void disconnectDevice() method registerDataListener (line 177) | StreamSubscription> registerDataListener( method clearDataQueue (line 182) | void clearDataQueue() method onDataQueueEmpty (line 186) | void onDataQueueEmpty(VoidCallback onEmpty) method sendData (line 190) | void sendData(List data) method dispose (line 195) | void dispose() FILE: lib/bluetooth/ble_controllers/BLEController.dart type MidiSetupStatus (line 9) | enum MidiSetupStatus { type BleState (line 20) | enum BleState { off, on } type BleDeviceState (line 22) | enum BleDeviceState { disconnected, connecting, connected, disconnecting } type BleError (line 24) | enum BleError { type ScanResultsCallback (line 31) | typedef ScanResultsCallback = void Function( class BLEScanResult (line 34) | abstract class BLEScanResult { class BLEDevice (line 45) | abstract class BLEDevice { class BLEConnection (line 56) | class BLEConnection { class BLEController (line 63) | abstract class BLEController { method setAmpDeviceIdProvider (line 102) | void setAmpDeviceIdProvider(List Function() provider) method init (line 106) | Future init(ScanResultsCallback callback) method isAvailable (line 110) | Future isAvailable() method startScanning (line 112) | void startScanning() method stopScanning (line 113) | void stopScanning() method connectToDevice (line 115) | Future connectToDevice(BLEDevice device) method disconnectDevice (line 116) | void disconnectDevice() method registerDataListener (line 118) | StreamSubscription> registerDataListener( method sendData (line 121) | void sendData(List data) method clearDataQueue (line 135) | void clearDataQueue() method onDataQueueEmpty (line 141) | void onDataQueueEmpty(VoidCallback onQueueEmpty) method dispose (line 149) | void dispose() method _queueSender (line 151) | void _queueSender() method setMidiSetupStatus (line 223) | void setMidiSetupStatus(MidiSetupStatus status) method setScanningStatus (line 229) | void setScanningStatus(bool scanning) method writeToCharacteristic (line 235) | Future writeToCharacteristic(List data, bool noResponse) FILE: lib/bluetooth/ble_controllers/DummyBLEController.dart class DummyBLEController (line 5) | class DummyBLEController extends BLEController { method connectToDevice (line 9) | Future connectToDevice(BLEDevice device) method disconnectDevice (line 17) | void disconnectDevice() method dispose (line 20) | void dispose() method isAvailable (line 23) | Future isAvailable() method registerDataListener (line 31) | StreamSubscription> registerDataListener( method startScanning (line 37) | void startScanning() method stopScanning (line 40) | void stopScanning() method writeToCharacteristic (line 43) | Future writeToCharacteristic(List data, bool noResponse) FILE: lib/bluetooth/ble_controllers/FlutterBluePlusController.dart class FBPScanResult (line 17) | class FBPScanResult extends BLEScanResult { class FBPBleDevice (line 29) | class FBPBleDevice extends BLEDevice { class FlutterBluePlusController (line 68) | class FlutterBluePlusController extends BLEController { method isAvailable (line 85) | Future isAvailable() method init (line 90) | Future init(ScanResultsCallback callback) method startScanning (line 100) | void startScanning() method stopScanning (line 115) | Future stopScanning() method connectToDevice (line 121) | Future connectToDevice(BLEDevice device) method _connectAmpDevice (line 180) | void _connectAmpDevice( method registerDataListener (line 207) | StreamSubscription> registerDataListener( method disconnectDevice (line 213) | void disconnectDevice() method dispose (line 223) | void dispose() method writeToCharacteristic (line 326) | Future writeToCharacteristic(List data, bool noResponse) FILE: lib/bluetooth/ble_controllers/MightyBle.dart class MBScanResult (line 7) | class MBScanResult extends BLEScanResult { class MBDevice (line 19) | class MBDevice extends BLEDevice { method statePost (line 36) | void statePost(BleDeviceState state) method dispose (line 40) | void dispose() class MightyBLEController (line 45) | class MightyBLEController extends BLEController { method init (line 55) | Future init(ScanResultsCallback callback) method connectToDevice (line 77) | Future connectToDevice(BLEDevice device) method disconnectDevice (line 87) | void disconnectDevice() method dispose (line 97) | void dispose() method isAvailable (line 104) | Future isAvailable() method writeToCharacteristic (line 112) | Future writeToCharacteristic(List data, bool noResponse) method registerDataListener (line 117) | StreamSubscription> registerDataListener( method startScanning (line 124) | void startScanning() method stopScanning (line 130) | void stopScanning() FILE: lib/bluetooth/ble_controllers/WebBleController.dart class WebBleScanResult (line 20) | class WebBleScanResult extends BLEScanResult { class WebBleDevice (line 32) | class WebBleDevice extends BLEDevice { class WebBleController (line 62) | class WebBleController extends BLEController { method init (line 76) | Future init(ScanResultsCallback callback) method isAvailable (line 82) | Future isAvailable() method connectToDevice (line 90) | Future connectToDevice(BLEDevice dev) method disconnectDevice (line 116) | void disconnectDevice() method startScanning (line 124) | void startScanning() method stopScanning (line 142) | void stopScanning() method registerDataListener (line 145) | StreamSubscription> registerDataListener( method writeToCharacteristic (line 164) | Future writeToCharacteristic(List data, noResponse) method dispose (line 174) | void dispose() FILE: lib/bluetooth/devices/NuxConstants.dart class AppConstants (line 6) | class AppConstants { class EProductNo (line 11) | class EProductNo { class CherubSysExMessageID (line 21) | class CherubSysExMessageID { class SysCtrlState (line 26) | class SysCtrlState { class DeviceMessageID (line 41) | class DeviceMessageID { class PresetDataIndexPlugAir (line 75) | class PresetDataIndexPlugAir { class PresetDataIndex8BT (line 121) | class PresetDataIndex8BT { class PresetDataIndex2040BT (line 125) | class PresetDataIndex2040BT { class PresetDataIndexLite (line 157) | class PresetDataIndexLite { class PresetDataIndexPlugPro (line 201) | class PresetDataIndexPlugPro { class MidiMessageValues (line 354) | class MidiMessageValues { class SysexPrivacy (line 361) | class SysexPrivacy { class SyxMsg (line 375) | class SyxMsg { class SyxDir (line 436) | class SyxDir { class MidiCCValues (line 444) | class MidiCCValues { class MidiCCValuesPro (line 529) | class MidiCCValuesPro { FILE: lib/bluetooth/devices/NuxDevice.dart class NuxDeviceConfiguration (line 23) | class NuxDeviceConfiguration { class NuxDevice (line 35) | abstract class NuxDevice extends ChangeNotifier { method setFirmwareVersion (line 109) | void setFirmwareVersion(int ver) method setFirmwareVersionByIndex (line 111) | void setFirmwareVersionByIndex(int ver) method getAvailableVersions (line 117) | int getAvailableVersions() method getProductNameVersion (line 121) | String getProductNameVersion(int version) method getProductNameForQR (line 125) | String getProductNameForQR(int version) method getProcessorInfoByKey (line 129) | ProcessorInfo? getProcessorInfoByKey(String key) method getSlotByEffectKeyName (line 136) | int? getSlotByEffectKeyName(String key) method getProcessorInfoByFXID (line 144) | ProcessorInfo? getProcessorInfoByFXID(NuxFXID fxid) method setSelectedChannel (line 148) | void setSelectedChannel(int chan, method getChannelActive (line 170) | bool getChannelActive(int channel) method toggleChannelActive (line 174) | void toggleChannelActive(int channel) method onConnect (line 208) | void onConnect() method onDisconnect (line 217) | void onDisconnect() method getDrumStyles (line 222) | dynamic getDrumStyles() method getDrumStylesCount (line 223) | int getDrumStylesCount() method resetDrumSettings (line 227) | void resetDrumSettings() method setDrumsEnabled (line 234) | void setDrumsEnabled(bool enabled) method setDrumsStyle (line 239) | void setDrumsStyle(int style) method setDrumsLevel (line 245) | void setDrumsLevel(double level, bool send) method setDrumsTempo (line 251) | void setDrumsTempo(double tempo, bool send) method setEcoMode (line 258) | void setEcoMode(bool enabled) method sendAmpLevel (line 264) | void sendAmpLevel() method getPreset (line 278) | Preset getPreset(int index) method getCustomPreset (line 283) | Preset getCustomPreset(int channel) method getAmpNameByNuxIndex (line 285) | String getAmpNameByNuxIndex(int index, int version) method renameCabinet (line 289) | void renameCabinet(int cabIndex, String name) method getPresetsList (line 296) | List getPresetsList() method channelName (line 300) | String channelName(int channel) method onPresetsReady (line 304) | void onPresetsReady() method _handleChannelChange (line 313) | void _handleChannelChange(int index) method _handleKnobReceiveData (line 340) | void _handleKnobReceiveData(List data) method onDataReceived (line 385) | void onDataReceived(List data) method saveNuxPreset (line 425) | void saveNuxPreset() method resetNuxPresets (line 429) | void resetNuxPresets() method isPresetSupported (line 434) | bool isPresetSupported(dynamic preset) method getSettingsWidget (line 439) | Widget getSettingsWidget() method setupFromQRData (line 443) | PresetQRError setupFromQRData(String qrData) method setupDetachedPresetFromQRData (line 453) | Preset? setupDetachedPresetFromQRData(String qrData) method jsonToQR (line 461) | String? jsonToQR(Map jsonPreset) method jsonToCompressedData (line 470) | List? jsonToCompressedData(Map jsonPreset) method channelToQR (line 480) | String channelToQR(int channel) method checkQRValid (line 485) | bool checkQRValid(int deviceId, int ver) method parseEffect (line 487) | void parseEffect( method presetFromJson (line 568) | Preset? presetFromJson(Map preset, double? overrideLe... method presetToJson (line 649) | Map presetToJson({Preset? customPreset}) FILE: lib/bluetooth/devices/NuxFXID.dart class NuxFXID (line 3) | class NuxFXID { method fromInt (line 9) | fromInt(int val) class PlugAirFXID (line 15) | class PlugAirFXID extends NuxFXID { class PlugProFXID (line 26) | class PlugProFXID extends NuxFXID { class PlugBTFXID (line 45) | class PlugBTFXID extends NuxFXID { class LiteFXID (line 54) | class LiteFXID extends NuxFXID { class LiteMK2FXID (line 62) | class LiteMK2FXID extends NuxFXID { FILE: lib/bluetooth/devices/NuxMighty2040BT.dart type M2040BTChannel (line 16) | enum M2040BTChannel { class NuxMighty2040BT (line 27) | class NuxMighty2040BT extends NuxDevice { method getDrumStyles (line 155) | dynamic getDrumStyles() method setFirmwareVersion (line 158) | void setFirmwareVersion(int ver) method setFirmwareVersionByIndex (line 161) | void setFirmwareVersionByIndex(int ver) method getCustomPreset (line 164) | MXXBTPreset getCustomPreset(int channel) method checkQRValid (line 171) | bool checkQRValid(int deviceId, int ver) FILE: lib/bluetooth/devices/NuxMighty8BT.dart type M8BTChannel (line 15) | enum M8BTChannel { Clean, Overdrive, Distortion } class NuxMighty8BT (line 17) | class NuxMighty8BT extends NuxDevice { method getDrumStyles (line 108) | dynamic getDrumStyles() method setFirmwareVersion (line 111) | void setFirmwareVersion(int ver) method setFirmwareVersionByIndex (line 114) | void setFirmwareVersionByIndex(int ver) method getCustomPreset (line 117) | M8BTPreset getCustomPreset(int channel) method checkQRValid (line 124) | bool checkQRValid(int deviceId, int ver) FILE: lib/bluetooth/devices/NuxMighty8BTMk2.dart type LiteMK2Version (line 22) | enum LiteMK2Version { LiteMK2v1 } class NuxMighty8BT2Configuration (line 24) | class NuxMighty8BT2Configuration extends NuxDeviceConfiguration { class NuxMighty8BTMk2 (line 53) | class NuxMighty8BTMk2 extends NuxDevice method getDrumStylesCount (line 181) | int getDrumStylesCount() method setFirmwareVersion (line 192) | void setFirmwareVersion(int ver) method setFirmwareVersionByIndex (line 197) | void setFirmwareVersionByIndex(int ver) method getSettingsWidget (line 202) | Widget getSettingsWidget() method checkQRValid (line 207) | bool checkQRValid(int deviceId, int ver) method getCustomPreset (line 213) | MightyMk2Preset getCustomPreset(int channel) method setDrumsTone (line 221) | void setDrumsTone(double value, DrumsToneControl control, bool send) method tunerEnable (line 242) | void tunerEnable(bool enable) method tunerRequestSettings (line 247) | void tunerRequestSettings() method tunerSetMode (line 252) | void tunerSetMode(TunerMode mode) method tunerSetReferencePitch (line 259) | void tunerSetReferencePitch(int refPitch) method tunerMute (line 266) | void tunerMute(bool enable) method getTunerDataStream (line 273) | Stream getTunerDataStream() method notifyTunerListeners (line 278) | void notifyTunerListeners() method setUsbMode (line 295) | void setUsbMode(int mode) method setUsbRecordingVol (line 301) | void setUsbRecordingVol(int vol) method setUsbPlaybackVol (line 307) | void setUsbPlaybackVol(int vol) method setUsbDryWetVol (line 313) | void setUsbDryWetVol(int vol) method getLooperDataStream (line 319) | Stream getLooperDataStream() method notifyLooperListeners (line 323) | void notifyLooperListeners() method looperClear (line 328) | void looperClear() method looperRecordPlay (line 333) | void looperRecordPlay() method looperStop (line 338) | void looperStop() method looperUndoRedo (line 343) | void looperUndoRedo() method looperLevel (line 348) | void looperLevel(int vol) method looperNrAr (line 354) | void looperNrAr(bool auto) method requestLooperSettings (line 360) | void requestLooperSettings() FILE: lib/bluetooth/devices/NuxMightyLite.dart type MLiteChannel (line 15) | enum MLiteChannel { Clean, Overdrive, Distortion } class NuxMightyLite (line 17) | class NuxMightyLite extends NuxDevice { method getDrumStyles (line 112) | dynamic getDrumStyles() method setFirmwareVersion (line 115) | void setFirmwareVersion(int ver) method setFirmwareVersionByIndex (line 118) | void setFirmwareVersionByIndex(int ver) method getCustomPreset (line 121) | MLitePreset getCustomPreset(int channel) method checkQRValid (line 128) | bool checkQRValid(int deviceId, int ver) FILE: lib/bluetooth/devices/NuxMightyLiteMk2.dart type LiteMK2Version (line 20) | enum LiteMK2Version { LiteMK2v1 } class NuxMightyLiteMk2 (line 22) | class NuxMightyLiteMk2 extends NuxDevice method getDrumStylesCount (line 139) | int getDrumStylesCount() method setFirmwareVersion (line 150) | void setFirmwareVersion(int ver) method setFirmwareVersionByIndex (line 155) | void setFirmwareVersionByIndex(int ver) method getSettingsWidget (line 160) | Widget getSettingsWidget() method checkQRValid (line 165) | bool checkQRValid(int deviceId, int ver) method getCustomPreset (line 171) | MightyMk2Preset getCustomPreset(int channel) method setDrumsTone (line 179) | void setDrumsTone(double value, DrumsToneControl control, bool send) method tunerEnable (line 200) | void tunerEnable(bool enable) method tunerRequestSettings (line 205) | void tunerRequestSettings() method tunerSetMode (line 210) | void tunerSetMode(TunerMode mode) method tunerSetReferencePitch (line 217) | void tunerSetReferencePitch(int refPitch) method tunerMute (line 224) | void tunerMute(bool enable) method getTunerDataStream (line 231) | Stream getTunerDataStream() method notifyTunerListeners (line 236) | void notifyTunerListeners() method setUsbMode (line 253) | void setUsbMode(int mode) method setUsbRecordingVol (line 259) | void setUsbRecordingVol(int vol) method setUsbPlaybackVol (line 265) | void setUsbPlaybackVol(int vol) method setUsbDryWetVol (line 271) | void setUsbDryWetVol(int vol) FILE: lib/bluetooth/devices/NuxMightyPlugAir.dart type PlugAirChannel (line 20) | enum PlugAirChannel { Clean, Overdrive, Distortion, AGSim, Pop, Rock, Fu... type PlugAirVersion (line 22) | enum PlugAirVersion { PlugAir15, PlugAir21 } type PlugAirVariant (line 24) | enum PlugAirVariant { MightyPlug, MightyAir } class NuxMightyPlugConfiguration (line 26) | class NuxMightyPlugConfiguration extends NuxDeviceConfiguration { class NuxMightyPlug (line 33) | class NuxMightyPlug extends NuxDevice { method getDrumStyles (line 168) | dynamic getDrumStyles() method onConnect (line 171) | void onConnect() method setFirmwareVersion (line 182) | void setFirmwareVersion(int ver) method setFirmwareVersionByIndex (line 196) | void setFirmwareVersionByIndex(int ver) method getAvailableVersions (line 206) | int getAvailableVersions() method getProductNameVersion (line 211) | String getProductNameVersion(int version) method getProductNameForQR (line 221) | String getProductNameForQR(int version) method getCustomPreset (line 231) | PlugAirPreset getCustomPreset(int channel) method setUsbMode (line 238) | void setUsbMode(int mode) method setUsbInputVol (line 243) | void setUsbInputVol(int vol) method setUsbOutputVol (line 248) | void setUsbOutputVol(int vol) method setBtEq (line 253) | void setBtEq(int eq) method getSettingsWidget (line 259) | Widget getSettingsWidget() method checkQRValid (line 264) | bool checkQRValid(int deviceId, int ver) FILE: lib/bluetooth/devices/NuxMightyPlugPro.dart type PlugProChannel (line 27) | enum PlugProChannel { Clean, Overdrive, Distortion, AGSim, Pop, Rock, Fu... type PlugProVersion (line 29) | enum PlugProVersion { PlugPro1 } class NuxPlugProConfiguration (line 31) | class NuxPlugProConfiguration extends NuxDeviceConfiguration { class NuxMightyPlugPro (line 60) | class NuxMightyPlugPro extends NuxReorderableDevice method getDrumStyles (line 166) | Map> getDrumStyles() method getDrumStylesCount (line 171) | int getDrumStylesCount() method setFirmwareVersion (line 182) | void setFirmwareVersion(int ver) method setFirmwareVersionByIndex (line 192) | void setFirmwareVersionByIndex(int ver) method setVersionDate (line 202) | void setVersionDate(String vDate) method getCustomPreset (line 214) | PlugProPreset getCustomPreset(int channel) method setUsbMode (line 221) | void setUsbMode(int mode) method setUsbRecordingVol (line 227) | void setUsbRecordingVol(int vol) method setUsbPlaybackVol (line 233) | void setUsbPlaybackVol(int vol) method setUsbDryWetVol (line 239) | void setUsbDryWetVol(int vol) method getSettingsWidget (line 245) | Widget getSettingsWidget() method checkQRValid (line 250) | bool checkQRValid(int deviceId, int ver) method setDrumsTone (line 255) | void setDrumsTone(double value, DrumsToneControl control, bool send) method tunerEnable (line 276) | void tunerEnable(bool enable) method tunerRequestSettings (line 281) | void tunerRequestSettings() method tunerSetMode (line 286) | void tunerSetMode(TunerMode mode) method tunerSetReferencePitch (line 293) | void tunerSetReferencePitch(int refPitch) method tunerMute (line 300) | void tunerMute(bool enable) method getTunerDataStream (line 307) | Stream getTunerDataStream() method notifyTunerListeners (line 312) | void notifyTunerListeners() FILE: lib/bluetooth/devices/NuxMightySpace.dart class NuxMightySpaceConfiguration (line 12) | class NuxMightySpaceConfiguration extends NuxPlugProConfiguration { class NuxMightySpace (line 17) | class NuxMightySpace extends NuxMightyPlugPro implements Tuner, Looper { method getSettingsWidget (line 55) | Widget getSettingsWidget() method getLooperDataStream (line 60) | Stream getLooperDataStream() method notifyLooperListeners (line 64) | void notifyLooperListeners() method looperClear (line 69) | void looperClear() method looperRecordPlay (line 74) | void looperRecordPlay() method looperStop (line 79) | void looperStop() method looperUndoRedo (line 84) | void looperUndoRedo() method looperLevel (line 89) | void looperLevel(int vol) method looperNrAr (line 95) | void looperNrAr(bool auto) method requestLooperSettings (line 101) | void requestLooperSettings() FILE: lib/bluetooth/devices/NuxReorderableDevice.dart class NuxReorderableDevice (line 7) | abstract class NuxReorderableDevice extends NuxDevice { method getProcessorInfoByFXID (line 41) | ProcessorInfo? getProcessorInfoByFXID(NuxFXID fxid) method getSlotByEffectKeyName (line 49) | int? getSlotByEffectKeyName(String key) FILE: lib/bluetooth/devices/communication/communication.dart class DeviceCommunication (line 6) | abstract class DeviceCommunication { method createFirmwareMessage (line 12) | List createFirmwareMessage() method requestPresetByIndex (line 14) | List requestPresetByIndex(int index) method requestBatteryStatus (line 16) | void requestBatteryStatus() method isConnectionReady (line 24) | bool isConnectionReady() method performNextConnectionStep (line 28) | void performNextConnectionStep() method connectionStepReady (line 31) | void connectionStepReady() method sendSlotEnabledState (line 37) | void sendSlotEnabledState(int slot) method sendSlotEffect (line 50) | void sendSlotEffect(int slot, int index) method saveCurrentPreset (line 60) | void saveCurrentPreset(int index) method sendActiveChannels (line 62) | void sendActiveChannels(List channels) method sendSlotOrder (line 63) | void sendSlotOrder() method sendReset (line 64) | void sendReset() method sendDrumsEnabled (line 66) | void sendDrumsEnabled(bool enabled) method sendDrumsStyle (line 67) | void sendDrumsStyle(int style) method sendDrumsLevel (line 68) | void sendDrumsLevel(double volume) method sendDrumsTempo (line 69) | void sendDrumsTempo(double tempo) method setEcoMode (line 71) | void setEcoMode(bool enable) method setBTEq (line 72) | void setBTEq(int eq) method setUsbAudioMode (line 73) | void setUsbAudioMode(int mode) method setUsbInputVolume (line 74) | void setUsbInputVolume(int vol) method setUsbOutputVolume (line 75) | void setUsbOutputVolume(int vol) method onDataReceive (line 77) | void onDataReceive(List data) method onDisconnect (line 79) | void onDisconnect() method setChannel (line 83) | List setChannel(int channel) method createCCMessage (line 86) | List createCCMessage(int controlNumber, int value) method createPCMessage (line 96) | List createPCMessage(int programNumber) method createSysExMessage (line 105) | List createSysExMessage(int deviceMessageId, var data, method createSysExMessagePro (line 137) | List createSysExMessagePro( method percentageTo7Bit (line 159) | int percentageTo7Bit(double val) method fillTestData (line 163) | void fillTestData() FILE: lib/bluetooth/devices/communication/liteCommunication.dart class LiteCommunication (line 6) | class LiteCommunication extends DeviceCommunication { method performNextConnectionStep (line 16) | void performNextConnectionStep() method requestAllPresets (line 27) | void requestAllPresets() method createFirmwareMessage (line 35) | List createFirmwareMessage() method requestPresetByIndex (line 40) | List requestPresetByIndex(int index) method setChannel (line 45) | List setChannel(int channel) method requestBatteryStatus (line 50) | void requestBatteryStatus() method sendReset (line 58) | void sendReset() method sendDrumsEnabled (line 66) | void sendDrumsEnabled(bool enabled) method sendDrumsStyle (line 74) | void sendDrumsStyle(int style) method sendDrumsLevel (line 81) | void sendDrumsLevel(double volume) method sendDrumsTempo (line 89) | void sendDrumsTempo(double tempo) method setEcoMode (line 109) | void setEcoMode(bool enable) method setBTEq (line 111) | void setBTEq(int eq) method setUsbAudioMode (line 113) | void setUsbAudioMode(int mode) method setUsbInputVolume (line 115) | void setUsbInputVolume(int vol) method setUsbOutputVolume (line 117) | void setUsbOutputVolume(int vol) method saveCurrentPreset (line 119) | void saveCurrentPreset(int index) method _handlePresetDataPiece (line 124) | void _handlePresetDataPiece(List data) method onDataReceive (line 155) | void onDataReceive(List data) method onDisconnect (line 172) | void onDisconnect() method fillTestData (line 178) | void fillTestData() FILE: lib/bluetooth/devices/communication/liteMk2Communication.dart class LiteMk2Communication (line 4) | class LiteMk2Communication extends PlugProCommunication { method performNextConnectionStep (line 12) | void performNextConnectionStep() method createFirmwareMessage (line 39) | List createFirmwareMessage() FILE: lib/bluetooth/devices/communication/plugAirCommunication.dart class PlugAirCommunication (line 7) | class PlugAirCommunication extends DeviceCommunication { method createFirmwareMessage (line 21) | List createFirmwareMessage() method performNextConnectionStep (line 45) | void performNextConnectionStep() method saveCurrentPreset (line 64) | void saveCurrentPreset(int index) method requestPresetByIndex (line 70) | List requestPresetByIndex(int index) method requestBatteryStatus (line 75) | void requestBatteryStatus() method sendReset (line 83) | void sendReset() method setChannel (line 91) | List setChannel(int channel) method sendDrumsEnabled (line 99) | void sendDrumsEnabled(bool enabled) method sendDrumsStyle (line 107) | void sendDrumsStyle(int style) method sendDrumsLevel (line 114) | void sendDrumsLevel(double volume) method sendDrumsTempo (line 122) | void sendDrumsTempo(double tempo) method setEcoMode (line 145) | void setEcoMode(bool enable) method setBTEq (line 152) | void setBTEq(int eq) method setUsbAudioMode (line 159) | void setUsbAudioMode(int mode) method setUsbInputVolume (line 165) | void setUsbInputVolume(int vol) method setUsbOutputVolume (line 172) | void setUsbOutputVolume(int vol) method _handlePresetDataPiece (line 178) | void _handlePresetDataPiece(List data) method _handleFirmwareData (line 202) | bool _handleFirmwareData(List data) method _handleBTEcoMode (line 215) | void _handleBTEcoMode(List data) method _handleUSBConfig (line 228) | void _handleUSBConfig(List data) method onDataReceive (line 236) | void onDataReceive(List data) method onDisconnect (line 263) | void onDisconnect() FILE: lib/bluetooth/devices/communication/plugProCommunication.dart class PlugProCommunication (line 19) | class PlugProCommunication extends DeviceCommunication { method createFirmwareMessage (line 50) | List createFirmwareMessage() method performNextConnectionStep (line 69) | void performNextConnectionStep() method saveCurrentPreset (line 95) | void saveCurrentPreset(int index) method requestPresetByIndex (line 106) | List requestPresetByIndex(int index) method requestCurrentChannel (line 112) | List requestCurrentChannel() method _requestSystemSettings (line 117) | List _requestSystemSettings() method requestIRName (line 123) | List requestIRName(int index) method _requestEffectsOrder (line 128) | List _requestEffectsOrder() method _requestDrumData (line 133) | List _requestDrumData() method _requestMicSettings (line 138) | List _requestMicSettings() method requestBTEQData (line 143) | void requestBTEQData(int index) method requestSpeakerEQData (line 151) | void requestSpeakerEQData(int index) method requestBatteryStatus (line 160) | void requestBatteryStatus() method sendReset (line 176) | void sendReset() method _sendSlotData (line 188) | void _sendSlotData(int slot, bool enabled, int effectIndex) method sendSlotEnabledState (line 202) | void sendSlotEnabledState(int slot) method setSlotEffect (line 213) | void setSlotEffect(int slot, int index) method sendActiveChannels (line 220) | void sendActiveChannels(List channels) method sendSlotOrder (line 232) | void sendSlotOrder() method sendChannelVolume (line 248) | void sendChannelVolume(int value) method setChannel (line 255) | List setChannel(int channel) method sendDrumsEnabled (line 260) | void sendDrumsEnabled(bool enabled) method sendDrumsStyle (line 267) | void sendDrumsStyle(int style) method sendDrumsLevel (line 274) | void sendDrumsLevel(double volume) method sendDrumsTempo (line 299) | void sendDrumsTempo(double tempo) method setEcoMode (line 322) | void setEcoMode(bool enable) method setBTEq (line 326) | void setBTEq(int eq) method saveBTEQGroup (line 332) | void saveBTEQGroup(int group) method setSpeakerEq (line 343) | void setSpeakerEq(int eq) method saveSpeakerEQGroup (line 349) | void saveSpeakerEQGroup(int group) method setBTInvert (line 360) | void setBTInvert(bool invert) method setBTMute (line 366) | void setBTMute(bool mute) method setMicMute (line 372) | void setMicMute(bool mute) method setMicLevel (line 378) | void setMicLevel(int level) method setMicNoiseGate (line 384) | void setMicNoiseGate(bool enable) method setMicNoiseGateSens (line 390) | void setMicNoiseGateSens(int level) method setMicNoiseGateDecay (line 396) | void setMicNoiseGateDecay(int level) method setUsbAudioMode (line 403) | void setUsbAudioMode(int mode) method setUsbInputVolume (line 410) | void setUsbInputVolume(int vol) method setUsbOutputVolume (line 417) | void setUsbOutputVolume(int vol) method setUsbDryWet (line 423) | void setUsbDryWet(int vol) method enableTuner (line 429) | void enableTuner(bool enable) method tunerSetSettings (line 433) | void tunerSetSettings({bool tunerOn = true}) method requestTunerSettings (line 449) | void requestTunerSettings() method looperRecord (line 457) | void looperRecord() method looperStop (line 463) | void looperStop() method looperClear (line 469) | void looperClear() method looperUndoRedo (line 475) | void looperUndoRedo() method looperVolume (line 481) | void looperVolume(int volume) method looperNrAr (line 487) | void looperNrAr(bool auto) method requestLooperSettings (line 493) | void requestLooperSettings() method _splitPresetData (line 501) | List> _splitPresetData(List data) method _handlePresetDataPiece (line 522) | void _handlePresetDataPiece(List data) method _handleIRName (line 558) | void _handleIRName(List data) method _handleEffectsOrderData (line 612) | bool _handleEffectsOrderData(List data) method _handleFirmwareData (line 633) | bool _handleFirmwareData(List data) method _handleDrumCCData (line 657) | bool _handleDrumCCData(int control, int value) method _handleActiveChannelsData (line 692) | void _handleActiveChannelsData(int bitfield) method _handleVolumeData (line 699) | void _handleVolumeData(int vol) method _handleLooperState (line 704) | void _handleLooperState(int state) method _handleLooperCC (line 710) | void _handleLooperCC(int ccNumber, int value) method _handleLooperSysEx (line 725) | void _handleLooperSysEx(List data) method _handleTuner (line 733) | void _handleTuner(int ccNumber, int value) method _handleTunerSysEx (line 748) | void _handleTunerSysEx(List data) method _handleSystemSettings (line 786) | void _handleSystemSettings(List data) method _handleDrumData (line 811) | void _handleDrumData(List data) method _handleMicSettings (line 830) | void _handleMicSettings(List data) method _handleBTEqData (line 846) | void _handleBTEqData(List data) method _handleSpeakerEqData (line 853) | void _handleSpeakerEqData(List data) method onDataReceive (line 865) | void onDataReceive(List data) method onDisconnect (line 968) | void onDisconnect() FILE: lib/bluetooth/devices/device_data/drumstyles.dart class DrumStyles (line 1) | class DrumStyles { FILE: lib/bluetooth/devices/device_data/processors_list.dart class ProcessorsList (line 7) | class ProcessorsList { FILE: lib/bluetooth/devices/effects/MidiControllerHandles.dart type ControllerHandleId (line 1) | enum ControllerHandleId { class MidiControllerHandle (line 89) | class MidiControllerHandle { class MidiControllerHandles (line 95) | class MidiControllerHandles { FILE: lib/bluetooth/devices/effects/NoiseGate.dart class NoiseGate2Param (line 6) | class NoiseGate2Param extends Processor { class NoiseGate1Param (line 59) | class NoiseGate1Param extends Processor { class NoiseGatePro (line 106) | class NoiseGatePro extends Processor { FILE: lib/bluetooth/devices/effects/Processor.dart class Parameter (line 13) | class Parameter { method toHumanInput (line 39) | double toHumanInput() method fromHumanInput (line 43) | double fromHumanInput(double val) class ProcessorInfo (line 49) | class ProcessorInfo { type EffectEditorUI (line 65) | enum EffectEditorUI { Sliders, EQ } class Processor (line 67) | abstract class Processor { method setupFromNuxPayload (line 106) | void setupFromNuxPayload(List nuxData) method getNuxPayload (line 127) | void getNuxPayload(List nuxData, bool enabled) method getEquivalentEffect (line 147) | int? getEquivalentEffect(int version) class Amplifier (line 152) | abstract class Amplifier extends Processor { class Cabinet (line 160) | abstract class Cabinet extends Processor { FILE: lib/bluetooth/devices/effects/lite/Ambience.dart class Ambience (line 9) | abstract class Ambience extends Processor { class Delay1 (line 37) | class Delay1 extends Ambience { class Delay2 (line 73) | class Delay2 extends Ambience { class Delay3 (line 109) | class Delay3 extends Ambience { class Delay4 (line 145) | class Delay4 extends Ambience { class RoomReverb (line 181) | class RoomReverb extends Ambience { class HallReverb (line 208) | class HallReverb extends Ambience { class PlateReverb (line 235) | class PlateReverb extends Ambience { class SpringReverb (line 262) | class SpringReverb extends Ambience { FILE: lib/bluetooth/devices/effects/lite/Amps.dart class LiteAmplifier (line 9) | abstract class LiteAmplifier extends Amplifier { class AmpClean (line 39) | class AmpClean extends LiteAmplifier { FILE: lib/bluetooth/devices/effects/lite/Modulation.dart class Modulation (line 9) | abstract class Modulation extends Processor { class Phaser (line 38) | class Phaser extends Modulation { class Chorus (line 65) | class Chorus extends Modulation { class Tremolo (line 92) | class Tremolo extends Modulation { class Vibe (line 119) | class Vibe extends Modulation { FILE: lib/bluetooth/devices/effects/liteMk2/delay.dart class AnalogDelayLiteMk2 (line 8) | class AnalogDelayLiteMk2 extends DelayPro { class DigitalDelayLiteV2 (line 44) | class DigitalDelayLiteV2 extends DelayPro { class ModDelayLiteMk2 (line 80) | class ModDelayLiteMk2 extends DelayPro { class TapeEchoLiteMk2 (line 123) | class TapeEchoLiteMk2 extends DelayPro { class PhiDelayLiteMk2 (line 158) | class PhiDelayLiteMk2 extends DelayPro { FILE: lib/bluetooth/devices/effects/liteMk2/efx.dart class RoseCompLiteMk2 (line 7) | class RoseCompLiteMk2 extends EFXPro { class KCompLiteMk2 (line 35) | class KCompLiteMk2 extends EFXPro { class TouchWahLiteMk2 (line 71) | class TouchWahLiteMk2 extends EFXPro { class TremoloEFXLiteMk2 (line 106) | class TremoloEFXLiteMk2 extends EFXPro { class VibeEFXLiteMk2 (line 133) | class VibeEFXLiteMk2 extends EFXPro { class PH100LiteMk2 (line 167) | class PH100LiteMk2 extends EFXPro { FILE: lib/bluetooth/devices/effects/liteMk2/modulation.dart class FlangerLiteMk2 (line 8) | class FlangerLiteMk2 extends FlangerPro { class Phase90LiteMk2 (line 13) | class Phase90LiteMk2 extends Phase90 { class Phase100LiteMk2 (line 18) | class Phase100LiteMk2 extends Phase100 { class SCFLiteMk2 (line 23) | class SCFLiteMk2 extends SCFPro { class VibeLiteMk2 (line 28) | class VibeLiteMk2 extends VibePro { class TremoloLiteMk2 (line 60) | class TremoloLiteMk2 extends TremoloPro { class SCH1LiteMk2 (line 65) | class SCH1LiteMk2 extends SCH1Pro { FILE: lib/bluetooth/devices/effects/liteMk2/reverb.dart class RoomReverbLiteMk2 (line 8) | class RoomReverbLiteMk2 extends Reverb { class HallReverbLiteMk2 (line 43) | class HallReverbLiteMk2 extends Reverb { class DampReverbLiteMk2 (line 78) | class DampReverbLiteMk2 extends DampReverbPro { FILE: lib/bluetooth/devices/effects/mighty_2040bt/Amps.dart class MXXBTAmplifier (line 9) | abstract class MXXBTAmplifier extends Amplifier { class Amp1 (line 35) | class Amp1 extends MXXBTAmplifier { FILE: lib/bluetooth/devices/effects/mighty_2040bt/Delay.dart class Delay (line 9) | abstract class Delay extends Processor { class AnalogDelay (line 36) | class AnalogDelay extends Delay { class ModulationDelay (line 72) | class ModulationDelay extends Delay { class DigitalDelay (line 107) | class DigitalDelay extends Delay { FILE: lib/bluetooth/devices/effects/mighty_2040bt/Modulation.dart class Modulation (line 9) | abstract class Modulation extends Processor { class Phaser (line 36) | class Phaser extends Modulation { class Chorus (line 63) | class Chorus extends Modulation { class Tremolo (line 90) | class Tremolo extends Modulation { FILE: lib/bluetooth/devices/effects/mighty_2040bt/Reverb.dart class Reverb (line 6) | abstract class Reverb extends Processor { class HallReverb (line 33) | class HallReverb extends Reverb { class PlateReverb (line 60) | class PlateReverb extends Reverb { class SpringReverb (line 87) | class SpringReverb extends Reverb { FILE: lib/bluetooth/devices/effects/mighty_8bt/Amps.dart class M8BTAmplifier (line 9) | abstract class M8BTAmplifier extends Amplifier { class AmpClean (line 38) | class AmpClean extends M8BTAmplifier { FILE: lib/bluetooth/devices/effects/mighty_8bt/Delay.dart class Delay (line 6) | abstract class Delay extends Processor { class Delay1 (line 34) | class Delay1 extends Delay { class Delay2 (line 70) | class Delay2 extends Delay { class Delay3 (line 106) | class Delay3 extends Delay { class Delay4 (line 142) | class Delay4 extends Delay { FILE: lib/bluetooth/devices/effects/mighty_8bt/Modulation.dart class Modulation (line 9) | abstract class Modulation extends Processor { class Phaser (line 37) | class Phaser extends Modulation { class Chorus (line 64) | class Chorus extends Modulation { class Tremolo (line 91) | class Tremolo extends Modulation { class Vibe (line 118) | class Vibe extends Modulation { FILE: lib/bluetooth/devices/effects/mighty_8bt/Reverb.dart class Reverb (line 6) | abstract class Reverb extends Processor { class RoomReverb (line 33) | class RoomReverb extends Reverb { class HallReverb (line 60) | class HallReverb extends Reverb { class PlateReverb (line 87) | class PlateReverb extends Reverb { class SpringReverb (line 114) | class SpringReverb extends Reverb { FILE: lib/bluetooth/devices/effects/plug_air/Amps.dart class PlugAirAmplifier (line 13) | abstract class PlugAirAmplifier extends Amplifier { class TwinVerb (line 40) | class TwinVerb extends PlugAirAmplifier { method getEquivalentEffect (line 84) | int? getEquivalentEffect(int version) class JZ120 (line 90) | class JZ120 extends PlugAirAmplifier { method getEquivalentEffect (line 153) | int? getEquivalentEffect(int version) class TweedDlx (line 159) | class TweedDlx extends PlugAirAmplifier { method getEquivalentEffect (line 222) | int? getEquivalentEffect(int version) class Plexi (line 228) | class Plexi extends PlugAirAmplifier { method getEquivalentEffect (line 271) | int? getEquivalentEffect(int version) class TopBoost (line 278) | class TopBoost extends PlugAirAmplifier { method getEquivalentEffect (line 341) | int? getEquivalentEffect(int version) class Lead100 (line 347) | class Lead100 extends PlugAirAmplifier { method getEquivalentEffect (line 409) | int? getEquivalentEffect(int version) class Fireman (line 415) | class Fireman extends PlugAirAmplifier { class DIEVH4 (line 459) | class DIEVH4 extends PlugAirAmplifier { method getEquivalentEffect (line 521) | int? getEquivalentEffect(int version) class Recto (line 527) | class Recto extends PlugAirAmplifier { method getEquivalentEffect (line 591) | int? getEquivalentEffect(int version) class Optima (line 597) | class Optima extends PlugAirAmplifier { method getEquivalentEffect (line 656) | int? getEquivalentEffect(int version) class Stageman (line 662) | class Stageman extends PlugAirAmplifier { method getEquivalentEffect (line 717) | int? getEquivalentEffect(int version) class MLD (line 723) | class MLD extends PlugAirAmplifier { method getEquivalentEffect (line 791) | int? getEquivalentEffect(int version) class AGL (line 797) | class AGL extends PlugAirAmplifier { method getEquivalentEffect (line 859) | int? getEquivalentEffect(int version) FILE: lib/bluetooth/devices/effects/plug_air/Ampsv2.dart class JazzClean (line 9) | class JazzClean extends PlugAirAmplifier { method getEquivalentEffect (line 76) | int? getEquivalentEffect(int version) class DeluxeRvb (line 82) | class DeluxeRvb extends PlugAirAmplifier { method getEquivalentEffect (line 136) | int? getEquivalentEffect(int version) class TwinRvbV2 (line 142) | class TwinRvbV2 extends PlugAirAmplifier { method getEquivalentEffect (line 203) | int? getEquivalentEffect(int version) class ClassA30 (line 209) | class ClassA30 extends PlugAirAmplifier { method getEquivalentEffect (line 269) | int? getEquivalentEffect(int version) class Brit800 (line 275) | class Brit800 extends PlugAirAmplifier { method getEquivalentEffect (line 337) | int? getEquivalentEffect(int version) class Plexi1987x50 (line 343) | class Plexi1987x50 extends PlugAirAmplifier { method getEquivalentEffect (line 405) | int? getEquivalentEffect(int version) class FiremanHBE (line 411) | class FiremanHBE extends PlugAirAmplifier { class DualRect (line 474) | class DualRect extends PlugAirAmplifier { method getEquivalentEffect (line 536) | int? getEquivalentEffect(int version) class DIEVH4v2 (line 542) | class DIEVH4v2 extends PlugAirAmplifier { method getEquivalentEffect (line 604) | int? getEquivalentEffect(int version) class AGLv2 (line 610) | class AGLv2 extends PlugAirAmplifier { method getEquivalentEffect (line 677) | int? getEquivalentEffect(int version) class Starlift (line 683) | class Starlift extends PlugAirAmplifier { method getEquivalentEffect (line 744) | int? getEquivalentEffect(int version) class MLDv2 (line 750) | class MLDv2 extends PlugAirAmplifier { method getEquivalentEffect (line 812) | int? getEquivalentEffect(int version) class Stagemanv2 (line 818) | class Stagemanv2 extends PlugAirAmplifier { method getEquivalentEffect (line 877) | int? getEquivalentEffect(int version) FILE: lib/bluetooth/devices/effects/plug_air/Cabinet.dart class CabinetMP2 (line 14) | abstract class CabinetMP2 extends Cabinet { class V1960 (line 60) | class V1960 extends CabinetMP2 { class A212 (line 72) | class A212 extends CabinetMP2 { class BS410 (line 80) | class BS410 extends CabinetMP2 { class DR112 (line 88) | class DR112 extends CabinetMP2 { class GB412 (line 96) | class GB412 extends CabinetMP2 { class JZ120IR (line 104) | class JZ120IR extends CabinetMP2 { class TR212 (line 112) | class TR212 extends CabinetMP2 { class V412 (line 120) | class V412 extends CabinetMP2 { class AGLDB810 (line 128) | class AGLDB810 extends CabinetMP2 { class AMPSV810 (line 141) | class AMPSV810 extends CabinetMP2 { class MKB410 (line 149) | class MKB410 extends CabinetMP2 { class TRC410 (line 157) | class TRC410 extends CabinetMP2 { class GHBird (line 165) | class GHBird extends CabinetMP2 { class GJ15 (line 178) | class GJ15 extends CabinetMP2 { class MD45 (line 186) | class MD45 extends CabinetMP2 { class GIBJ200 (line 194) | class GIBJ200 extends CabinetMP2 { class GIBJ45 (line 202) | class GIBJ45 extends CabinetMP2 { class TL314 (line 210) | class TL314 extends CabinetMP2 { class MHD28 (line 218) | class MHD28 extends CabinetMP2 { FILE: lib/bluetooth/devices/effects/plug_air/Delay.dart class Delay (line 10) | abstract class Delay extends Processor { class AnalogDelay (line 36) | class AnalogDelay extends Delay { class TapeEcho (line 72) | class TapeEcho extends Delay { method getEquivalentEffect (line 106) | int? getEquivalentEffect(int version) class DigitalDelay (line 112) | class DigitalDelay extends Delay { method getEquivalentEffect (line 146) | int? getEquivalentEffect(int version) class PingPong (line 153) | class PingPong extends Delay { class DigitalDelayv2 (line 188) | class DigitalDelayv2 extends Delay { method getEquivalentEffect (line 222) | int? getEquivalentEffect(int version) class ModDelay (line 230) | class ModDelay extends Delay { method getEquivalentEffect (line 265) | int? getEquivalentEffect(int version) FILE: lib/bluetooth/devices/effects/plug_air/EFX.dart class EFX (line 12) | abstract class EFX extends Processor { class TouchWah (line 43) | class TouchWah extends EFX { class UniVibe (line 77) | class UniVibe extends EFX { class TremoloEFX (line 111) | class TremoloEFX extends EFX { class PhaserEFX (line 138) | class PhaserEFX extends EFX { class Boost (line 173) | class Boost extends EFX { method getEquivalentEffect (line 200) | int? getEquivalentEffect(int version) class TSDrive (line 206) | class TSDrive extends EFX { class BassTS (line 241) | class BassTS extends EFX { method getEquivalentEffect (line 276) | int? getEquivalentEffect(int version) class ThreeBandEQ (line 282) | class ThreeBandEQ extends EFX { class Muff (line 317) | class Muff extends EFX { class Crunch (line 352) | class Crunch extends EFX { class RedDist (line 387) | class RedDist extends EFX { class MorningDrive (line 422) | class MorningDrive extends EFX { class DistOne (line 457) | class DistOne extends EFX { FILE: lib/bluetooth/devices/effects/plug_air/EFXv2.dart class PH100EFX (line 8) | class PH100EFX extends EFX { class STSinger (line 35) | class STSinger extends EFX { method getEquivalentEffect (line 70) | int? getEquivalentEffect(int version) class Katana (line 76) | class Katana extends EFX { method getEquivalentEffect (line 103) | int? getEquivalentEffect(int version) class RedDirt (line 109) | class RedDirt extends EFX { class RoseComp (line 144) | class RoseComp extends EFX { method getEquivalentEffect (line 171) | int? getEquivalentEffect(int version) FILE: lib/bluetooth/devices/effects/plug_air/Modulation.dart class Modulation (line 9) | abstract class Modulation extends Processor { class Phaser (line 36) | class Phaser extends Modulation { class Chorus (line 71) | class Chorus extends Modulation { class STChorus (line 106) | class STChorus extends Modulation { class Flanger (line 141) | class Flanger extends Modulation { class Vibe (line 176) | class Vibe extends Modulation { class Tremolo (line 210) | class Tremolo extends Modulation { class PH100 (line 237) | class PH100 extends Modulation { class CE1 (line 264) | class CE1 extends Modulation { class STChorusv2 (line 299) | class STChorusv2 extends Modulation { class SCF (line 334) | class SCF extends Modulation { FILE: lib/bluetooth/devices/effects/plug_air/Reverb.dart class Reverb (line 10) | abstract class Reverb extends Processor { class RoomReverb (line 36) | class RoomReverb extends Reverb { class HallReverb (line 63) | class HallReverb extends Reverb { class PlateReverb (line 90) | class PlateReverb extends Reverb { class SpringReverb (line 125) | class SpringReverb extends Reverb { class ShimmerReverb (line 152) | class ShimmerReverb extends Reverb { method getEquivalentEffect (line 178) | int? getEquivalentEffect(int version) class RoomReverbv2 (line 185) | class RoomReverbv2 extends Reverb { class HallReverbv2 (line 220) | class HallReverbv2 extends Reverb { class PlateReverbv2 (line 255) | class PlateReverbv2 extends Reverb { FILE: lib/bluetooth/devices/effects/plug_pro/Amps.dart class PlugProAmplifier (line 11) | abstract class PlugProAmplifier extends Amplifier { class JazzClean (line 44) | class JazzClean extends PlugProAmplifier { class DeluxeRvb (line 112) | class DeluxeRvb extends PlugProAmplifier { class BassMate (line 167) | class BassMate extends PlugProAmplifier { class Tweedy (line 235) | class Tweedy extends PlugProAmplifier { class HiWire (line 279) | class HiWire extends PlugProAmplifier { class CaliCrunch (line 342) | class CaliCrunch extends PlugProAmplifier { class ClassA15 (line 405) | class ClassA15 extends PlugProAmplifier { class ClassA30 (line 460) | class ClassA30 extends PlugProAmplifier { class Plexi100 (line 515) | class Plexi100 extends PlugProAmplifier { class Plexi45 (line 578) | class Plexi45 extends PlugProAmplifier { class Brit800 (line 641) | class Brit800 extends PlugProAmplifier { class Pl1987x50 (line 704) | class Pl1987x50 extends PlugProAmplifier { class Slo100 (line 767) | class Slo100 extends PlugProAmplifier { class FiremanHBE (line 830) | class FiremanHBE extends PlugProAmplifier { class DualRect (line 893) | class DualRect extends PlugProAmplifier { class DIEVH4 (line 956) | class DIEVH4 extends PlugProAmplifier { class MrZ38 (line 1019) | class MrZ38 extends PlugProAmplifier { class SuperRvb (line 1082) | class SuperRvb extends PlugProAmplifier { class AGL (line 1145) | class AGL extends PlugProAmplifier { class MLD (line 1213) | class MLD extends PlugProAmplifier { class OptimaAir (line 1276) | class OptimaAir extends PlugProAmplifier { class Stageman (line 1336) | class Stageman extends PlugProAmplifier { class TwinRvb (line 1391) | class TwinRvb extends PlugProAmplifier { class VibroKing (line 1454) | class VibroKing extends PlugProAmplifier { class Budda (line 1517) | class Budda extends PlugProAmplifier { class BritBlues (line 1580) | class BritBlues extends PlugProAmplifier { class MatchD30 (line 1643) | class MatchD30 extends PlugProAmplifier { class Brit2000 (line 1698) | class Brit2000 extends PlugProAmplifier { class UberHiGain (line 1761) | class UberHiGain extends PlugProAmplifier { FILE: lib/bluetooth/devices/effects/plug_pro/Cabinet.dart class CabinetPro (line 11) | abstract class CabinetPro extends Cabinet { class JZ120Pro (line 72) | class JZ120Pro extends CabinetPro { class DR112Pro (line 84) | class DR112Pro extends CabinetPro { class TR212Pro (line 92) | class TR212Pro extends CabinetPro { class HIWIRE412 (line 100) | class HIWIRE412 extends CabinetPro { class CALI112 (line 108) | class CALI112 extends CabinetPro { class A112 (line 116) | class A112 extends CabinetPro { class GB412Pro (line 124) | class GB412Pro extends CabinetPro { class M1960AX (line 132) | class M1960AX extends CabinetPro { class M1960AV (line 140) | class M1960AV extends CabinetPro { class M1960TV (line 148) | class M1960TV extends CabinetPro { class SLO412 (line 156) | class SLO412 extends CabinetPro { class FIREMAN412 (line 164) | class FIREMAN412 extends CabinetPro { class RECT412 (line 172) | class RECT412 extends CabinetPro { class DIE412 (line 180) | class DIE412 extends CabinetPro { class MATCH212 (line 188) | class MATCH212 extends CabinetPro { class UBER412 (line 196) | class UBER412 extends CabinetPro { class BS410 (line 204) | class BS410 extends CabinetPro { class A212Pro (line 212) | class A212Pro extends CabinetPro { class M1960AHW (line 220) | class M1960AHW extends CabinetPro { class M1936 (line 228) | class M1936 extends CabinetPro { class BUDDA112 (line 236) | class BUDDA112 extends CabinetPro { class Z212 (line 244) | class Z212 extends CabinetPro { class SUPERVERB410 (line 252) | class SUPERVERB410 extends CabinetPro { class VIBROKING310 (line 260) | class VIBROKING310 extends CabinetPro { class AGLDB810 (line 269) | class AGLDB810 extends CabinetPro { class AMPSV212 (line 281) | class AMPSV212 extends CabinetPro { class AMPSV410 (line 289) | class AMPSV410 extends CabinetPro { class AMPSV810 (line 297) | class AMPSV810 extends CabinetPro { class BASSGUY410 (line 305) | class BASSGUY410 extends CabinetPro { class EDEN410 (line 313) | class EDEN410 extends CabinetPro { class MKB410 (line 321) | class MKB410 extends CabinetPro { class GHBIRDPro (line 329) | class GHBIRDPro extends CabinetPro { class GJ15Pro (line 341) | class GJ15Pro extends CabinetPro { class MD45Pro (line 349) | class MD45Pro extends CabinetPro { class UserCab (line 357) | class UserCab extends CabinetPro { method setName (line 366) | void setName(String name) method setNuxIndex (line 370) | void setNuxIndex(int index) method setActive (line 374) | void setActive(bool active) FILE: lib/bluetooth/devices/effects/plug_pro/Compressor.dart class Compressor (line 9) | abstract class Compressor extends Processor { class RoseCompPro (line 39) | class RoseCompPro extends Compressor { class KComp (line 67) | class KComp extends Compressor { class StudioComp (line 103) | class StudioComp extends Compressor { FILE: lib/bluetooth/devices/effects/plug_pro/Delay.dart class DelayPro (line 9) | abstract class DelayPro extends Processor { class AnalogDelay (line 39) | class AnalogDelay extends DelayPro { class AnalogDelayV2 (line 75) | class AnalogDelayV2 extends DelayPro { class DigitalDelay (line 111) | class DigitalDelay extends DelayPro { class ModDelay (line 146) | class ModDelay extends DelayPro { class TapeEcho (line 189) | class TapeEcho extends DelayPro { class PanDelay (line 224) | class PanDelay extends DelayPro { class PhiDelayPro (line 259) | class PhiDelayPro extends DelayPro { FILE: lib/bluetooth/devices/effects/plug_pro/EFX.dart class EFXPro (line 9) | abstract class EFXPro extends Processor { class DistortionPlus (line 40) | class DistortionPlus extends EFXPro { class RCBoost (line 67) | class RCBoost extends EFXPro { class ACBoost (line 110) | class ACBoost extends EFXPro { class DistOne (line 153) | class DistOne extends EFXPro { class TSDrive (line 188) | class TSDrive extends EFXPro { class BluesDrive (line 222) | class BluesDrive extends EFXPro { class MorningDrive (line 257) | class MorningDrive extends EFXPro { class EatDist (line 292) | class EatDist extends EFXPro { class RedDirt (line 327) | class RedDirt extends EFXPro { class Crunch (line 362) | class Crunch extends EFXPro { class MuffFuzz (line 397) | class MuffFuzz extends EFXPro { class Katana (line 432) | class Katana extends EFXPro { class STSinger (line 459) | class STSinger extends EFXPro { class TouchWahPro (line 494) | class TouchWahPro extends EFXPro { FILE: lib/bluetooth/devices/effects/plug_pro/EQ.dart class EQ (line 9) | abstract class EQ extends Processor { class EQSixBand (line 40) | class EQSixBand extends EQ { class EQTenBand (line 94) | class EQTenBand extends EQ { class EQTenBandBT (line 183) | class EQTenBandBT extends EQ { method getNuxCommand (line 266) | List getNuxCommand() method setupFromNuxPayload (line 276) | void setupFromNuxPayload(List nuxData) class EQTenBandSpeaker (line 289) | class EQTenBandSpeaker extends EQ { method getNuxCommand (line 372) | List getNuxCommand() method setupFromNuxPayload (line 382) | void setupFromNuxPayload(List nuxData) FILE: lib/bluetooth/devices/effects/plug_pro/EmptyEffects.dart class WahDummyPro (line 6) | class WahDummyPro extends Processor { FILE: lib/bluetooth/devices/effects/plug_pro/Modulation.dart class Modulation (line 10) | abstract class Modulation extends Processor { class ModCE1 (line 41) | class ModCE1 extends Modulation { class ModCE2 (line 76) | class ModCE2 extends Modulation { class STChorusPro (line 103) | class STChorusPro extends Modulation { class Vibrato (line 138) | class Vibrato extends Modulation { class Detune (line 165) | class Detune extends Modulation { class FlangerPro (line 200) | class FlangerPro extends Modulation { class Phase90 (line 242) | class Phase90 extends Modulation { class Phase100 (line 261) | class Phase100 extends Modulation { class SCFPro (line 288) | class SCFPro extends Modulation { class VibePro (line 330) | class VibePro extends Modulation { class TremoloPro (line 372) | class TremoloPro extends Modulation { class Rotary (line 399) | class Rotary extends Modulation { class SCH1Pro (line 426) | class SCH1Pro extends Modulation { class MonoOctave (line 461) | class MonoOctave extends Modulation { FILE: lib/bluetooth/devices/effects/plug_pro/Reverb.dart class Reverb (line 9) | abstract class Reverb extends Processor { class RoomReverb (line 39) | class RoomReverb extends Reverb { class HallReverb (line 74) | class HallReverb extends Reverb { class PlateReverb (line 116) | class PlateReverb extends Reverb { class SpringReverb (line 143) | class SpringReverb extends Reverb { class ShimmerReverb (line 170) | class ShimmerReverb extends Reverb { class DampReverbPro (line 205) | class DampReverbPro extends Reverb { FILE: lib/bluetooth/devices/features/drumsTone.dart type DrumsToneControl (line 1) | enum DrumsToneControl { bass, middle, treble } class DrumsTone (line 3) | abstract class DrumsTone { method setDrumsTone (line 8) | void setDrumsTone(double value, DrumsToneControl control, bool send) FILE: lib/bluetooth/devices/features/looper.dart class Looper (line 1) | abstract class Looper { method looperRecordPlay (line 7) | void looperRecordPlay() method looperStop (line 8) | void looperStop() method looperClear (line 9) | void looperClear() method looperUndoRedo (line 10) | void looperUndoRedo() method looperLevel (line 11) | void looperLevel(int vol) method looperNrAr (line 12) | void looperNrAr(bool auto) method requestLooperSettings (line 13) | void requestLooperSettings() method getLooperDataStream (line 14) | Stream getLooperDataStream() class LooperData (line 17) | class LooperData { FILE: lib/bluetooth/devices/features/proUsbSettings.dart class ProUsbSettings (line 1) | abstract class ProUsbSettings { method setUsbMode (line 2) | void setUsbMode(int mode) method setUsbRecordingVol (line 3) | void setUsbRecordingVol(int vol) method setUsbPlaybackVol (line 4) | void setUsbPlaybackVol(int vol) method setUsbDryWetVol (line 5) | void setUsbDryWetVol(int vol) FILE: lib/bluetooth/devices/features/tuner.dart type TunerMode (line 3) | enum TunerMode { class Tuner (line 20) | abstract class Tuner { method tunerEnable (line 34) | void tunerEnable(bool enable) method tunerRequestSettings (line 35) | void tunerRequestSettings() method tunerSetMode (line 36) | void tunerSetMode(TunerMode mode) method tunerSetReferencePitch (line 37) | void tunerSetReferencePitch(int refPitch) method tunerMute (line 38) | void tunerMute(bool enable) method getTunerDataStream (line 39) | Stream getTunerDataStream() method notifyTunerListeners (line 40) | void notifyTunerListeners() class TunerData (line 43) | class TunerData { method clear (line 53) | void clear() FILE: lib/bluetooth/devices/presets/Mighty8BTPreset.dart class M8BTPreset (line 16) | class M8BTPreset extends Preset { method slotSwitchable (line 60) | bool slotSwitchable(int index) method slotEnabled (line 67) | bool slotEnabled(int index) method setSlotEnabled (line 84) | void setSlotEnabled(int index, bool value, bool notifyBT) method getEffectsForSlot (line 107) | List getEffectsForSlot(int slot) method getSelectedEffectForSlot (line 125) | int getSelectedEffectForSlot(int slot) method setSelectedEffectForSlot (line 144) | void setSelectedEffectForSlot(int slot, int index, bool notifyBT) method effectColor (line 160) | Color effectColor(int index) FILE: lib/bluetooth/devices/presets/MightyLitePreset.dart class MLitePreset (line 16) | class MLitePreset extends Preset { method slotSwitchable (line 63) | bool slotSwitchable(int index) method slotEnabled (line 70) | bool slotEnabled(int index) method setSlotEnabled (line 87) | void setSlotEnabled(int index, bool value, bool notifyBT) method getEffectsForSlot (line 110) | List getEffectsForSlot(int slot) method getSelectedEffectForSlot (line 126) | int getSelectedEffectForSlot(int slot) method setSelectedEffectForSlot (line 143) | void setSelectedEffectForSlot(int slot, int index, bool notifyBT) method getEffectArrayIndexFromNuxIndex (line 156) | int getEffectArrayIndexFromNuxIndex(NuxFXID fxid, int nuxIndex) method effectColor (line 166) | Color effectColor(int index) FILE: lib/bluetooth/devices/presets/MightyMk2Preset.dart class MightyMk2Preset (line 29) | class MightyMk2Preset extends Preset { method slotSwitchable (line 223) | bool slotSwitchable(int index) method slotEnabled (line 229) | bool slotEnabled(int index) method setSlotEnabled (line 252) | void setSlotEnabled(int index, bool value, bool notifyBT) method getEffectsForSlot (line 284) | List getEffectsForSlot(int slot) method getSelectedEffectForSlot (line 306) | int getSelectedEffectForSlot(int slot) method setSelectedEffectForSlot (line 329) | void setSelectedEffectForSlot(int slot, int index, bool notifyBT) method getEffectArrayIndexFromNuxIndex (line 354) | int getEffectArrayIndexFromNuxIndex(NuxFXID fxid, int nuxIndex) method effectColor (line 366) | Color effectColor(int index) method setVolume (line 376) | void setVolume(double vol, bool btTransmit) method sendVolume (line 384) | void sendVolume() method setupPresetFromNuxDataArray (line 390) | void setupPresetFromNuxDataArray(List nuxData) FILE: lib/bluetooth/devices/presets/MightyXXBTPreset.dart class MXXBTPreset (line 17) | class MXXBTPreset extends Preset { method slotSwitchable (line 69) | bool slotSwitchable(int index) method slotEnabled (line 76) | bool slotEnabled(int index) method setSlotEnabled (line 93) | void setSlotEnabled(int index, bool value, bool notifyBT) method getEffectsForSlot (line 116) | List getEffectsForSlot(int slot) method getSelectedEffectForSlot (line 134) | int getSelectedEffectForSlot(int slot) method setSelectedEffectForSlot (line 153) | void setSelectedEffectForSlot(int slot, int index, bool notifyBT) method effectColor (line 169) | Color effectColor(int index) FILE: lib/bluetooth/devices/presets/PlugAirPreset.dart class PlugAirPreset (line 22) | class PlugAirPreset extends Preset { method slotSwitchable (line 202) | bool slotSwitchable(int index) method slotEnabled (line 209) | bool slotEnabled(int index) method setSlotEnabled (line 228) | void setSlotEnabled(int index, bool value, bool notifyBT) method getEffectsForSlot (line 254) | List getEffectsForSlot(int slot) method getSelectedEffectForSlot (line 276) | int getSelectedEffectForSlot(int slot) method setSelectedEffectForSlot (line 299) | void setSelectedEffectForSlot(int slot, int index, bool notifyBT) method effectColor (line 324) | Color effectColor(int index) method getAmpNameByNuxIndex (line 344) | String getAmpNameByNuxIndex(int index, int version) FILE: lib/bluetooth/devices/presets/PlugProPreset.dart class PlugProPreset (line 27) | class PlugProPreset extends Preset { method slotSwitchable (line 228) | bool slotSwitchable(int index) method slotEnabled (line 234) | bool slotEnabled(int index) method _FXIDEnabled (line 239) | bool _FXIDEnabled(NuxFXID fxid) method setSlotEnabled (line 268) | void setSlotEnabled(int index, bool value, bool notifyBT) method _setFXIDEnabled (line 274) | void _setFXIDEnabled(NuxFXID fxid, bool value) method getFXIDFromSlot (line 312) | NuxFXID getFXIDFromSlot(int slot) method getSlotFromFXID (line 317) | int? getSlotFromFXID(NuxFXID fxid) method setFXIDAtSlot (line 325) | void setFXIDAtSlot(int slot, NuxFXID fxid) method swapProcessorSlots (line 330) | void swapProcessorSlots(int from, int to, notifyBT) method getEffectsForSlot (line 351) | List getEffectsForSlot(int slot) method _getEffectsForFXID (line 356) | List _getEffectsForFXID(NuxFXID fxid) method getSelectedEffectForSlot (line 384) | int getSelectedEffectForSlot(int slot) method _getSelectedEffectForFXID (line 389) | int _getSelectedEffectForFXID(NuxFXID fxid) method setSelectedEffectForSlot (line 414) | void setSelectedEffectForSlot(int slot, int index, bool notifyBT) method _setSelectedEffectForFXID (line 421) | void _setSelectedEffectForFXID(NuxFXID fxid, int index) method getEffectArrayIndexFromNuxIndex (line 451) | int getEffectArrayIndexFromNuxIndex(NuxFXID fxid, int nuxIndex) method effectColor (line 463) | Color effectColor(int index) method setupPresetFromNuxDataArray (line 474) | void setupPresetFromNuxDataArray(List nuxData) method createNuxDataFromPreset (line 527) | List createNuxDataFromPreset() method setVolume (line 566) | void setVolume(double vol, bool btTransmit) method sendVolume (line 574) | void sendVolume() method setVolumeRaw (line 579) | void setVolumeRaw(int vol) FILE: lib/bluetooth/devices/presets/Preset.dart class Preset (line 16) | abstract class Preset { method slotSwitchable (line 37) | bool slotSwitchable(int index) method slotEnabled (line 40) | bool slotEnabled(int index) method getFXIDFromSlot (line 43) | NuxFXID getFXIDFromSlot(int slot) method getSlotFromFXID (line 47) | int? getSlotFromFXID(NuxFXID fxid) method setupPresetFromNuxDataArray (line 51) | void setupPresetFromNuxDataArray(List nuxData) method setFXIDAtSlot (line 102) | void setFXIDAtSlot(int slot, NuxFXID fxid) method swapProcessorSlots (line 103) | void swapProcessorSlots(int from, int to, bool notifyBT) method setSlotEnabled (line 108) | void setSlotEnabled(int index, bool value, bool notifyBT) method getEffectsForSlot (line 113) | List getEffectsForSlot(int slot) method getSelectedEffectForSlot (line 116) | int getSelectedEffectForSlot(int slot) method setSelectedEffectForSlot (line 119) | void setSelectedEffectForSlot(int slot, int index, bool notifyBT) method setFirmwareVersion (line 123) | void setFirmwareVersion(int version) method setParameterValue (line 126) | void setParameterValue(Parameter param, double value, {bool notify = t... method getEffectArrayIndexFromNuxIndex (line 134) | int getEffectArrayIndexFromNuxIndex(NuxFXID fxid, int nuxIndex) method effectColor (line 138) | Color effectColor(int index) method resetNuxData (line 140) | void resetNuxData() method addNuxPayloadPiece (line 145) | void addNuxPayloadPiece(List data, int part, int total) method payloadPiecesReady (line 154) | bool payloadPiecesReady() method createNuxDataFromPreset (line 162) | List createNuxDataFromPreset() method setupPresetFromNuxData (line 177) | void setupPresetFromNuxData() method setupPresetFromQRData (line 185) | PresetQRError setupPresetFromQRData(String qrData) method getAmpNameByNuxIndex (line 200) | String getAmpNameByNuxIndex(int index, int version) method setVolume (line 210) | void setVolume(double vol, bool btTransmit) method sendVolume (line 212) | void sendVolume() FILE: lib/bluetooth/devices/presets/preset_constants.dart class PresetConstants (line 5) | class PresetConstants { FILE: lib/bluetooth/devices/value_formatters/DecibelFormatter.dart class DecibelFormatterMP2 (line 3) | class DecibelFormatterMP2 extends ValueFormatter { method valueToMidi7Bit (line 14) | int valueToMidi7Bit(double value) method midi7BitToValue (line 19) | double midi7BitToValue(int midi7bit) method toLabel (line 24) | String toLabel(double value) class DecibelFormatterMPPro (line 29) | class DecibelFormatterMPPro extends ValueFormatter { method valueToMidi7Bit (line 40) | int valueToMidi7Bit(double value) method midi7BitToValue (line 45) | double midi7BitToValue(int midi7bit) method toLabel (line 50) | String toLabel(double value) class DecibelFormatterEQ (line 55) | class DecibelFormatterEQ extends ValueFormatter { method valueToMidi7Bit (line 66) | int valueToMidi7Bit(double value) method midi7BitToValue (line 71) | double midi7BitToValue(int midi7bit) method toLabel (line 76) | String toLabel(double value) FILE: lib/bluetooth/devices/value_formatters/FrequencyFormatter.dart function log10 (line 4) | double log10(num x) class LowFrequencyFormatter (line 6) | class LowFrequencyFormatter extends ValueFormatter { method valueToMidi7Bit (line 17) | int valueToMidi7Bit(double value) method midi7BitToValue (line 22) | double midi7BitToValue(int midi7bit) method toLabel (line 27) | String toLabel(double value) class HighFrequencyFormatter (line 32) | class HighFrequencyFormatter extends ValueFormatter { method _valueToFreq (line 42) | double _valueToFreq(double value) method _freqToValue (line 47) | double _freqToValue(double freq) method valueToMidi7Bit (line 55) | int valueToMidi7Bit(double value) method midi7BitToValue (line 60) | double midi7BitToValue(int midi7bit) method toLabel (line 65) | String toLabel(double value) method toHumanInput (line 70) | double toHumanInput(double value) method fromHumanInput (line 75) | double fromHumanInput(double value) FILE: lib/bluetooth/devices/value_formatters/PercentageFormatter.dart class PercentageFormatter (line 3) | class PercentageFormatter extends ValueFormatter { method valueToMidi7Bit (line 8) | int valueToMidi7Bit(double value) method midi7BitToValue (line 13) | double midi7BitToValue(int midi7bit) method toLabel (line 18) | String toLabel(double value) class PercentageFormatterMPPro (line 23) | class PercentageFormatterMPPro extends ValueFormatter { method valueToMidi7Bit (line 28) | int valueToMidi7Bit(double value) method midi7BitToValue (line 33) | double midi7BitToValue(int midi7bit) method toLabel (line 38) | String toLabel(double value) FILE: lib/bluetooth/devices/value_formatters/SwitchFormatters.dart class SwitchFormatter (line 3) | abstract class SwitchFormatter extends ValueFormatter { method midi7BitToValue (line 13) | double midi7BitToValue(int midi7bit) method toLabel (line 18) | String toLabel(double value) method valueToMidi7Bit (line 24) | int valueToMidi7Bit(double value) class BrightModeFormatter (line 29) | class BrightModeFormatter extends SwitchFormatter { class BrightModeFormatterMPPro (line 40) | class BrightModeFormatterMPPro extends SwitchFormatter { class BoostModeFormatter (line 51) | class BoostModeFormatter extends SwitchFormatter { class BoostModeFormatterMPPro (line 62) | class BoostModeFormatterMPPro extends SwitchFormatter { class VibeModeFormatter (line 73) | class VibeModeFormatter extends SwitchFormatter { class VibeModeFormatterPro (line 84) | class VibeModeFormatterPro extends SwitchFormatter { class ContourModeFormatter (line 95) | class ContourModeFormatter extends SwitchFormatter { class SCFModeFormatter (line 106) | class SCFModeFormatter extends SwitchFormatter { class TouchWahModeFormatter (line 117) | class TouchWahModeFormatter extends SwitchFormatter { class TouchWahModeFormatterLiteMk2 (line 128) | class TouchWahModeFormatterLiteMk2 extends SwitchFormatter { class TouchWahDirectionFormatterPro (line 139) | class TouchWahDirectionFormatterPro extends SwitchFormatter { FILE: lib/bluetooth/devices/value_formatters/TempoFormatter.dart class TempoFormatter (line 5) | class TempoFormatter extends ValueFormatter { method percentageToTime (line 19) | double percentageToTime(double p) method percentageToBPM (line 28) | double percentageToBPM(double p) method bpmToPercentage (line 32) | double bpmToPercentage(double b) method timeToPercentage (line 36) | double timeToPercentage(t) method valueToMidi7Bit (line 60) | int valueToMidi7Bit(double value) method midi7BitToValue (line 65) | double midi7BitToValue(int midi7bit) method toLabel (line 70) | String toLabel(double value) method toHumanInput (line 80) | double toHumanInput(double value) method fromHumanInput (line 89) | double fromHumanInput(double value) class TempoFormatterPro (line 98) | class TempoFormatterPro extends TempoFormatter { method valueToMidi7Bit (line 111) | int valueToMidi7Bit(double value) method midi7BitToValue (line 116) | double midi7BitToValue(int midi7bit) class TempoFormatterProMod (line 121) | class TempoFormatterProMod extends TempoFormatterPro { class TempoFormatterProAnalog (line 134) | class TempoFormatterProAnalog extends TempoFormatterPro { class TempoFormatterProTapeEcho (line 147) | class TempoFormatterProTapeEcho extends TempoFormatterPro { FILE: lib/bluetooth/devices/value_formatters/ValueFormatter.dart type InputType (line 8) | enum InputType { SliderInput, SwitchInput } class ValueFormatters (line 10) | class ValueFormatters { class ValueFormatter (line 39) | abstract class ValueFormatter { method valueToMidi7Bit (line 44) | int valueToMidi7Bit(double value) method midi7BitToValue (line 45) | double midi7BitToValue(int midi7bit) method toLabel (line 46) | String toLabel(double value) method toHumanInput (line 47) | double toHumanInput(double value) method fromHumanInput (line 51) | double fromHumanInput(double value) FILE: lib/main.dart function main (line 27) | void main() function mainRunApp (line 44) | mainRunApp() class App (line 51) | class App extends StatefulWidget { method createState (line 55) | State createState() class _AppState (line 58) | class _AppState extends State { method build (line 64) | Widget build(BuildContext context) FILE: lib/midi/BleMidiManager.dart class BleMidiManager (line 11) | class BleMidiManager extends ChangeNotifier { FILE: lib/midi/ControllerConstants.dart class MidiConstants (line 5) | class MidiConstants { type HotkeyControl (line 15) | enum HotkeyControl { type HotkeyCategory (line 169) | enum HotkeyCategory { FILE: lib/midi/MidiControllerManager.dart type MidiDataOverride (line 18) | typedef MidiDataOverride = void Function( class MidiControllerManager (line 21) | class MidiControllerManager extends ChangeNotifier { method _statusListener (line 68) | void _statusListener(statusValue) method loadConfig (line 242) | Future loadConfig() method _loadControllerHotkeys (line 277) | bool _loadControllerHotkeys(MidiController ctrl) method _onHotkeyReceived (line 289) | void _onHotkeyReceived(HotkeyControl hotkey) FILE: lib/midi/UsbMidiManager.dart class UsbMidiManager (line 11) | class UsbMidiManager { method getDevices (line 39) | Future> getDevices() FILE: lib/midi/controllers/BleMidiController.dart class BleMidiController (line 9) | class BleMidiController extends MidiController { method connect (line 31) | Future connect() FILE: lib/midi/controllers/ControllerHotkey.dart class ControllerHotkey (line 16) | class ControllerHotkey { method midiToPercentage (line 250) | double midiToPercentage(int? midiVal) method _changeToAdjacentPreset (line 256) | void _changeToAdjacentPreset( method _modifyTempo (line 273) | void _modifyTempo(NuxDevice device, double amount) method _tapTempo (line 279) | void _tapTempo(NuxDevice device) method _delayTapTempo (line 288) | void _delayTapTempo(NuxDevice device) method _hotkeyParameterSet (line 309) | void _hotkeyParameterSet(int? value, NuxDevice device) method _mapValueToFormatter (line 327) | double _mapValueToFormatter(double value, ValueFormatter formatter) method _getEffectCached (line 332) | Preset _getEffectCached(NuxDevice device) method _findSlotByFunction (line 362) | int? _findSlotByFunction(HotkeyControl func) method _findParameterByControllerHandleId (line 394) | int? _findParameterByControllerHandleId( method toJson (line 402) | Map toJson() method getHKFromString (line 426) | HotkeyControl getHKFromString(String controlAsString) FILE: lib/midi/controllers/HidController.dart class HidController (line 3) | class HidController extends MidiController { method connect (line 7) | Future connect() FILE: lib/midi/controllers/MidiController.dart type ControllerType (line 6) | enum ControllerType { Hid, MidiUsb, MidiBle } type ControllerStatus (line 8) | enum ControllerStatus { Connected, Disconnected } class MidiController (line 10) | abstract class MidiController { method getHotkeyByCode (line 60) | ControllerHotkey? getHotkeyByCode(int code, bool ignoreLowByte) method getHotkeyByFunction (line 76) | ControllerHotkey? getHotkeyByFunction( method connect (line 117) | Future connect() method toJson (line 119) | Map toJson() FILE: lib/midi/controllers/UsbMidiController.dart class UsbMidiController (line 4) | class UsbMidiController extends MidiController { method connect (line 33) | Future connect() method checkForDisconnection (line 53) | void checkForDisconnection() method onDataReceivedLoopback (line 69) | void onDataReceivedLoopback(List data) FILE: lib/modules/cloud/cloudManager.dart class CloudManager (line 10) | class CloudManager extends ChangeNotifier { method initialize (line 28) | void initialize() method signIn (line 48) | Future signIn({required String email, required String pass... method refreshToken (line 53) | Future refreshToken() method register (line 57) | Future register({required String email, required String password}) method requestValidation (line 67) | Future requestValidation(String email) method signOut (line 72) | void signOut() method createPreset (line 83) | Future createPreset(Map preset, String categoryId) method updatePreset (line 95) | Future updatePreset(Map preset) method syncPresets (line 108) | void syncPresets() FILE: lib/modules/cloud/cloudStorageListener.dart class CloudStorageListener (line 8) | class CloudStorageListener implements PresetStorageListener { method onPresetCreated (line 18) | void onPresetCreated(Map preset) method onPresetUpdated (line 26) | void onPresetUpdated(Map preset) method onPresetDeleted (line 34) | void onPresetDeleted(String uuid) method _creationQueueHandler (line 40) | void _creationQueueHandler() method _updateQueueHandler (line 61) | void _updateQueueHandler() method _deletionQueueHandler (line 77) | void _deletionQueueHandler() method onCategoryReordered (line 99) | void onCategoryReordered(int from, int to) FILE: lib/modules/cloud/customAuthStore.dart class CustomAuthStore (line 7) | class CustomAuthStore extends AuthStore { method save (line 24) | void save( method clear (line 37) | void clear() FILE: lib/modules/cloud/presetEncoder.dart class PresetEncoder (line 1) | class PresetEncoder { method encode (line 8) | List encode(List data) method decode (line 30) | List decode(List data) FILE: lib/modules/tempo_trainer.dart type TempoChangeMode (line 9) | enum TempoChangeMode { beat, time } class TempoTrainer (line 11) | class TempoTrainer { method _startTrainer (line 49) | void _startTrainer() method _setupTimer (line 55) | void _setupTimer() method getTimerCountdown (line 65) | double getTimerCountdown() method _onTimerStep (line 70) | void _onTimerStep() method _loadConfig (line 81) | void _loadConfig() method saveConfig (line 92) | void saveConfig() FILE: lib/platform/fileSaver.dart function saveFileString (line 3) | Future saveFileString(String mime, String name, String data) function saveFile (line 20) | Future saveFile(String mime, String name, List data) function openFileString (line 37) | Future openFileString(String mime) function openFile (line 52) | Future> openFile(String mime) FILE: lib/platform/platformUtils.dart class PlatformUtils (line 6) | class PlatformUtils { method getAppDataDirectory (line 19) | Future getAppDataDirectory() FILE: lib/platform/presetStorageListener.dart class PresetStorageListener (line 1) | abstract class PresetStorageListener { method onPresetCreated (line 2) | void onPresetCreated(Map preset) method onPresetUpdated (line 3) | void onPresetUpdated(Map preset) method onPresetDeleted (line 4) | void onPresetDeleted(String uuid) method onCategoryReordered (line 5) | void onCategoryReordered(int from, int to) FILE: lib/platform/presetsStorage.dart type PresetChangeDirection (line 14) | enum PresetChangeDirection { previous, next } class PresetsStorage (line 16) | class PresetsStorage extends ChangeNotifier { method init (line 45) | Future init() method waitLoading (line 110) | Future waitLoading() method getCategories (line 117) | List getCategories() method _findCategory (line 128) | Map? _findCategory(String category) method presetExists (line 135) | bool presetExists(String name, String category) method findPreset (line 138) | Map? findPreset(String name, String category) method findPresetInCategory (line 144) | Map? findPresetInCategory( method findPresetByUuid (line 154) | dynamic findPresetByUuid(String uuid) method findAdjacentPreset (line 163) | dynamic findAdjacentPreset( method findCategoryOfPreset (line 186) | Map? findCategoryOfPreset(Map preset) method _findOrCreateCategory (line 195) | Map _findOrCreateCategory(String name) method savePreset (line 206) | String savePreset( method deletePreset (line 238) | Future deletePreset(Map preset) method duplicatePreset (line 250) | Future duplicatePreset(String category, String name) method renamePreset (line 276) | Future renamePreset(Map preset, String newName) method reorderCategories (line 282) | void reorderCategories(int oldListIndex, int newListIndex) method reorderPresets (line 289) | bool reorderPresets( method changeChannel (line 314) | Future changeChannel(Map preset, int channel) method changePresetCategory (line 319) | Future changePresetCategory( method deleteCategory (line 335) | Future> deleteCategory(String category) method renameCategory (line 358) | Future renameCategory(String category, String newName) method presetToJson (line 369) | String? presetToJson(String category, String name) method presetsToJson (line 388) | String? presetsToJson([String? category]) method presetsFromJson (line 416) | Future presetsFromJson(String jsonData) method _presetFromJson (line 443) | Future _presetFromJson( method _getAdjacentPreset (line 467) | dynamic _getAdjacentPreset(int catIndex, int pIndex, method _findFreeName (line 505) | String? _findFreeName(String name, String category) method _presetsEquivalent (line 533) | bool _presetsEquivalent(Map p1, Map p2) method fixPresetCompatibility (line 551) | Map fixPresetCompatibility(Map prese... method upgradeDataVersion (line 562) | void upgradeDataVersion(int version) method _getPresetsInCategoryOldFormat (line 573) | List _getPresetsInCategoryOldFormat( method _convertOldToNewFormat (line 582) | Map _convertOldToNewFormat(List oldFormat) method _addUuid (line 612) | void _addUuid(Map preset) method registerPresetStorageListener (line 626) | void registerPresetStorageListener(PresetStorageListener listener) method _presetCreated (line 630) | void _presetCreated(Map preset) method _presetUpdated (line 636) | void _presetUpdated(Map preset) method _presetDeleted (line 642) | void _presetDeleted(String uuid) method _categoryReordered (line 648) | void _categoryReordered(int from, int to) FILE: lib/platform/simpleSharedPrefs.dart class SettingsKeys (line 11) | class SettingsKeys { class SharedPrefs (line 31) | class SharedPrefs { method waitLoading (line 81) | Future waitLoading() method setInt (line 95) | void setInt(String key, int value) method getInt (line 100) | int getInt(String key, int _default) method setValue (line 105) | void setValue(String key, dynamic value) method remove (line 110) | void remove(String key) method getValue (line 115) | dynamic getValue(String key, dynamic _default) method getCustomCabinetName (line 120) | String? getCustomCabinetName(String productId, int cabIndex) FILE: lib/utilities/DelayTapTimer.dart class DelayTapTimer (line 1) | class DelayTapTimer { method addClickTime (line 8) | addClickTime() method calculate (line 23) | calculate() method calculateBpm (line 35) | calculateBpm() FILE: lib/utilities/MathEx.dart class MathEx (line 1) | class MathEx { method map (line 2) | double map( FILE: lib/utilities/list_extenstions.dart function containsPartial (line 2) | bool containsPartial(String partialString) FILE: lib/utilities/string_extensions.dart function containsIgnoreCase (line 2) | bool containsIgnoreCase(String secondString) FILE: linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 11) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 66) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 85) | static void my_application_dispose(GObject* object) { function my_application_class_init (line 91) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 97) | static void my_application_init(MyApplication* self) {} function MyApplication (line 99) | MyApplication* my_application_new() { FILE: plugins/audio_picker/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java class GeneratedPluginRegistrant (line 9) | public final class GeneratedPluginRegistrant { method registerWith (line 10) | public static void registerWith(PluginRegistry registry) { method alreadyRegisteredWith (line 17) | private static boolean alreadyRegisteredWith(PluginRegistry registry) { FILE: plugins/audio_picker/android/src/main/java/com/audio_picker/audio_picker/FileUtils.java class FileUtils (line 20) | public class FileUtils { method getPath (line 23) | @SuppressLint("NewApi") method fileExists (line 174) | private static boolean fileExists(String filePath) { method getPathFromExtSD (line 180) | private static String getPathFromExtSD(String[] pathData) { method getDriveFilePath (line 235) | private static String getDriveFilePath(Uri uri, Context context) { method getMediaFilePathForN (line 270) | private static String getMediaFilePathForN(Uri uri, Context context) { method getDataColumn (line 306) | private static String getDataColumn(Context context, Uri uri, method isExternalStorageDocument (line 328) | private static boolean isExternalStorageDocument(Uri uri) { method isDownloadsDocument (line 332) | private static boolean isDownloadsDocument(Uri uri) { method isMediaDocument (line 336) | private static boolean isMediaDocument(Uri uri) { method isGooglePhotosUri (line 340) | private static boolean isGooglePhotosUri(Uri uri) { method isGoogleDriveUri (line 345) | private static boolean isGoogleDriveUri(Uri uri) { FILE: plugins/audio_picker/lib/audio_picker.dart type StaleBookmarkCallback (line 6) | typedef StaleBookmarkCallback = void Function(String old, String updated); class AudioPicker (line 8) | class AudioPicker { method regusterOnStaleBookmark (line 33) | void regusterOnStaleBookmark(StaleBookmarkCallback callback) method pickAudio (line 37) | Future pickAudio() method pickAudioMultiple (line 42) | Future> pickAudioMultiple() method pickAudioFiles (line 49) | Future> pickAudioFiles() method iosBookmarkToUrl (line 57) | Future iosBookmarkToUrl(String bookmark) method iosReleaseSecurityScope (line 63) | void iosReleaseSecurityScope(String url) method getMetadata (line 67) | Future> getMetadata(String assetUrl) FILE: plugins/audio_waveform/android/src/main/java/com/tuntori/audio_waveform/AudioWaveformPlugin.java class AudioWaveformPlugin (line 15) | public class AudioWaveformPlugin implements FlutterPlugin, MethodCallHan... method onAttachedToEngine (line 20) | @Override method onMethodCall (line 27) | @Override method onDetachedFromEngine (line 72) | @Override FILE: plugins/audio_waveform/android/src/main/java/com/tuntori/audio_waveform/SimpleEncoder.java class SimpleEncoder (line 22) | public class SimpleEncoder { type ProgressListener (line 62) | public interface ProgressListener { method reportProgress (line 68) | boolean reportProgress(double fractionComplete); class InvalidInputException (line 72) | public class InvalidInputException extends Exception { method InvalidInputException (line 73) | public InvalidInputException(String message) { method create (line 79) | public static SimpleEncoder create(String fileName, Context context, method getFileSizeBytes (line 90) | public int getFileSizeBytes() { method getSampleRate (line 94) | public int getSampleRate() { method getChannels (line 98) | public int getChannels() { method getDuration (line 102) | public long getDuration() { method getNumSamples (line 106) | public int getNumSamples() { method getSamples (line 110) | public byte[] getSamples() { method SimpleEncoder (line 114) | private SimpleEncoder() { method setProgressListener (line 117) | private void setProgressListener(ProgressListener progressListener) { method logState (line 121) | private void logState() { method decodeAudio (line 135) | private void decodeAudio() { method createAudioDecoder (line 209) | private MediaCodec createAudioDecoder(MediaFormat inputFormat) throws ... method ReadFile (line 315) | private void ReadFile(String inputFile, Context context) method simplifyData (line 378) | public byte[] simplifyData(ByteBuffer buffer, int size) { FILE: plugins/audio_waveform/android/src/main/java/com/tuntori/audio_waveform/WaveformExtractor.java class WaveformExtractor (line 36) | public class WaveformExtractor { method WaveformExtractor (line 57) | public WaveformExtractor(){} method open (line 59) | public void open(String inputFilename, Context context, boolean legacy... method release (line 127) | public void release() method readData (line 139) | private BufferInfo readData() { method readDataLegacy (line 215) | private BufferInfo readDataLegacy() { method currentBuffer (line 274) | private ByteBuffer currentBuffer() method releaseBuffer (line 279) | private void releaseBuffer() method getSampleRate (line 287) | public int getSampleRate() { method getDuration (line 291) | public long getDuration() { method readShortData (line 297) | public byte[] readShortData() { method simplifyData (line 329) | public byte[] simplifyData(ByteBuffer buffer, int size) { FILE: plugins/audio_waveform/lib/audio_waveform.dart class AudioWaveformDecoder (line 7) | class AudioWaveformDecoder { method open (line 16) | Future open(String path, bool legacy) method nextBuffer (line 36) | Future?> nextBuffer() method _duration (line 47) | Future _duration() method _sampleRate (line 51) | Future _sampleRate() method release (line 55) | Future release() method decode (line 63) | void decode(void Function() onStart, bool Function() onProgress, FILE: plugins/drag_and_drop_list/lib/drag_and_drop_builder_parameters.dart type OnPointerMove (line 5) | typedef OnPointerMove = void Function(PointerMoveEvent event); type OnPointerUp (line 6) | typedef OnPointerUp = void Function(PointerUpEvent event); type OnPointerDown (line 7) | typedef OnPointerDown = void Function(PointerDownEvent event); type OnItemReordered (line 8) | typedef OnItemReordered = void Function( type OnItemDropOnLastTarget (line 12) | typedef OnItemDropOnLastTarget = void Function( type OnListReordered (line 17) | typedef OnListReordered = void Function( class DragAndDropBuilderParameters (line 22) | class DragAndDropBuilderParameters { FILE: plugins/drag_and_drop_list/lib/drag_and_drop_interface.dart class DragAndDropInterface (line 1) | abstract class DragAndDropInterface {} FILE: plugins/drag_and_drop_list/lib/drag_and_drop_item.dart class DragAndDropItem (line 4) | class DragAndDropItem implements DragAndDropInterface { FILE: plugins/drag_and_drop_list/lib/drag_and_drop_item_target.dart class DragAndDropItemTarget (line 6) | class DragAndDropItemTarget extends StatefulWidget { method createState (line 21) | State createState() class _DragAndDropItemTarget (line 24) | class _DragAndDropItemTarget extends State method build (line 29) | Widget build(BuildContext context) FILE: plugins/drag_and_drop_list/lib/drag_and_drop_item_wrapper.dart class DragAndDropItemWrapper (line 5) | class DragAndDropItemWrapper extends StatefulWidget { method createState (line 14) | State createState() class _DragAndDropItemWrapper (line 17) | class _DragAndDropItemWrapper extends State method build (line 26) | Widget build(BuildContext context) method _feedbackContainerOffset (line 249) | Offset _feedbackContainerOffset() method _setContainerSize (line 267) | void _setContainerSize(Size? size) method _setDragging (line 275) | void _setDragging(bool dragging) method _onPointerMove (line 286) | void _onPointerMove(PointerMoveEvent event) FILE: plugins/drag_and_drop_list/lib/drag_and_drop_list.dart class DragAndDropList (line 9) | class DragAndDropList implements DragAndDropListInterface { method generateWidget (line 68) | Widget generateWidget(DragAndDropBuilderParameters params) method _generateDragAndDropListInnerContents (line 112) | List _generateDragAndDropListInnerContents( FILE: plugins/drag_and_drop_list/lib/drag_and_drop_list_expansion.dart type OnExpansionChanged (line 11) | typedef OnExpansionChanged = void Function(bool expanded); class DragAndDropListExpansion (line 14) | class DragAndDropListExpansion implements DragAndDropListExpansionInterf... method generateWidget (line 69) | Widget generateWidget(DragAndDropBuilderParameters params) method _generateDragAndDropListInnerContents (line 135) | List _generateDragAndDropListInnerContents( FILE: plugins/drag_and_drop_list/lib/drag_and_drop_list_interface.dart class DragAndDropListInterface (line 6) | abstract class DragAndDropListInterface implements DragAndDropInterface { method generateWidget (line 14) | Widget generateWidget(DragAndDropBuilderParameters params) class DragAndDropListExpansionInterface (line 17) | abstract class DragAndDropListExpansionInterface FILE: plugins/drag_and_drop_list/lib/drag_and_drop_list_target.dart type OnDropOnLastTarget (line 6) | typedef OnDropOnLastTarget = void Function( class DragAndDropListTarget (line 11) | class DragAndDropListTarget extends StatefulWidget { method createState (line 26) | State createState() class _DragAndDropListTarget (line 29) | class _DragAndDropListTarget extends State method build (line 34) | Widget build(BuildContext context) FILE: plugins/drag_and_drop_list/lib/drag_and_drop_list_wrapper.dart class DragAndDropListWrapper (line 7) | class DragAndDropListWrapper extends StatefulWidget { method createState (line 16) | State createState() class _DragAndDropListWrapper (line 19) | class _DragAndDropListWrapper extends State method initState (line 28) | void initState() method build (line 33) | Widget build(BuildContext context) method buildFeedbackWithHandle (line 215) | Material buildFeedbackWithHandle( method buildFeedbackWithoutHandle (line 249) | Widget buildFeedbackWithoutHandle( method draggableAxis (line 274) | Axis? draggableAxis() method _dragHandleDistanceFromTop (line 281) | double _dragHandleDistanceFromTop() method _feedbackContainerOffset (line 294) | Offset _feedbackContainerOffset() method _setDragging (line 313) | void _setDragging(bool dragging) method _onPointerMove (line 325) | void _onPointerMove(PointerMoveEvent event) FILE: plugins/drag_and_drop_list/lib/drag_and_drop_lists.dart type OnItemReorder (line 38) | typedef OnItemReorder = void Function( type OnItemAdd (line 44) | typedef OnItemAdd = void Function( type OnListAdd (line 49) | typedef OnListAdd = void Function( type OnListReorder (line 51) | typedef OnListReorder = void Function(int oldListIndex, int newListIndex); type OnListDraggingChanged (line 52) | typedef OnListDraggingChanged = void Function( type ListOnWillAccept (line 56) | typedef ListOnWillAccept = bool Function( type ListOnAccept (line 60) | typedef ListOnAccept = void Function( type ListTargetOnWillAccept (line 64) | typedef ListTargetOnWillAccept = bool Function( type ListTargetOnAccept (line 66) | typedef ListTargetOnAccept = void Function( type OnItemDraggingChanged (line 68) | typedef OnItemDraggingChanged = void Function( type ItemOnWillAccept (line 72) | typedef ItemOnWillAccept = bool Function( type ItemOnAccept (line 76) | typedef ItemOnAccept = void Function( type ItemTargetOnWillAccept (line 80) | typedef ItemTargetOnWillAccept = bool Function( type ItemTargetOnAccept (line 82) | typedef ItemTargetOnAccept = void Function( class DragAndDropLists (line 88) | class DragAndDropLists extends StatefulWidget { method createState (line 361) | State createState() class DragAndDropListsState (line 364) | class DragAndDropListsState extends State { method initState (line 373) | void initState() method build (line 384) | Widget build(BuildContext context) method _buildSliverList (line 467) | SliverList _buildSliverList(DragAndDropListTarget dragAndDropListTarget, method _buildUnscrollableList (line 483) | Widget _buildUnscrollableList(DragAndDropListTarget dragAndDropListTar... method _buildListView (line 496) | Widget _buildListView(DragAndDropBuilderParameters parameters, method _buildOuterList (line 513) | List _buildOuterList(DragAndDropListTarget dragAndDropListTarget, method _calculateChildrenCount (line 527) | int _calculateChildrenCount(bool includeSeparators) method _buildInnerList (line 537) | Widget _buildInnerList( method _scrollListVertical (line 753) | double? _scrollListVertical(Offset topLeftOffset, Offset bottomRightOf... method _scrollListHorizontalLtr (line 781) | double? _scrollListHorizontalLtr( method _scrollListHorizontalRtl (line 814) | double? _scrollListHorizontalRtl( method localToGlobal (line 847) | Offset localToGlobal(RenderObject object, Offset point, FILE: plugins/drag_and_drop_list/lib/drag_handle.dart type DragHandleVerticalAlignment (line 3) | enum DragHandleVerticalAlignment { class DragHandle (line 9) | class DragHandle extends StatelessWidget { method build (line 27) | Widget build(BuildContext context) FILE: plugins/drag_and_drop_list/lib/measure_size.dart type OnWidgetSizeChange (line 4) | typedef OnWidgetSizeChange = void Function(Size? size); class MeasureSize (line 6) | class MeasureSize extends StatefulWidget { method createState (line 17) | State createState() class _MeasureSizeState (line 20) | class _MeasureSizeState extends State { method build (line 22) | Widget build(BuildContext context) method postFrameCallback (line 34) | void postFrameCallback(_) FILE: plugins/drag_and_drop_list/lib/programmatic_expansion_tile.dart class ProgrammaticExpansionTile (line 25) | class ProgrammaticExpansionTile extends StatefulWidget { method createState (line 97) | ProgrammaticExpansionTileState createState() class ProgrammaticExpansionTileState (line 101) | class ProgrammaticExpansionTileState extends State readFile() method saveFile (line 8) | Future saveFile(String fileName, String fileContents) FILE: plugins/file_picker/lib/file_picker_method_channel.dart class MethodChannelFilePicker (line 7) | class MethodChannelFilePicker extends FilePickerPlatform { method readFile (line 13) | Future readFile() method saveFile (line 19) | Future saveFile(String fileName, String fileContents) FILE: plugins/file_picker/lib/file_picker_platform_interface.dart class FilePickerPlatform (line 5) | abstract class FilePickerPlatform extends PlatformInterface { method readFile (line 26) | Future readFile() method saveFile (line 30) | Future saveFile(String fileName, String fileContents) FILE: plugins/flutter_blue_plus/android/src/main/java/com/boskokg/flutter_blue_plus/AdvertisementParser.java class AdvertisementParser (line 41) | class AdvertisementParser { method parse (line 50) | static AdvertisementData parse(byte[] rawData) { FILE: plugins/flutter_blue_plus/android/src/main/java/com/boskokg/flutter_blue_plus/FlutterBluePlusPlugin.java class FlutterBluePlusPlugin (line 66) | public class FlutterBluePlusPlugin implements FlutterPlugin, MethodCallH... type OperationOnPermission (line 86) | private interface OperationOnPermission { method op (line 87) | void op(boolean granted, String permission); method FlutterBluePlusPlugin (line 96) | public FlutterBluePlusPlugin() {} method onAttachedToEngine (line 98) | @Override method onDetachedFromEngine (line 106) | @Override method onAttachedToActivity (line 113) | @Override method onDetachedFromActivityForConfigChanges (line 120) | @Override method onReattachedToActivityForConfigChanges (line 126) | @Override method onDetachedFromActivity (line 132) | @Override method setup (line 139) | private void setup( method tearDown (line 154) | private void tearDown() { method onRequestPermissionsResult (line 167) | @Override method onMethodCall (line 177) | @Override method ensurePermissionBeforeAction (line 743) | private void ensurePermissionBeforeAction(String permission, Operation... method locateGatt (line 760) | private BluetoothGatt locateGatt(String remoteId) throws Exception { method locateCharacteristic (line 769) | private BluetoothGattCharacteristic locateCharacteristic(BluetoothGatt... method locateDescriptor (line 793) | private BluetoothGattDescriptor locateDescriptor(BluetoothGattCharacte... method onReceive (line 805) | @Override method onListen (line 830) | @Override method onCancel (line 837) | @Override method startScan (line 844) | private void startScan(MethodCall call, Result result) { method stopScan (line 862) | private void stopScan() { method getScanCallback21 (line 872) | @TargetApi(21) method startScan21 (line 907) | @TargetApi(21) method fetchFilters (line 926) | @RequiresApi(api = Build.VERSION_CODES.LOLLIPOP) method stopScan21 (line 950) | @TargetApi(21) method getScanCallback18 (line 958) | private BluetoothAdapter.LeScanCallback getScanCallback18() { method startScan18 (line 973) | @SuppressWarnings("deprecation") method stopScan18 (line 984) | @SuppressWarnings("deprecation") method onConnectionStateChange (line 990) | @Override method onServicesDiscovered (line 1001) | @Override method onCharacteristicRead (line 1012) | @Override method onCharacteristicWrite (line 1021) | @Override method onCharacteristicChanged (line 1034) | @Override method onDescriptorRead (line 1043) | @Override method onDescriptorWrite (line 1071) | @Override method onReliableWriteCompleted (line 1093) | @Override method onReadRemoteRssi (line 1098) | @Override method onMtuChanged (line 1109) | @Override method log (line 1127) | private void log(LogLevel level, String message) { method invokeMethodUIThread (line 1133) | private void invokeMethodUIThread(final String name, final byte[] byte... type LogLevel (line 1147) | enum LogLevel class BluetoothDeviceCache (line 1154) | static class BluetoothDeviceCache { method BluetoothDeviceCache (line 1158) | BluetoothDeviceCache(BluetoothGatt gatt) { FILE: plugins/flutter_blue_plus/android/src/main/java/com/boskokg/flutter_blue_plus/ProtoMaker.java class ProtoMaker (line 33) | public class ProtoMaker { method from (line 37) | static Protos.ScanResult from(BluetoothDevice device, byte[] advertise... method from (line 46) | @TargetApi(21) method from (line 100) | static Protos.BluetoothDevice from(BluetoothDevice device) { method from (line 124) | static Protos.BluetoothService from(BluetoothDevice device, BluetoothG... method from (line 138) | static Protos.BluetoothCharacteristic from(BluetoothDevice device, Blu... method from (line 165) | static Protos.BluetoothDescriptor from(BluetoothDevice device, Bluetoo... method from (line 176) | static Protos.CharacteristicProperties from(int properties) { method from (line 191) | static Protos.DeviceStateResponse from(BluetoothDevice device, int sta... FILE: plugins/flutter_blue_plus/lib/gen/flutterblueplus.pb.dart class Int32Value (line 16) | class Int32Value extends $pb.GeneratedMessage { method clone (line 38) | Int32Value clone() method copyWith (line 43) | Int32Value copyWith(void Function(Int32Value) updates) method create (line 46) | Int32Value create() method createEmptyInstance (line 47) | Int32Value createEmptyInstance() method createRepeated (line 48) | $pb.PbList createRepeated() method getDefault (line 50) | Int32Value getDefault() method hasValue (line 58) | $core.bool hasValue() method clearValue (line 60) | void clearValue() class BluetoothState (line 63) | class BluetoothState extends $pb.GeneratedMessage { method clone (line 85) | BluetoothState clone() method copyWith (line 90) | BluetoothState copyWith(void Function(BluetoothState) updates) method create (line 93) | BluetoothState create() method createEmptyInstance (line 94) | BluetoothState createEmptyInstance() method createRepeated (line 95) | $pb.PbList createRepeated() method getDefault (line 97) | BluetoothState getDefault() method hasState (line 105) | $core.bool hasState() method clearState (line 107) | void clearState() class AdvertisementData (line 110) | class AdvertisementData extends $pb.GeneratedMessage { method clone (line 157) | AdvertisementData clone() method copyWith (line 162) | AdvertisementData copyWith(void Function(AdvertisementData) updates) method create (line 165) | AdvertisementData create() method createEmptyInstance (line 166) | AdvertisementData createEmptyInstance() method createRepeated (line 167) | $pb.PbList createRepeated() method getDefault (line 169) | AdvertisementData getDefault() method hasLocalName (line 177) | $core.bool hasLocalName() method clearLocalName (line 179) | void clearLocalName() method hasTxPowerLevel (line 186) | $core.bool hasTxPowerLevel() method clearTxPowerLevel (line 188) | void clearTxPowerLevel() method ensureTxPowerLevel (line 190) | Int32Value ensureTxPowerLevel() method hasConnectable (line 197) | $core.bool hasConnectable() method clearConnectable (line 199) | void clearConnectable() class ScanSettings (line 211) | class ScanSettings extends $pb.GeneratedMessage { method clone (line 248) | ScanSettings clone() method copyWith (line 253) | ScanSettings copyWith(void Function(ScanSettings) updates) method create (line 256) | ScanSettings create() method createEmptyInstance (line 257) | ScanSettings createEmptyInstance() method createRepeated (line 258) | $pb.PbList createRepeated() method getDefault (line 260) | ScanSettings getDefault() method hasAndroidScanMode (line 268) | $core.bool hasAndroidScanMode() method clearAndroidScanMode (line 270) | void clearAndroidScanMode() method hasAllowDuplicates (line 280) | $core.bool hasAllowDuplicates() method clearAllowDuplicates (line 282) | void clearAllowDuplicates() class ScanResult (line 288) | class ScanResult extends $pb.GeneratedMessage { method clone (line 320) | ScanResult clone() method copyWith (line 325) | ScanResult copyWith(void Function(ScanResult) updates) method create (line 328) | ScanResult create() method createEmptyInstance (line 329) | ScanResult createEmptyInstance() method createRepeated (line 330) | $pb.PbList createRepeated() method getDefault (line 332) | ScanResult getDefault() method hasDevice (line 340) | $core.bool hasDevice() method clearDevice (line 342) | void clearDevice() method ensureDevice (line 344) | BluetoothDevice ensureDevice() method hasAdvertisementData (line 351) | $core.bool hasAdvertisementData() method clearAdvertisementData (line 353) | void clearAdvertisementData() method ensureAdvertisementData (line 355) | AdvertisementData ensureAdvertisementData() method hasRssi (line 362) | $core.bool hasRssi() method clearRssi (line 364) | void clearRssi() class ConnectRequest (line 367) | class ConnectRequest extends $pb.GeneratedMessage { method clone (line 394) | ConnectRequest clone() method copyWith (line 399) | ConnectRequest copyWith(void Function(ConnectRequest) updates) method create (line 402) | ConnectRequest create() method createEmptyInstance (line 403) | ConnectRequest createEmptyInstance() method createRepeated (line 404) | $pb.PbList createRepeated() method getDefault (line 406) | ConnectRequest getDefault() method hasRemoteId (line 414) | $core.bool hasRemoteId() method clearRemoteId (line 416) | void clearRemoteId() method hasAndroidAutoConnect (line 423) | $core.bool hasAndroidAutoConnect() method clearAndroidAutoConnect (line 425) | void clearAndroidAutoConnect() class BluetoothDevice (line 428) | class BluetoothDevice extends $pb.GeneratedMessage { method clone (line 460) | BluetoothDevice clone() method copyWith (line 465) | BluetoothDevice copyWith(void Function(BluetoothDevice) updates) method create (line 468) | BluetoothDevice create() method createEmptyInstance (line 469) | BluetoothDevice createEmptyInstance() method createRepeated (line 470) | $pb.PbList createRepeated() method getDefault (line 472) | BluetoothDevice getDefault() method hasRemoteId (line 480) | $core.bool hasRemoteId() method clearRemoteId (line 482) | void clearRemoteId() method hasName (line 489) | $core.bool hasName() method clearName (line 491) | void clearName() method hasType (line 498) | $core.bool hasType() method clearType (line 500) | void clearType() class BluetoothService (line 503) | class BluetoothService extends $pb.GeneratedMessage { method clone (line 545) | BluetoothService clone() method copyWith (line 550) | BluetoothService copyWith(void Function(BluetoothService) updates) method create (line 553) | BluetoothService create() method createEmptyInstance (line 554) | BluetoothService createEmptyInstance() method createRepeated (line 555) | $pb.PbList createRepeated() method getDefault (line 557) | BluetoothService getDefault() method hasUuid (line 565) | $core.bool hasUuid() method clearUuid (line 567) | void clearUuid() method hasRemoteId (line 574) | $core.bool hasRemoteId() method clearRemoteId (line 576) | void clearRemoteId() method hasIsPrimary (line 583) | $core.bool hasIsPrimary() method clearIsPrimary (line 585) | void clearIsPrimary() class BluetoothCharacteristic (line 594) | class BluetoothCharacteristic extends $pb.GeneratedMessage { method clone (line 646) | BluetoothCharacteristic clone() method copyWith (line 651) | BluetoothCharacteristic copyWith(void Function(BluetoothCharacteristic... method create (line 654) | BluetoothCharacteristic create() method createEmptyInstance (line 655) | BluetoothCharacteristic createEmptyInstance() method createRepeated (line 656) | $pb.PbList createRepeated() method getDefault (line 658) | BluetoothCharacteristic getDefault() method hasUuid (line 666) | $core.bool hasUuid() method clearUuid (line 668) | void clearUuid() method hasRemoteId (line 675) | $core.bool hasRemoteId() method clearRemoteId (line 677) | void clearRemoteId() method hasServiceUuid (line 684) | $core.bool hasServiceUuid() method clearServiceUuid (line 686) | void clearServiceUuid() method hasSecondaryServiceUuid (line 693) | $core.bool hasSecondaryServiceUuid() method clearSecondaryServiceUuid (line 695) | void clearSecondaryServiceUuid() method hasProperties (line 705) | $core.bool hasProperties() method clearProperties (line 707) | void clearProperties() method ensureProperties (line 709) | CharacteristicProperties ensureProperties() method hasValue (line 716) | $core.bool hasValue() method clearValue (line 718) | void clearValue() class BluetoothDescriptor (line 721) | class BluetoothDescriptor extends $pb.GeneratedMessage { method clone (line 763) | BluetoothDescriptor clone() method copyWith (line 768) | BluetoothDescriptor copyWith(void Function(BluetoothDescriptor) updates) method create (line 771) | BluetoothDescriptor create() method createEmptyInstance (line 772) | BluetoothDescriptor createEmptyInstance() method createRepeated (line 773) | $pb.PbList createRepeated() method getDefault (line 775) | BluetoothDescriptor getDefault() method hasUuid (line 783) | $core.bool hasUuid() method clearUuid (line 785) | void clearUuid() method hasRemoteId (line 792) | $core.bool hasRemoteId() method clearRemoteId (line 794) | void clearRemoteId() method hasServiceUuid (line 801) | $core.bool hasServiceUuid() method clearServiceUuid (line 803) | void clearServiceUuid() method hasCharacteristicUuid (line 810) | $core.bool hasCharacteristicUuid() method clearCharacteristicUuid (line 812) | void clearCharacteristicUuid() method hasValue (line 819) | $core.bool hasValue() method clearValue (line 821) | void clearValue() class CharacteristicProperties (line 824) | class CharacteristicProperties extends $pb.GeneratedMessage { method clone (line 891) | CharacteristicProperties clone() method copyWith (line 896) | CharacteristicProperties copyWith(void Function(CharacteristicProperti... method create (line 899) | CharacteristicProperties create() method createEmptyInstance (line 900) | CharacteristicProperties createEmptyInstance() method createRepeated (line 901) | $pb.PbList createRepeated() method getDefault (line 903) | CharacteristicProperties getDefault() method hasBroadcast (line 911) | $core.bool hasBroadcast() method clearBroadcast (line 913) | void clearBroadcast() method hasRead (line 920) | $core.bool hasRead() method clearRead (line 922) | void clearRead() method hasWriteWithoutResponse (line 929) | $core.bool hasWriteWithoutResponse() method clearWriteWithoutResponse (line 931) | void clearWriteWithoutResponse() method hasWrite (line 938) | $core.bool hasWrite() method clearWrite (line 940) | void clearWrite() method hasNotify (line 947) | $core.bool hasNotify() method clearNotify (line 949) | void clearNotify() method hasIndicate (line 956) | $core.bool hasIndicate() method clearIndicate (line 958) | void clearIndicate() method hasAuthenticatedSignedWrites (line 965) | $core.bool hasAuthenticatedSignedWrites() method clearAuthenticatedSignedWrites (line 967) | void clearAuthenticatedSignedWrites() method hasExtendedProperties (line 974) | $core.bool hasExtendedProperties() method clearExtendedProperties (line 976) | void clearExtendedProperties() method hasNotifyEncryptionRequired (line 983) | $core.bool hasNotifyEncryptionRequired() method clearNotifyEncryptionRequired (line 985) | void clearNotifyEncryptionRequired() method hasIndicateEncryptionRequired (line 992) | $core.bool hasIndicateEncryptionRequired() method clearIndicateEncryptionRequired (line 994) | void clearIndicateEncryptionRequired() class DiscoverServicesResult (line 997) | class DiscoverServicesResult extends $pb.GeneratedMessage { method clone (line 1024) | DiscoverServicesResult clone() method copyWith (line 1029) | DiscoverServicesResult copyWith(void Function(DiscoverServicesResult) ... method create (line 1032) | DiscoverServicesResult create() method createEmptyInstance (line 1033) | DiscoverServicesResult createEmptyInstance() method createRepeated (line 1034) | $pb.PbList createRepeated() method getDefault (line 1036) | DiscoverServicesResult getDefault() method hasRemoteId (line 1044) | $core.bool hasRemoteId() method clearRemoteId (line 1046) | void clearRemoteId() class ReadCharacteristicRequest (line 1052) | class ReadCharacteristicRequest extends $pb.GeneratedMessage { method clone (line 1089) | ReadCharacteristicRequest clone() method copyWith (line 1094) | ReadCharacteristicRequest copyWith(void Function(ReadCharacteristicReq... method create (line 1097) | ReadCharacteristicRequest create() method createEmptyInstance (line 1098) | ReadCharacteristicRequest createEmptyInstance() method createRepeated (line 1099) | $pb.PbList createRepeated() method getDefault (line 1101) | ReadCharacteristicRequest getDefault() method hasRemoteId (line 1109) | $core.bool hasRemoteId() method clearRemoteId (line 1111) | void clearRemoteId() method hasCharacteristicUuid (line 1118) | $core.bool hasCharacteristicUuid() method clearCharacteristicUuid (line 1120) | void clearCharacteristicUuid() method hasServiceUuid (line 1127) | $core.bool hasServiceUuid() method clearServiceUuid (line 1129) | void clearServiceUuid() method hasSecondaryServiceUuid (line 1136) | $core.bool hasSecondaryServiceUuid() method clearSecondaryServiceUuid (line 1138) | void clearSecondaryServiceUuid() class ReadCharacteristicResponse (line 1141) | class ReadCharacteristicResponse extends $pb.GeneratedMessage { method clone (line 1168) | ReadCharacteristicResponse clone() method copyWith (line 1173) | ReadCharacteristicResponse copyWith(void Function(ReadCharacteristicRe... method create (line 1176) | ReadCharacteristicResponse create() method createEmptyInstance (line 1177) | ReadCharacteristicResponse createEmptyInstance() method createRepeated (line 1178) | $pb.PbList createRepeated() method getDefault (line 1180) | ReadCharacteristicResponse getDefault() method hasRemoteId (line 1188) | $core.bool hasRemoteId() method clearRemoteId (line 1190) | void clearRemoteId() method hasCharacteristic (line 1197) | $core.bool hasCharacteristic() method clearCharacteristic (line 1199) | void clearCharacteristic() method ensureCharacteristic (line 1201) | BluetoothCharacteristic ensureCharacteristic() class ReadDescriptorRequest (line 1204) | class ReadDescriptorRequest extends $pb.GeneratedMessage { method clone (line 1246) | ReadDescriptorRequest clone() method copyWith (line 1251) | ReadDescriptorRequest copyWith(void Function(ReadDescriptorRequest) up... method create (line 1254) | ReadDescriptorRequest create() method createEmptyInstance (line 1255) | ReadDescriptorRequest createEmptyInstance() method createRepeated (line 1256) | $pb.PbList createRepeated() method getDefault (line 1258) | ReadDescriptorRequest getDefault() method hasRemoteId (line 1266) | $core.bool hasRemoteId() method clearRemoteId (line 1268) | void clearRemoteId() method hasDescriptorUuid (line 1275) | $core.bool hasDescriptorUuid() method clearDescriptorUuid (line 1277) | void clearDescriptorUuid() method hasServiceUuid (line 1284) | $core.bool hasServiceUuid() method clearServiceUuid (line 1286) | void clearServiceUuid() method hasSecondaryServiceUuid (line 1293) | $core.bool hasSecondaryServiceUuid() method clearSecondaryServiceUuid (line 1295) | void clearSecondaryServiceUuid() method hasCharacteristicUuid (line 1302) | $core.bool hasCharacteristicUuid() method clearCharacteristicUuid (line 1304) | void clearCharacteristicUuid() class ReadDescriptorResponse (line 1307) | class ReadDescriptorResponse extends $pb.GeneratedMessage { method clone (line 1334) | ReadDescriptorResponse clone() method copyWith (line 1339) | ReadDescriptorResponse copyWith(void Function(ReadDescriptorResponse) ... method create (line 1342) | ReadDescriptorResponse create() method createEmptyInstance (line 1343) | ReadDescriptorResponse createEmptyInstance() method createRepeated (line 1344) | $pb.PbList createRepeated() method getDefault (line 1346) | ReadDescriptorResponse getDefault() method hasRequest (line 1354) | $core.bool hasRequest() method clearRequest (line 1356) | void clearRequest() method ensureRequest (line 1358) | ReadDescriptorRequest ensureRequest() method hasValue (line 1365) | $core.bool hasValue() method clearValue (line 1367) | void clearValue() class WriteCharacteristicRequest (line 1370) | class WriteCharacteristicRequest extends $pb.GeneratedMessage { method clone (line 1417) | WriteCharacteristicRequest clone() method copyWith (line 1422) | WriteCharacteristicRequest copyWith(void Function(WriteCharacteristicR... method create (line 1425) | WriteCharacteristicRequest create() method createEmptyInstance (line 1426) | WriteCharacteristicRequest createEmptyInstance() method createRepeated (line 1427) | $pb.PbList createRepeated() method getDefault (line 1429) | WriteCharacteristicRequest getDefault() method hasRemoteId (line 1437) | $core.bool hasRemoteId() method clearRemoteId (line 1439) | void clearRemoteId() method hasCharacteristicUuid (line 1446) | $core.bool hasCharacteristicUuid() method clearCharacteristicUuid (line 1448) | void clearCharacteristicUuid() method hasServiceUuid (line 1455) | $core.bool hasServiceUuid() method clearServiceUuid (line 1457) | void clearServiceUuid() method hasSecondaryServiceUuid (line 1464) | $core.bool hasSecondaryServiceUuid() method clearSecondaryServiceUuid (line 1466) | void clearSecondaryServiceUuid() method hasWriteType (line 1473) | $core.bool hasWriteType() method clearWriteType (line 1475) | void clearWriteType() method hasValue (line 1482) | $core.bool hasValue() method clearValue (line 1484) | void clearValue() class WriteCharacteristicResponse (line 1487) | class WriteCharacteristicResponse extends $pb.GeneratedMessage { method clone (line 1514) | WriteCharacteristicResponse clone() method copyWith (line 1519) | WriteCharacteristicResponse copyWith(void Function(WriteCharacteristic... method create (line 1522) | WriteCharacteristicResponse create() method createEmptyInstance (line 1523) | WriteCharacteristicResponse createEmptyInstance() method createRepeated (line 1524) | $pb.PbList createRepeated() method getDefault (line 1526) | WriteCharacteristicResponse getDefault() method hasRequest (line 1534) | $core.bool hasRequest() method clearRequest (line 1536) | void clearRequest() method ensureRequest (line 1538) | WriteCharacteristicRequest ensureRequest() method hasSuccess (line 1545) | $core.bool hasSuccess() method clearSuccess (line 1547) | void clearSuccess() class WriteDescriptorRequest (line 1550) | class WriteDescriptorRequest extends $pb.GeneratedMessage { method clone (line 1597) | WriteDescriptorRequest clone() method copyWith (line 1602) | WriteDescriptorRequest copyWith(void Function(WriteDescriptorRequest) ... method create (line 1605) | WriteDescriptorRequest create() method createEmptyInstance (line 1606) | WriteDescriptorRequest createEmptyInstance() method createRepeated (line 1607) | $pb.PbList createRepeated() method getDefault (line 1609) | WriteDescriptorRequest getDefault() method hasRemoteId (line 1617) | $core.bool hasRemoteId() method clearRemoteId (line 1619) | void clearRemoteId() method hasDescriptorUuid (line 1626) | $core.bool hasDescriptorUuid() method clearDescriptorUuid (line 1628) | void clearDescriptorUuid() method hasServiceUuid (line 1635) | $core.bool hasServiceUuid() method clearServiceUuid (line 1637) | void clearServiceUuid() method hasSecondaryServiceUuid (line 1644) | $core.bool hasSecondaryServiceUuid() method clearSecondaryServiceUuid (line 1646) | void clearSecondaryServiceUuid() method hasCharacteristicUuid (line 1653) | $core.bool hasCharacteristicUuid() method clearCharacteristicUuid (line 1655) | void clearCharacteristicUuid() method hasValue (line 1662) | $core.bool hasValue() method clearValue (line 1664) | void clearValue() class WriteDescriptorResponse (line 1667) | class WriteDescriptorResponse extends $pb.GeneratedMessage { method clone (line 1694) | WriteDescriptorResponse clone() method copyWith (line 1699) | WriteDescriptorResponse copyWith(void Function(WriteDescriptorResponse... method create (line 1702) | WriteDescriptorResponse create() method createEmptyInstance (line 1703) | WriteDescriptorResponse createEmptyInstance() method createRepeated (line 1704) | $pb.PbList createRepeated() method getDefault (line 1706) | WriteDescriptorResponse getDefault() method hasRequest (line 1714) | $core.bool hasRequest() method clearRequest (line 1716) | void clearRequest() method ensureRequest (line 1718) | WriteDescriptorRequest ensureRequest() method hasSuccess (line 1725) | $core.bool hasSuccess() method clearSuccess (line 1727) | void clearSuccess() class SetNotificationRequest (line 1730) | class SetNotificationRequest extends $pb.GeneratedMessage { method clone (line 1772) | SetNotificationRequest clone() method copyWith (line 1777) | SetNotificationRequest copyWith(void Function(SetNotificationRequest) ... method create (line 1780) | SetNotificationRequest create() method createEmptyInstance (line 1781) | SetNotificationRequest createEmptyInstance() method createRepeated (line 1782) | $pb.PbList createRepeated() method getDefault (line 1784) | SetNotificationRequest getDefault() method hasRemoteId (line 1792) | $core.bool hasRemoteId() method clearRemoteId (line 1794) | void clearRemoteId() method hasServiceUuid (line 1801) | $core.bool hasServiceUuid() method clearServiceUuid (line 1803) | void clearServiceUuid() method hasSecondaryServiceUuid (line 1810) | $core.bool hasSecondaryServiceUuid() method clearSecondaryServiceUuid (line 1812) | void clearSecondaryServiceUuid() method hasCharacteristicUuid (line 1819) | $core.bool hasCharacteristicUuid() method clearCharacteristicUuid (line 1821) | void clearCharacteristicUuid() method hasEnable (line 1828) | $core.bool hasEnable() method clearEnable (line 1830) | void clearEnable() class SetNotificationResponse (line 1833) | class SetNotificationResponse extends $pb.GeneratedMessage { method clone (line 1865) | SetNotificationResponse clone() method copyWith (line 1870) | SetNotificationResponse copyWith(void Function(SetNotificationResponse... method create (line 1873) | SetNotificationResponse create() method createEmptyInstance (line 1874) | SetNotificationResponse createEmptyInstance() method createRepeated (line 1875) | $pb.PbList createRepeated() method getDefault (line 1877) | SetNotificationResponse getDefault() method hasRemoteId (line 1885) | $core.bool hasRemoteId() method clearRemoteId (line 1887) | void clearRemoteId() method hasCharacteristic (line 1894) | $core.bool hasCharacteristic() method clearCharacteristic (line 1896) | void clearCharacteristic() method ensureCharacteristic (line 1898) | BluetoothCharacteristic ensureCharacteristic() method hasSuccess (line 1905) | $core.bool hasSuccess() method clearSuccess (line 1907) | void clearSuccess() class OnCharacteristicChanged (line 1910) | class OnCharacteristicChanged extends $pb.GeneratedMessage { method clone (line 1937) | OnCharacteristicChanged clone() method copyWith (line 1942) | OnCharacteristicChanged copyWith(void Function(OnCharacteristicChanged... method create (line 1945) | OnCharacteristicChanged create() method createEmptyInstance (line 1946) | OnCharacteristicChanged createEmptyInstance() method createRepeated (line 1947) | $pb.PbList createRepeated() method getDefault (line 1949) | OnCharacteristicChanged getDefault() method hasRemoteId (line 1957) | $core.bool hasRemoteId() method clearRemoteId (line 1959) | void clearRemoteId() method hasCharacteristic (line 1966) | $core.bool hasCharacteristic() method clearCharacteristic (line 1968) | void clearCharacteristic() method ensureCharacteristic (line 1970) | BluetoothCharacteristic ensureCharacteristic() class DeviceStateResponse (line 1973) | class DeviceStateResponse extends $pb.GeneratedMessage { method clone (line 2000) | DeviceStateResponse clone() method copyWith (line 2005) | DeviceStateResponse copyWith(void Function(DeviceStateResponse) updates) method create (line 2008) | DeviceStateResponse create() method createEmptyInstance (line 2009) | DeviceStateResponse createEmptyInstance() method createRepeated (line 2010) | $pb.PbList createRepeated() method getDefault (line 2012) | DeviceStateResponse getDefault() method hasRemoteId (line 2020) | $core.bool hasRemoteId() method clearRemoteId (line 2022) | void clearRemoteId() method hasState (line 2029) | $core.bool hasState() method clearState (line 2031) | void clearState() class ConnectedDevicesResponse (line 2034) | class ConnectedDevicesResponse extends $pb.GeneratedMessage { method clone (line 2056) | ConnectedDevicesResponse clone() method copyWith (line 2061) | ConnectedDevicesResponse copyWith(void Function(ConnectedDevicesRespon... method create (line 2064) | ConnectedDevicesResponse create() method createEmptyInstance (line 2065) | ConnectedDevicesResponse createEmptyInstance() method createRepeated (line 2066) | $pb.PbList createRepeated() method getDefault (line 2068) | ConnectedDevicesResponse getDefault() class MtuSizeRequest (line 2075) | class MtuSizeRequest extends $pb.GeneratedMessage { method clone (line 2102) | MtuSizeRequest clone() method copyWith (line 2107) | MtuSizeRequest copyWith(void Function(MtuSizeRequest) updates) method create (line 2110) | MtuSizeRequest create() method createEmptyInstance (line 2111) | MtuSizeRequest createEmptyInstance() method createRepeated (line 2112) | $pb.PbList createRepeated() method getDefault (line 2114) | MtuSizeRequest getDefault() method hasRemoteId (line 2122) | $core.bool hasRemoteId() method clearRemoteId (line 2124) | void clearRemoteId() method hasMtu (line 2131) | $core.bool hasMtu() method clearMtu (line 2133) | void clearMtu() class MtuSizeResponse (line 2136) | class MtuSizeResponse extends $pb.GeneratedMessage { method clone (line 2163) | MtuSizeResponse clone() method copyWith (line 2168) | MtuSizeResponse copyWith(void Function(MtuSizeResponse) updates) method create (line 2171) | MtuSizeResponse create() method createEmptyInstance (line 2172) | MtuSizeResponse createEmptyInstance() method createRepeated (line 2173) | $pb.PbList createRepeated() method getDefault (line 2175) | MtuSizeResponse getDefault() method hasRemoteId (line 2183) | $core.bool hasRemoteId() method clearRemoteId (line 2185) | void clearRemoteId() method hasMtu (line 2192) | $core.bool hasMtu() method clearMtu (line 2194) | void clearMtu() class ReadRssiResult (line 2197) | class ReadRssiResult extends $pb.GeneratedMessage { method clone (line 2224) | ReadRssiResult clone() method copyWith (line 2229) | ReadRssiResult copyWith(void Function(ReadRssiResult) updates) method create (line 2232) | ReadRssiResult create() method createEmptyInstance (line 2233) | ReadRssiResult createEmptyInstance() method createRepeated (line 2234) | $pb.PbList createRepeated() method getDefault (line 2236) | ReadRssiResult getDefault() method hasRemoteId (line 2244) | $core.bool hasRemoteId() method clearRemoteId (line 2246) | void clearRemoteId() method hasRssi (line 2253) | $core.bool hasRssi() method clearRssi (line 2255) | void clearRssi() FILE: plugins/flutter_blue_plus/lib/gen/flutterblueplus.pbenum.dart class BluetoothState_State (line 12) | class BluetoothState_State extends $pb.ProtobufEnum { method valueOf (line 32) | BluetoothState_State? valueOf($core.int value) class BluetoothDevice_Type (line 37) | class BluetoothDevice_Type extends $pb.ProtobufEnum { method valueOf (line 51) | BluetoothDevice_Type? valueOf($core.int value) class WriteCharacteristicRequest_WriteType (line 56) | class WriteCharacteristicRequest_WriteType extends $pb.ProtobufEnum { method valueOf (line 66) | WriteCharacteristicRequest_WriteType? valueOf($core.int value) class DeviceStateResponse_BluetoothDeviceState (line 71) | class DeviceStateResponse_BluetoothDeviceState extends $pb.ProtobufEnum { method valueOf (line 85) | DeviceStateResponse_BluetoothDeviceState? valueOf($core.int value) FILE: plugins/flutter_blue_plus/lib/src/bluetooth_characteristic.dart class BluetoothCharacteristic (line 7) | class BluetoothCharacteristic { method _updateDescriptors (line 61) | void _updateDescriptors(List newDescriptors) method read (line 72) | Future> read() method write (line 104) | Future write(List value, {bool withoutResponse = false}) method setNotifyValue (line 141) | Future setNotifyValue(bool notify) method toString (line 168) | String toString() type CharacteristicWriteType (line 173) | enum CharacteristicWriteType { withResponse, withoutResponse } class CharacteristicProperties (line 175) | @immutable method toString (line 213) | String toString() FILE: plugins/flutter_blue_plus/lib/src/bluetooth_descriptor.dart class BluetoothDescriptor (line 7) | class BluetoothDescriptor { method read (line 28) | Future> read() method write (line 56) | Future write(List value) method toString (line 86) | String toString() FILE: plugins/flutter_blue_plus/lib/src/bluetooth_device.dart class BluetoothDevice (line 7) | class BluetoothDevice { method connect (line 31) | Future connect({ method pair (line 59) | Future pair() method clearGattCache (line 67) | Future clearGattCache() method disconnect (line 75) | Future disconnect() method discoverServices (line 82) | Future> discoverServices() method requestMtu (line 155) | Future requestMtu(int desiredMtu) method readRssi (line 179) | Future readRssi() method toString (line 205) | String toString() type BluetoothDeviceType (line 210) | enum BluetoothDeviceType { unknown, classic, le, dual } type BluetoothDeviceState (line 212) | enum BluetoothDeviceState { disconnected, connecting, connected, disconn... FILE: plugins/flutter_blue_plus/lib/src/bluetooth_service.dart class BluetoothService (line 7) | class BluetoothService { method toString (line 26) | String toString() FILE: plugins/flutter_blue_plus/lib/src/flutter_blue_plus.dart class FlutterBluePlus (line 7) | class FlutterBluePlus { method turnOn (line 57) | Future turnOn() method turnOff (line 68) | Future turnOff() method scan (line 129) | Stream scan({ method startScan (line 198) | Future startScan({ method stopScan (line 218) | Future stopScan() method setLogLevel (line 235) | void setLogLevel(LogLevel level) method _log (line 240) | void _log(LogLevel level, String message) type LogLevel (line 250) | enum LogLevel { type BluetoothState (line 262) | enum BluetoothState { class ScanMode (line 272) | class ScanMode { class DeviceIdentifier (line 281) | class DeviceIdentifier { method toString (line 286) | String toString() class ScanResult (line 296) | class ScanResult { method toString (line 319) | String toString() class AdvertisementData (line 324) | class AdvertisementData { method toString (line 342) | String toString() FILE: plugins/flutter_blue_plus/lib/src/guid.dart class Guid (line 7) | class Guid { method _fromMacString (line 21) | List _fromMacString(String input) method _fromString (line 32) | List _fromString(String input) method _removeNonHexCharacters (line 43) | String _removeNonHexCharacters(String sourceString) method _calcHashCode (line 53) | int _calcHashCode(List bytes) method toString (line 59) | String toString() method toMac (line 68) | String toMac() method toByteArray (line 78) | List toByteArray() FILE: plugins/flutter_midi_command/flutter_midi_command-0.3.7/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java class GeneratedPluginRegistrant (line 13) | @Keep method registerWith (line 15) | public static void registerWith(@NonNull FlutterEngine flutterEngine) { FILE: plugins/flutter_midi_command/flutter_midi_command-0.3.7/lib/flutter_midi_command.dart class MidiCommand (line 11) | class MidiCommand { method startScanningForBluetoothDevices (line 50) | Future startScanningForBluetoothDevices() method stopScanningForBluetoothDevices (line 55) | void stopScanningForBluetoothDevices() method connectToDevice (line 60) | void connectToDevice(MidiDevice device) method disconnectDevice (line 65) | void disconnectDevice(MidiDevice device) method teardown (line 70) | void teardown() method sendData (line 77) | void sendData(Uint8List data, {String? deviceId, int? timestamp}) FILE: plugins/flutter_midi_command/flutter_midi_command-0.3.7/lib/flutter_midi_command_linux_stub.dart class FlutterMidiCommandLinux (line 3) | class FlutterMidiCommandLinux extends MidiCommandPlatform {} FILE: plugins/flutter_midi_command/flutter_midi_command-0.3.7/lib/flutter_midi_command_messages.dart type MessageType (line 4) | enum MessageType { CC, PC, NoteOn, NoteOff, NRPN, SYSEX, Beat } class MidiMessage (line 7) | class MidiMessage { method send (line 14) | void send() class CCMessage (line 20) | class CCMessage extends MidiMessage { method send (line 28) | void send() class PCMessage (line 38) | class PCMessage extends MidiMessage { method send (line 45) | void send() class NoteOnMessage (line 54) | class NoteOnMessage extends MidiMessage { method send (line 62) | void send() class NoteOffMessage (line 72) | class NoteOffMessage extends MidiMessage { method send (line 80) | void send() class SysExMessage (line 90) | class SysExMessage extends MidiMessage { method send (line 97) | void send() method _bytesForValue (line 105) | Int8List _bytesForValue(int value) class NRPNMessage (line 133) | class NRPNMessage extends MidiMessage { method send (line 141) | void send() class NRPNHexMessage (line 168) | class NRPNHexMessage extends MidiMessage { method send (line 184) | void send() FILE: plugins/flutter_midi_command/flutter_midi_command-0.3.7/test/flutter_midi_command_test.dart function main (line 4) | void main() FILE: plugins/flutter_midi_command/flutter_midi_command_linux-0.1.3/lib/alsa_generated_bindings.dart class ALSA (line 6) | class ALSA { method access (line 20) | int access( method faccessat (line 33) | int faccessat( method lseek (line 52) | int lseek( method close (line 67) | int close( method read (line 78) | int read( method write (line 93) | int write( method pread (line 108) | int pread( method pwrite (line 125) | int pwrite( method pipe (line 142) | int pipe( method alarm (line 153) | int alarm( method sleep (line 164) | int sleep( method ualarm (line 175) | int ualarm( method usleep (line 188) | int usleep( method pause (line 199) | int pause() method chown (line 206) | int chown( method fchown (line 221) | int fchown( method lchown (line 236) | int lchown( method fchownat (line 251) | int fchownat( method chdir (line 272) | int chdir( method fchdir (line 283) | int fchdir( method getcwd (line 294) | ffi.Pointer getcwd( method getwd (line 307) | ffi.Pointer getwd( method dup (line 318) | int dup( method dup2 (line 329) | int dup2( method execve (line 350) | int execve( method fexecve (line 365) | int fexecve( method execv (line 380) | int execv( method execle (line 393) | int execle( method execl (line 406) | int execl( method execvp (line 419) | int execvp( method execlp (line 432) | int execlp( method nice (line 445) | int nice( method _exit (line 456) | void _exit( method pathconf (line 467) | int pathconf( method fpathconf (line 482) | int fpathconf( method sysconf (line 497) | int sysconf( method confstr (line 508) | int confstr( method getpid (line 523) | int getpid() method getppid (line 530) | int getppid() method getpgrp (line 537) | int getpgrp() method __getpgid (line 544) | int __getpgid( method getpgid (line 557) | int getpgid( method setpgid (line 568) | int setpgid( method setpgrp (line 581) | int setpgrp() method setsid (line 588) | int setsid() method getsid (line 595) | int getsid( method getuid (line 606) | int getuid() method geteuid (line 613) | int geteuid() method getgid (line 620) | int getgid() method getegid (line 627) | int getegid() method getgroups (line 634) | int getgroups( method setuid (line 649) | int setuid( method setreuid (line 660) | int setreuid( method seteuid (line 675) | int seteuid( method setgid (line 686) | int setgid( method setregid (line 697) | int setregid( method setegid (line 712) | int setegid( method fork (line 723) | int fork() method vfork (line 730) | int vfork() method ttyname (line 737) | ffi.Pointer ttyname( method ttyname_r (line 748) | int ttyname_r( method isatty (line 765) | int isatty( method ttyslot (line 776) | int ttyslot() method link (line 783) | int link( method linkat (line 796) | int linkat( method symlink (line 815) | int symlink( method readlink (line 828) | int readlink( method symlinkat (line 845) | int symlinkat( method readlinkat (line 862) | int readlinkat( method unlink (line 881) | int unlink( method unlinkat (line 892) | int unlinkat( method rmdir (line 909) | int rmdir( method tcgetpgrp (line 920) | int tcgetpgrp( method tcsetpgrp (line 933) | int tcsetpgrp( method getlogin (line 948) | ffi.Pointer getlogin() method getlogin_r (line 957) | int getlogin_r( method setlogin (line 972) | int setlogin( method getopt (line 1010) | int getopt( method gethostname (line 1025) | int gethostname( method sethostname (line 1040) | int sethostname( method sethostid (line 1055) | int sethostid( method getdomainname (line 1068) | int getdomainname( method setdomainname (line 1083) | int setdomainname( method vhangup (line 1098) | int vhangup() method revoke (line 1105) | int revoke( method profil (line 1116) | int profil( method acct (line 1133) | int acct( method getusershell (line 1144) | ffi.Pointer getusershell() method endusershell (line 1153) | void endusershell() method setusershell (line 1162) | void setusershell() method daemon (line 1171) | int daemon( method chroot (line 1184) | int chroot( method getpass (line 1195) | ffi.Pointer getpass( method fsync (line 1206) | int fsync( method gethostid (line 1217) | int gethostid() method sync_1 (line 1226) | void sync_1() method getpagesize (line 1233) | int getpagesize() method getdtablesize (line 1242) | int getdtablesize() method truncate (line 1251) | int truncate( method ftruncate (line 1266) | int ftruncate( method brk (line 1281) | int brk( method sbrk (line 1292) | ffi.Pointer sbrk( method syscall (line 1303) | int syscall( method lockf (line 1314) | int lockf( method fdatasync (line 1329) | int fdatasync( method crypt (line 1342) | ffi.Pointer crypt( method getentropy (line 1355) | int getentropy( method remove (line 1391) | int remove( method rename (line 1402) | int rename( method renameat (line 1415) | int renameat( method tmpfile (line 1434) | ffi.Pointer tmpfile() method tmpnam (line 1441) | ffi.Pointer tmpnam( method tmpnam_r (line 1452) | ffi.Pointer tmpnam_r( method tempnam (line 1465) | ffi.Pointer tempnam( method fclose (line 1478) | int fclose( method fflush (line 1489) | int fflush( method fflush_unlocked (line 1500) | int fflush_unlocked( method fopen (line 1513) | ffi.Pointer fopen( method freopen (line 1526) | ffi.Pointer freopen( method fdopen (line 1541) | ffi.Pointer fdopen( method fmemopen (line 1554) | ffi.Pointer fmemopen( method open_memstream (line 1571) | ffi.Pointer open_memstream( method setbuf (line 1586) | void setbuf( method setvbuf (line 1599) | int setvbuf( method setbuffer (line 1616) | void setbuffer( method setlinebuf (line 1633) | void setlinebuf( method fprintf (line 1646) | int fprintf( method printf (line 1659) | int printf( method sprintf (line 1670) | int sprintf( method vfprintf (line 1683) | int vfprintf( method vprintf (line 1700) | int vprintf( method vsprintf (line 1713) | int vsprintf( method snprintf (line 1730) | int snprintf( method vsnprintf (line 1747) | int vsnprintf( method vdprintf (line 1766) | int vdprintf( method dprintf (line 1783) | int dprintf( method fscanf (line 1796) | int fscanf( method scanf (line 1809) | int scanf( method sscanf (line 1820) | int sscanf( method vfscanf (line 1833) | int vfscanf( method vscanf (line 1848) | int vscanf( method vsscanf (line 1861) | int vsscanf( method fgetc (line 1876) | int fgetc( method getc (line 1887) | int getc( method getchar (line 1898) | int getchar() method getc_unlocked (line 1905) | int getc_unlocked( method getchar_unlocked (line 1918) | int getchar_unlocked() method fgetc_unlocked (line 1927) | int fgetc_unlocked( method fputc (line 1940) | int fputc( method putc (line 1953) | int putc( method putchar (line 1966) | int putchar( method fputc_unlocked (line 1977) | int fputc_unlocked( method putc_unlocked (line 1992) | int putc_unlocked( method putchar_unlocked (line 2007) | int putchar_unlocked( method getw (line 2020) | int getw( method putw (line 2031) | int putw( method fgets (line 2044) | ffi.Pointer fgets( method __getdelim (line 2059) | int __getdelim( method getdelim (line 2078) | int getdelim( method getline (line 2097) | int getline( method fputs (line 2112) | int fputs( method puts (line 2125) | int puts( method ungetc (line 2136) | int ungetc( method fread (line 2149) | int fread( method fwrite (line 2166) | int fwrite( method fread_unlocked (line 2183) | int fread_unlocked( method fwrite_unlocked (line 2202) | int fwrite_unlocked( method fseek (line 2221) | int fseek( method ftell (line 2236) | int ftell( method rewind (line 2247) | void rewind( method fseeko (line 2258) | int fseeko( method ftello (line 2273) | int ftello( method fgetpos (line 2284) | int fgetpos( method fsetpos (line 2297) | int fsetpos( method clearerr (line 2310) | void clearerr( method feof (line 2323) | int feof( method ferror (line 2334) | int ferror( method clearerr_unlocked (line 2345) | void clearerr_unlocked( method feof_unlocked (line 2358) | int feof_unlocked( method ferror_unlocked (line 2371) | int ferror_unlocked( method perror (line 2384) | void perror( method fileno (line 2409) | int fileno( method fileno_unlocked (line 2420) | int fileno_unlocked( method popen (line 2433) | ffi.Pointer popen( method pclose (line 2446) | int pclose( method ctermid (line 2457) | ffi.Pointer ctermid( method flockfile (line 2468) | void flockfile( method ftrylockfile (line 2481) | int ftrylockfile( method funlockfile (line 2494) | void funlockfile( method __uflow (line 2507) | int __uflow( method __overflow (line 2518) | int __overflow( method __ctype_get_mb_cur_max (line 2533) | int __ctype_get_mb_cur_max() method atof (line 2543) | double atof( method atoi (line 2554) | int atoi( method atol (line 2565) | int atol( method atoll (line 2576) | int atoll( method strtod (line 2587) | double strtod( method strtof (line 2600) | double strtof( method strtol (line 2613) | int strtol( method strtoul (line 2628) | int strtoul( method strtoq (line 2643) | int strtoq( method strtouq (line 2658) | int strtouq( method strtoll (line 2673) | int strtoll( method strtoull (line 2688) | int strtoull( method l64a (line 2705) | ffi.Pointer l64a( method a64l (line 2716) | int a64l( method select (line 2727) | int select( method pselect (line 2746) | int pselect( method random (line 2767) | int random() method srandom (line 2774) | void srandom( method initstate (line 2785) | ffi.Pointer initstate( method setstate (line 2802) | ffi.Pointer setstate( method random_r (line 2815) | int random_r( method srandom_r (line 2830) | int srandom_r( method initstate_r (line 2845) | int initstate_r( method setstate_r (line 2864) | int setstate_r( method rand (line 2879) | int rand() method srand (line 2886) | void srand( method rand_r (line 2897) | int rand_r( method drand48 (line 2908) | double drand48() method erand48 (line 2915) | double erand48( method lrand48 (line 2926) | int lrand48() method nrand48 (line 2933) | int nrand48( method mrand48 (line 2944) | int mrand48() method jrand48 (line 2951) | int jrand48( method srand48 (line 2962) | void srand48( method seed48 (line 2973) | ffi.Pointer seed48( method lcong48 (line 2984) | void lcong48( method drand48_r (line 2995) | int drand48_r( method erand48_r (line 3010) | int erand48_r( method lrand48_r (line 3027) | int lrand48_r( method nrand48_r (line 3042) | int nrand48_r( method mrand48_r (line 3059) | int mrand48_r( method jrand48_r (line 3074) | int jrand48_r( method srand48_r (line 3091) | int srand48_r( method seed48_r (line 3106) | int seed48_r( method lcong48_r (line 3121) | int lcong48_r( method malloc (line 3136) | ffi.Pointer malloc( method calloc (line 3147) | ffi.Pointer calloc( method realloc (line 3160) | ffi.Pointer realloc( method reallocarray (line 3173) | ffi.Pointer reallocarray( method free (line 3190) | void free( method alloca (line 3201) | ffi.Pointer alloca( method valloc (line 3212) | ffi.Pointer valloc( method posix_memalign (line 3223) | int posix_memalign( method aligned_alloc (line 3240) | ffi.Pointer aligned_alloc( method abort (line 3255) | void abort() method atexit (line 3262) | int atexit( method at_quick_exit (line 3273) | int at_quick_exit( method on_exit (line 3286) | int on_exit( method exit (line 3299) | void exit( method quick_exit (line 3310) | void quick_exit( method _Exit (line 3323) | void _Exit( method getenv (line 3334) | ffi.Pointer getenv( method putenv (line 3345) | int putenv( method setenv (line 3356) | int setenv( method unsetenv (line 3371) | int unsetenv( method clearenv (line 3384) | int clearenv() method mktemp (line 3393) | ffi.Pointer mktemp( method mkstemp (line 3404) | int mkstemp( method mkstemps (line 3415) | int mkstemps( method mkdtemp (line 3430) | ffi.Pointer mkdtemp( method system (line 3441) | int system( method realpath (line 3452) | ffi.Pointer realpath( method bsearch (line 3467) | ffi.Pointer bsearch( method qsort (line 3486) | void qsort( method abs (line 3503) | int abs( method labs (line 3514) | int labs( method llabs (line 3525) | int llabs( method div (line 3536) | div_t div( method ldiv (line 3549) | ldiv_t ldiv( method lldiv (line 3562) | lldiv_t lldiv( method ecvt (line 3575) | ffi.Pointer ecvt( method fcvt (line 3592) | ffi.Pointer fcvt( method gcvt (line 3609) | ffi.Pointer gcvt( method ecvt_r (line 3624) | int ecvt_r( method fcvt_r (line 3645) | int fcvt_r( method mblen (line 3666) | int mblen( method mbtowc (line 3679) | int mbtowc( method wctomb (line 3694) | int wctomb( method mbstowcs (line 3707) | int mbstowcs( method wcstombs (line 3724) | int wcstombs( method rpmatch (line 3741) | int rpmatch( method getsubopt (line 3752) | int getsubopt( method getloadavg (line 3769) | int getloadavg( method memcpy (line 3784) | ffi.Pointer memcpy( method memmove (line 3799) | ffi.Pointer memmove( method memccpy (line 3814) | ffi.Pointer memccpy( method memset (line 3831) | ffi.Pointer memset( method memcmp (line 3846) | int memcmp( method memchr (line 3861) | ffi.Pointer memchr( method strcpy (line 3876) | ffi.Pointer strcpy( method strncpy (line 3889) | ffi.Pointer strncpy( method strcat (line 3904) | ffi.Pointer strcat( method strncat (line 3917) | ffi.Pointer strncat( method strcmp (line 3932) | int strcmp( method strncmp (line 3945) | int strncmp( method strcoll (line 3960) | int strcoll( method strxfrm (line 3973) | int strxfrm( method strcoll_l (line 3988) | int strcoll_l( method strxfrm_l (line 4005) | int strxfrm_l( method strdup (line 4024) | ffi.Pointer strdup( method strndup (line 4035) | ffi.Pointer strndup( method strchr (line 4048) | ffi.Pointer strchr( method strrchr (line 4061) | ffi.Pointer strrchr( method strcspn (line 4074) | int strcspn( method strspn (line 4087) | int strspn( method strpbrk (line 4100) | ffi.Pointer strpbrk( method strstr (line 4113) | ffi.Pointer strstr( method strtok (line 4126) | ffi.Pointer strtok( method __strtok_r (line 4139) | ffi.Pointer __strtok_r( method strtok_r (line 4156) | ffi.Pointer strtok_r( method strlen (line 4173) | int strlen( method strnlen (line 4184) | int strnlen( method strerror (line 4197) | ffi.Pointer strerror( method strerror_r (line 4210) | int strerror_r( method strerror_l (line 4227) | ffi.Pointer strerror_l( method bcmp (line 4242) | int bcmp( method bcopy (line 4257) | void bcopy( method bzero (line 4272) | void bzero( method index (line 4285) | ffi.Pointer index( method rindex (line 4298) | ffi.Pointer rindex( method ffs (line 4311) | int ffs( method ffsl (line 4322) | int ffsl( method ffsll (line 4333) | int ffsll( method strcasecmp (line 4344) | int strcasecmp( method strncasecmp (line 4359) | int strncasecmp( method strcasecmp_l (line 4376) | int strcasecmp_l( method strncasecmp_l (line 4393) | int strncasecmp_l( method explicit_bzero (line 4412) | void explicit_bzero( method strsep (line 4427) | ffi.Pointer strsep( method strsignal (line 4440) | ffi.Pointer strsignal( method __stpcpy (line 4453) | ffi.Pointer __stpcpy( method stpcpy (line 4468) | ffi.Pointer stpcpy( method __stpncpy (line 4481) | ffi.Pointer __stpncpy( method stpncpy (line 4498) | ffi.Pointer stpncpy( method fcntl (line 4513) | int fcntl( method open (line 4526) | int open( method openat (line 4539) | int openat( method creat (line 4554) | int creat( method posix_fadvise (line 4567) | int posix_fadvise( method posix_fallocate (line 4586) | int posix_fallocate( method __assert_fail (line 4603) | void __assert_fail( method __assert_perror_fail (line 4622) | void __assert_perror_fail( method __assert (line 4642) | void __assert( method poll (line 4659) | int poll( method __errno_location (line 4674) | ffi.Pointer __errno_location() method clock (line 4683) | int clock() method time (line 4690) | int time( method difftime (line 4701) | double difftime( method mktime (line 4716) | int mktime( method strftime (line 4727) | int strftime( method strftime_l (line 4746) | int strftime_l( method gmtime (line 4767) | ffi.Pointer gmtime( method localtime (line 4778) | ffi.Pointer localtime( method gmtime_r (line 4791) | ffi.Pointer gmtime_r( method localtime_r (line 4806) | ffi.Pointer localtime_r( method asctime (line 4821) | ffi.Pointer asctime( method ctime (line 4832) | ffi.Pointer ctime( method asctime_r (line 4843) | ffi.Pointer asctime_r( method ctime_r (line 4858) | ffi.Pointer ctime_r( method tzset (line 4900) | void tzset() method timegm (line 4919) | int timegm( method timelocal (line 4930) | int timelocal( method dysize (line 4943) | int dysize( method nanosleep (line 4954) | int nanosleep( method clock_getres (line 4969) | int clock_getres( method clock_gettime (line 4984) | int clock_gettime( method clock_settime (line 4999) | int clock_settime( method clock_nanosleep (line 5014) | int clock_nanosleep( method clock_getcpuclockid (line 5033) | int clock_getcpuclockid( method timer_create (line 5049) | int timer_create( method timer_delete (line 5066) | int timer_delete( method timer_settime (line 5079) | int timer_settime( method timer_gettime (line 5098) | int timer_gettime( method timer_getoverrun (line 5113) | int timer_getoverrun( method timespec_get (line 5126) | int timespec_get( method snd_asoundlib_version (line 5141) | ffi.Pointer snd_asoundlib_version() method snd_dlopen (line 5159) | ffi.Pointer snd_dlopen( method snd_dlsym (line 5178) | ffi.Pointer snd_dlsym( method snd_dlclose (line 5195) | int snd_dlclose( method snd_async_add_handler (line 5208) | int snd_async_add_handler( method snd_async_del_handler (line 5228) | int snd_async_del_handler( method snd_async_handler_get_fd (line 5242) | int snd_async_handler_get_fd( method snd_async_handler_get_signo (line 5257) | int snd_async_handler_get_signo( method snd_async_handler_get_callback_private (line 5272) | ffi.Pointer snd_async_handler_get_callback_private( method snd_shm_area_create (line 5288) | ffi.Pointer snd_shm_area_create( method snd_shm_area_share (line 5304) | ffi.Pointer snd_shm_area_share( method snd_shm_area_destroy (line 5317) | int snd_shm_area_destroy( method snd_user_file (line 5331) | int snd_user_file( method snd_input_stdio_open (line 5346) | int snd_input_stdio_open( method snd_input_stdio_attach (line 5364) | int snd_input_stdio_attach( method snd_input_buffer_open (line 5382) | int snd_input_buffer_open( method snd_input_close (line 5400) | int snd_input_close( method snd_input_scanf (line 5413) | int snd_input_scanf( method snd_input_gets (line 5428) | ffi.Pointer snd_input_gets( method snd_input_getc (line 5445) | int snd_input_getc( method snd_input_ungetc (line 5458) | int snd_input_ungetc( method snd_output_stdio_open (line 5473) | int snd_output_stdio_open( method snd_output_stdio_attach (line 5491) | int snd_output_stdio_attach( method snd_output_buffer_open (line 5509) | int snd_output_buffer_open( method snd_output_buffer_string (line 5523) | int snd_output_buffer_string( method snd_output_close (line 5540) | int snd_output_close( method snd_output_printf (line 5553) | int snd_output_printf( method snd_output_vprintf (line 5568) | int snd_output_vprintf( method snd_output_puts (line 5585) | int snd_output_puts( method snd_output_putc (line 5600) | int snd_output_putc( method snd_output_flush (line 5615) | int snd_output_flush( method snd_strerror (line 5628) | ffi.Pointer snd_strerror( method snd_lib_error_set_handler (line 5654) | int snd_lib_error_set_handler( method snd_lib_error_set_local (line 5669) | ffi.Pointer> method snd_config_topdir (line 5691) | ffi.Pointer snd_config_topdir() method snd_config_top (line 5700) | int snd_config_top( method snd_config_load (line 5713) | int snd_config_load( method snd_config_load_override (line 5728) | int snd_config_load_override( method snd_config_save (line 5745) | int snd_config_save( method snd_config_update (line 5760) | int snd_config_update() method snd_config_update_r (line 5769) | int snd_config_update_r( method snd_config_update_free (line 5787) | int snd_config_update_free( method snd_config_update_free_global (line 5801) | int snd_config_update_free_global() method snd_config_update_ref (line 5812) | int snd_config_update_ref( method snd_config_ref (line 5826) | void snd_config_ref( method snd_config_unref (line 5839) | void snd_config_unref( method snd_config_search (line 5852) | int snd_config_search( method snd_config_searchv (line 5869) | int snd_config_searchv( method snd_config_search_definition (line 5884) | int snd_config_search_definition( method snd_config_expand (line 5905) | int snd_config_expand( method snd_config_evaluate (line 5926) | int snd_config_evaluate( method snd_config_add (line 5946) | int snd_config_add( method snd_config_add_before (line 5961) | int snd_config_add_before( method snd_config_add_after (line 5977) | int snd_config_add_after( method snd_config_remove (line 5993) | int snd_config_remove( method snd_config_delete (line 6006) | int snd_config_delete( method snd_config_delete_compound_members (line 6019) | int snd_config_delete_compound_members( method snd_config_copy (line 6035) | int snd_config_copy( method snd_config_make (line 6050) | int snd_config_make( method snd_config_make_integer (line 6067) | int snd_config_make_integer( method snd_config_make_integer64 (line 6083) | int snd_config_make_integer64( method snd_config_make_real (line 6100) | int snd_config_make_real( method snd_config_make_string (line 6116) | int snd_config_make_string( method snd_config_make_pointer (line 6132) | int snd_config_make_pointer( method snd_config_make_compound (line 6148) | int snd_config_make_compound( method snd_config_imake_integer (line 6167) | int snd_config_imake_integer( method snd_config_imake_integer64 (line 6186) | int snd_config_imake_integer64( method snd_config_imake_real (line 6205) | int snd_config_imake_real( method snd_config_imake_string (line 6223) | int snd_config_imake_string( method snd_config_imake_safe_string (line 6241) | int snd_config_imake_safe_string( method snd_config_imake_pointer (line 6260) | int snd_config_imake_pointer( method snd_config_get_type (line 6279) | int snd_config_get_type( method snd_config_is_array (line 6293) | int snd_config_is_array( method snd_config_set_id (line 6307) | int snd_config_set_id( method snd_config_set_integer (line 6322) | int snd_config_set_integer( method snd_config_set_integer64 (line 6338) | int snd_config_set_integer64( method snd_config_set_real (line 6355) | int snd_config_set_real( method snd_config_set_string (line 6371) | int snd_config_set_string( method snd_config_set_ascii (line 6387) | int snd_config_set_ascii( method snd_config_set_pointer (line 6403) | int snd_config_set_pointer( method snd_config_get_id (line 6419) | int snd_config_get_id( method snd_config_get_integer (line 6434) | int snd_config_get_integer( method snd_config_get_integer64 (line 6450) | int snd_config_get_integer64( method snd_config_get_real (line 6467) | int snd_config_get_real( method snd_config_get_ireal (line 6483) | int snd_config_get_ireal( method snd_config_get_string (line 6499) | int snd_config_get_string( method snd_config_get_ascii (line 6515) | int snd_config_get_ascii( method snd_config_get_pointer (line 6531) | int snd_config_get_pointer( method snd_config_test_id (line 6547) | int snd_config_test_id( method snd_config_iterator_first (line 6562) | ffi.Pointer snd_config_iterator_first( method snd_config_iterator_next (line 6577) | ffi.Pointer snd_config_iterator_next( method snd_config_iterator_end (line 6592) | ffi.Pointer snd_config_iterator_end( method snd_config_iterator_entry (line 6606) | ffi.Pointer snd_config_iterator_entry( method snd_config_get_bool_ascii (line 6621) | int snd_config_get_bool_ascii( method snd_config_get_bool (line 6636) | int snd_config_get_bool( method snd_config_get_ctl_iface_ascii (line 6650) | int snd_config_get_ctl_iface_ascii( method snd_config_get_ctl_iface (line 6665) | int snd_config_get_ctl_iface( method snd_names_list (line 6680) | int snd_names_list( method snd_names_list_free (line 6695) | void snd_names_list_free( method snd_pcm_open (line 6709) | int snd_pcm_open( method snd_pcm_open_lconf (line 6728) | int snd_pcm_open_lconf( method snd_pcm_open_fallback (line 6749) | int snd_pcm_open_fallback( method snd_pcm_close (line 6773) | int snd_pcm_close( method snd_pcm_name (line 6786) | ffi.Pointer snd_pcm_name( method snd_pcm_type (line 6799) | int snd_pcm_type( method snd_pcm_stream (line 6812) | int snd_pcm_stream( method snd_pcm_poll_descriptors_count (line 6825) | int snd_pcm_poll_descriptors_count( method snd_pcm_poll_descriptors (line 6840) | int snd_pcm_poll_descriptors( method snd_pcm_poll_descriptors_revents (line 6859) | int snd_pcm_poll_descriptors_revents( method snd_pcm_nonblock (line 6880) | int snd_pcm_nonblock( method snd_async_add_pcm_handler (line 6895) | int snd_async_add_pcm_handler( method snd_async_handler_get_pcm (line 6916) | ffi.Pointer snd_async_handler_get_pcm( method snd_pcm_info (line 6931) | int snd_pcm_info( method snd_pcm_hw_params_current (line 6946) | int snd_pcm_hw_params_current( method snd_pcm_hw_params (line 6963) | int snd_pcm_hw_params( method snd_pcm_hw_free (line 6978) | int snd_pcm_hw_free( method snd_pcm_sw_params_current (line 6991) | int snd_pcm_sw_params_current( method snd_pcm_sw_params (line 7008) | int snd_pcm_sw_params( method snd_pcm_prepare (line 7023) | int snd_pcm_prepare( method snd_pcm_reset (line 7036) | int snd_pcm_reset( method snd_pcm_status (line 7049) | int snd_pcm_status( method snd_pcm_start (line 7064) | int snd_pcm_start( method snd_pcm_drop (line 7077) | int snd_pcm_drop( method snd_pcm_drain (line 7090) | int snd_pcm_drain( method snd_pcm_pause (line 7103) | int snd_pcm_pause( method snd_pcm_state (line 7118) | int snd_pcm_state( method snd_pcm_hwsync (line 7131) | int snd_pcm_hwsync( method snd_pcm_delay (line 7144) | int snd_pcm_delay( method snd_pcm_resume (line 7159) | int snd_pcm_resume( method snd_pcm_htimestamp (line 7172) | int snd_pcm_htimestamp( method snd_pcm_avail (line 7189) | int snd_pcm_avail( method snd_pcm_avail_update (line 7202) | int snd_pcm_avail_update( method snd_pcm_avail_delay (line 7216) | int snd_pcm_avail_delay( method snd_pcm_rewindable (line 7234) | int snd_pcm_rewindable( method snd_pcm_rewind (line 7247) | int snd_pcm_rewind( method snd_pcm_forwardable (line 7262) | int snd_pcm_forwardable( method snd_pcm_forward (line 7276) | int snd_pcm_forward( method snd_pcm_writei (line 7291) | int snd_pcm_writei( method snd_pcm_readi (line 7308) | int snd_pcm_readi( method snd_pcm_writen (line 7325) | int snd_pcm_writen( method snd_pcm_readn (line 7342) | int snd_pcm_readn( method snd_pcm_wait (line 7359) | int snd_pcm_wait( method snd_pcm_link (line 7374) | int snd_pcm_link( method snd_pcm_unlink (line 7389) | int snd_pcm_unlink( method snd_pcm_query_chmaps (line 7402) | ffi.Pointer> snd_pcm_query_chmaps( method snd_pcm_query_chmaps_from_hw (line 7416) | ffi.Pointer> snd_pcm_query_chmaps_f... method snd_pcm_free_chmaps (line 7437) | void snd_pcm_free_chmaps( method snd_pcm_get_chmap (line 7451) | ffi.Pointer snd_pcm_get_chmap( method snd_pcm_set_chmap (line 7464) | int snd_pcm_set_chmap( method snd_pcm_chmap_type_name (line 7479) | ffi.Pointer snd_pcm_chmap_type_name( method snd_pcm_chmap_name (line 7493) | ffi.Pointer snd_pcm_chmap_name( method snd_pcm_chmap_long_name (line 7506) | ffi.Pointer snd_pcm_chmap_long_name( method snd_pcm_chmap_print (line 7520) | int snd_pcm_chmap_print( method snd_pcm_chmap_from_string (line 7538) | int snd_pcm_chmap_from_string( method snd_pcm_chmap_parse_string (line 7553) | ffi.Pointer snd_pcm_chmap_parse_string( method snd_pcm_recover (line 7568) | int snd_pcm_recover( method snd_pcm_set_params (line 7585) | int snd_pcm_set_params( method snd_pcm_get_params (line 7610) | int snd_pcm_get_params( method snd_pcm_info_sizeof (line 7627) | int snd_pcm_info_sizeof() method snd_pcm_info_malloc (line 7637) | int snd_pcm_info_malloc( method snd_pcm_info_free (line 7651) | void snd_pcm_info_free( method snd_pcm_info_copy (line 7664) | void snd_pcm_info_copy( method snd_pcm_info_get_device (line 7679) | int snd_pcm_info_get_device( method snd_pcm_info_get_subdevice (line 7693) | int snd_pcm_info_get_subdevice( method snd_pcm_info_get_stream (line 7708) | int snd_pcm_info_get_stream( method snd_pcm_info_get_card (line 7722) | int snd_pcm_info_get_card( method snd_pcm_info_get_id (line 7736) | ffi.Pointer snd_pcm_info_get_id( method snd_pcm_info_get_name (line 7750) | ffi.Pointer snd_pcm_info_get_name( method snd_pcm_info_get_subdevice_name (line 7764) | ffi.Pointer snd_pcm_info_get_subdevice_name( method snd_pcm_info_get_class (line 7779) | int snd_pcm_info_get_class( method snd_pcm_info_get_subclass (line 7793) | int snd_pcm_info_get_subclass( method snd_pcm_info_get_subdevices_count (line 7808) | int snd_pcm_info_get_subdevices_count( method snd_pcm_info_get_subdevices_avail (line 7824) | int snd_pcm_info_get_subdevices_avail( method snd_pcm_info_set_device (line 7840) | void snd_pcm_info_set_device( method snd_pcm_info_set_subdevice (line 7856) | void snd_pcm_info_set_subdevice( method snd_pcm_info_set_stream (line 7873) | void snd_pcm_info_set_stream( method snd_pcm_hw_params_any (line 7889) | int snd_pcm_hw_params_any( method snd_pcm_hw_params_can_mmap_sample_resolution (line 7905) | int snd_pcm_hw_params_can_mmap_sample_resolution( method snd_pcm_hw_params_is_double (line 7921) | int snd_pcm_hw_params_is_double( method snd_pcm_hw_params_is_batch (line 7936) | int snd_pcm_hw_params_is_batch( method snd_pcm_hw_params_is_block_transfer (line 7951) | int snd_pcm_hw_params_is_block_transfer( method snd_pcm_hw_params_is_monotonic (line 7967) | int snd_pcm_hw_params_is_monotonic( method snd_pcm_hw_params_can_overrange (line 7982) | int snd_pcm_hw_params_can_overrange( method snd_pcm_hw_params_can_pause (line 7997) | int snd_pcm_hw_params_can_pause( method snd_pcm_hw_params_can_resume (line 8012) | int snd_pcm_hw_params_can_resume( method snd_pcm_hw_params_is_half_duplex (line 8027) | int snd_pcm_hw_params_is_half_duplex( method snd_pcm_hw_params_is_joint_duplex (line 8042) | int snd_pcm_hw_params_is_joint_duplex( method snd_pcm_hw_params_can_sync_start (line 8058) | int snd_pcm_hw_params_can_sync_start( method snd_pcm_hw_params_can_disable_period_wakeup (line 8073) | int snd_pcm_hw_params_can_disable_period_wakeup( method snd_pcm_hw_params_supports_audio_wallclock_ts (line 8089) | int snd_pcm_hw_params_supports_audio_wallclock_ts( method snd_pcm_hw_params_supports_audio_ts_type (line 8105) | int snd_pcm_hw_params_supports_audio_ts_type( method snd_pcm_hw_params_get_rate_numden (line 8123) | int snd_pcm_hw_params_get_rate_numden( method snd_pcm_hw_params_get_sbits (line 8143) | int snd_pcm_hw_params_get_sbits( method snd_pcm_hw_params_get_fifo_size (line 8158) | int snd_pcm_hw_params_get_fifo_size( method snd_pcm_hw_params_sizeof (line 8173) | int snd_pcm_hw_params_sizeof() method snd_pcm_hw_params_malloc (line 8184) | int snd_pcm_hw_params_malloc( method snd_pcm_hw_params_free (line 8199) | void snd_pcm_hw_params_free( method snd_pcm_hw_params_copy (line 8213) | void snd_pcm_hw_params_copy( method snd_pcm_hw_params_get_access (line 8229) | int snd_pcm_hw_params_get_access( method snd_pcm_hw_params_test_access (line 8246) | int snd_pcm_hw_params_test_access( method snd_pcm_hw_params_set_access (line 8265) | int snd_pcm_hw_params_set_access( method snd_pcm_hw_params_set_access_first (line 8284) | int snd_pcm_hw_params_set_access_first( method snd_pcm_hw_params_set_access_last (line 8304) | int snd_pcm_hw_params_set_access_last( method snd_pcm_hw_params_set_access_mask (line 8324) | int snd_pcm_hw_params_set_access_mask( method snd_pcm_hw_params_get_access_mask (line 8344) | int snd_pcm_hw_params_get_access_mask( method snd_pcm_hw_params_get_format (line 8362) | int snd_pcm_hw_params_get_format( method snd_pcm_hw_params_test_format (line 8379) | int snd_pcm_hw_params_test_format( method snd_pcm_hw_params_set_format (line 8398) | int snd_pcm_hw_params_set_format( method snd_pcm_hw_params_set_format_first (line 8417) | int snd_pcm_hw_params_set_format_first( method snd_pcm_hw_params_set_format_last (line 8437) | int snd_pcm_hw_params_set_format_last( method snd_pcm_hw_params_set_format_mask (line 8457) | int snd_pcm_hw_params_set_format_mask( method snd_pcm_hw_params_get_format_mask (line 8477) | void snd_pcm_hw_params_get_format_mask( method snd_pcm_hw_params_get_subformat (line 8495) | int snd_pcm_hw_params_get_subformat( method snd_pcm_hw_params_test_subformat (line 8512) | int snd_pcm_hw_params_test_subformat( method snd_pcm_hw_params_set_subformat (line 8531) | int snd_pcm_hw_params_set_subformat( method snd_pcm_hw_params_set_subformat_first (line 8550) | int snd_pcm_hw_params_set_subformat_first( method snd_pcm_hw_params_set_subformat_last (line 8570) | int snd_pcm_hw_params_set_subformat_last( method snd_pcm_hw_params_set_subformat_mask (line 8590) | int snd_pcm_hw_params_set_subformat_mask( method snd_pcm_hw_params_get_subformat_mask (line 8610) | void snd_pcm_hw_params_get_subformat_mask( method snd_pcm_hw_params_get_channels (line 8628) | int snd_pcm_hw_params_get_channels( method snd_pcm_hw_params_get_channels_min (line 8645) | int snd_pcm_hw_params_get_channels_min( method snd_pcm_hw_params_get_channels_max (line 8663) | int snd_pcm_hw_params_get_channels_max( method snd_pcm_hw_params_test_channels (line 8681) | int snd_pcm_hw_params_test_channels( method snd_pcm_hw_params_set_channels (line 8700) | int snd_pcm_hw_params_set_channels( method snd_pcm_hw_params_set_channels_min (line 8719) | int snd_pcm_hw_params_set_channels_min( method snd_pcm_hw_params_set_channels_max (line 8739) | int snd_pcm_hw_params_set_channels_max( method snd_pcm_hw_params_set_channels_minmax (line 8759) | int snd_pcm_hw_params_set_channels_minmax( method snd_pcm_hw_params_set_channels_near (line 8781) | int snd_pcm_hw_params_set_channels_near( method snd_pcm_hw_params_set_channels_first (line 8801) | int snd_pcm_hw_params_set_channels_first( method snd_pcm_hw_params_set_channels_last (line 8821) | int snd_pcm_hw_params_set_channels_last( method snd_pcm_hw_params_get_rate (line 8841) | int snd_pcm_hw_params_get_rate( method snd_pcm_hw_params_get_rate_min (line 8860) | int snd_pcm_hw_params_get_rate_min( method snd_pcm_hw_params_get_rate_max (line 8879) | int snd_pcm_hw_params_get_rate_max( method snd_pcm_hw_params_test_rate (line 8898) | int snd_pcm_hw_params_test_rate( method snd_pcm_hw_params_set_rate (line 8919) | int snd_pcm_hw_params_set_rate( method snd_pcm_hw_params_set_rate_min (line 8940) | int snd_pcm_hw_params_set_rate_min( method snd_pcm_hw_params_set_rate_max (line 8961) | int snd_pcm_hw_params_set_rate_max( method snd_pcm_hw_params_set_rate_minmax (line 8982) | int snd_pcm_hw_params_set_rate_minmax( method snd_pcm_hw_params_set_rate_near (line 9008) | int snd_pcm_hw_params_set_rate_near( method snd_pcm_hw_params_set_rate_first (line 9029) | int snd_pcm_hw_params_set_rate_first( method snd_pcm_hw_params_set_rate_last (line 9050) | int snd_pcm_hw_params_set_rate_last( method snd_pcm_hw_params_set_rate_resample (line 9071) | int snd_pcm_hw_params_set_rate_resample( method snd_pcm_hw_params_get_rate_resample (line 9091) | int snd_pcm_hw_params_get_rate_resample( method snd_pcm_hw_params_set_export_buffer (line 9111) | int snd_pcm_hw_params_set_export_buffer( method snd_pcm_hw_params_get_export_buffer (line 9131) | int snd_pcm_hw_params_get_export_buffer( method snd_pcm_hw_params_set_period_wakeup (line 9151) | int snd_pcm_hw_params_set_period_wakeup( method snd_pcm_hw_params_get_period_wakeup (line 9171) | int snd_pcm_hw_params_get_period_wakeup( method snd_pcm_hw_params_get_period_time (line 9191) | int snd_pcm_hw_params_get_period_time( method snd_pcm_hw_params_get_period_time_min (line 9211) | int snd_pcm_hw_params_get_period_time_min( method snd_pcm_hw_params_get_period_time_max (line 9231) | int snd_pcm_hw_params_get_period_time_max( method snd_pcm_hw_params_test_period_time (line 9251) | int snd_pcm_hw_params_test_period_time( method snd_pcm_hw_params_set_period_time (line 9273) | int snd_pcm_hw_params_set_period_time( method snd_pcm_hw_params_set_period_time_min (line 9295) | int snd_pcm_hw_params_set_period_time_min( method snd_pcm_hw_params_set_period_time_max (line 9317) | int snd_pcm_hw_params_set_period_time_max( method snd_pcm_hw_params_set_period_time_minmax (line 9339) | int snd_pcm_hw_params_set_period_time_minmax( method snd_pcm_hw_params_set_period_time_near (line 9365) | int snd_pcm_hw_params_set_period_time_near( method snd_pcm_hw_params_set_period_time_first (line 9387) | int snd_pcm_hw_params_set_period_time_first( method snd_pcm_hw_params_set_period_time_last (line 9409) | int snd_pcm_hw_params_set_period_time_last( method snd_pcm_hw_params_get_period_size (line 9431) | int snd_pcm_hw_params_get_period_size( method snd_pcm_hw_params_get_period_size_min (line 9451) | int snd_pcm_hw_params_get_period_size_min( method snd_pcm_hw_params_get_period_size_max (line 9471) | int snd_pcm_hw_params_get_period_size_max( method snd_pcm_hw_params_test_period_size (line 9491) | int snd_pcm_hw_params_test_period_size( method snd_pcm_hw_params_set_period_size (line 9513) | int snd_pcm_hw_params_set_period_size( method snd_pcm_hw_params_set_period_size_min (line 9535) | int snd_pcm_hw_params_set_period_size_min( method snd_pcm_hw_params_set_period_size_max (line 9557) | int snd_pcm_hw_params_set_period_size_max( method snd_pcm_hw_params_set_period_size_minmax (line 9579) | int snd_pcm_hw_params_set_period_size_minmax( method snd_pcm_hw_params_set_period_size_near (line 9605) | int snd_pcm_hw_params_set_period_size_near( method snd_pcm_hw_params_set_period_size_first (line 9627) | int snd_pcm_hw_params_set_period_size_first( method snd_pcm_hw_params_set_period_size_last (line 9649) | int snd_pcm_hw_params_set_period_size_last( method snd_pcm_hw_params_set_period_size_integer (line 9671) | int snd_pcm_hw_params_set_period_size_integer( method snd_pcm_hw_params_get_periods (line 9689) | int snd_pcm_hw_params_get_periods( method snd_pcm_hw_params_get_periods_min (line 9708) | int snd_pcm_hw_params_get_periods_min( method snd_pcm_hw_params_get_periods_max (line 9728) | int snd_pcm_hw_params_get_periods_max( method snd_pcm_hw_params_test_periods (line 9748) | int snd_pcm_hw_params_test_periods( method snd_pcm_hw_params_set_periods (line 9769) | int snd_pcm_hw_params_set_periods( method snd_pcm_hw_params_set_periods_min (line 9790) | int snd_pcm_hw_params_set_periods_min( method snd_pcm_hw_params_set_periods_max (line 9812) | int snd_pcm_hw_params_set_periods_max( method snd_pcm_hw_params_set_periods_minmax (line 9834) | int snd_pcm_hw_params_set_periods_minmax( method snd_pcm_hw_params_set_periods_near (line 9860) | int snd_pcm_hw_params_set_periods_near( method snd_pcm_hw_params_set_periods_first (line 9882) | int snd_pcm_hw_params_set_periods_first( method snd_pcm_hw_params_set_periods_last (line 9904) | int snd_pcm_hw_params_set_periods_last( method snd_pcm_hw_params_set_periods_integer (line 9926) | int snd_pcm_hw_params_set_periods_integer( method snd_pcm_hw_params_get_buffer_time (line 9944) | int snd_pcm_hw_params_get_buffer_time( method snd_pcm_hw_params_get_buffer_time_min (line 9964) | int snd_pcm_hw_params_get_buffer_time_min( method snd_pcm_hw_params_get_buffer_time_max (line 9984) | int snd_pcm_hw_params_get_buffer_time_max( method snd_pcm_hw_params_test_buffer_time (line 10004) | int snd_pcm_hw_params_test_buffer_time( method snd_pcm_hw_params_set_buffer_time (line 10026) | int snd_pcm_hw_params_set_buffer_time( method snd_pcm_hw_params_set_buffer_time_min (line 10048) | int snd_pcm_hw_params_set_buffer_time_min( method snd_pcm_hw_params_set_buffer_time_max (line 10070) | int snd_pcm_hw_params_set_buffer_time_max( method snd_pcm_hw_params_set_buffer_time_minmax (line 10092) | int snd_pcm_hw_params_set_buffer_time_minmax( method snd_pcm_hw_params_set_buffer_time_near (line 10118) | int snd_pcm_hw_params_set_buffer_time_near( method snd_pcm_hw_params_set_buffer_time_first (line 10140) | int snd_pcm_hw_params_set_buffer_time_first( method snd_pcm_hw_params_set_buffer_time_last (line 10162) | int snd_pcm_hw_params_set_buffer_time_last( method snd_pcm_hw_params_get_buffer_size (line 10184) | int snd_pcm_hw_params_get_buffer_size( method snd_pcm_hw_params_get_buffer_size_min (line 10202) | int snd_pcm_hw_params_get_buffer_size_min( method snd_pcm_hw_params_get_buffer_size_max (line 10220) | int snd_pcm_hw_params_get_buffer_size_max( method snd_pcm_hw_params_test_buffer_size (line 10238) | int snd_pcm_hw_params_test_buffer_size( method snd_pcm_hw_params_set_buffer_size (line 10258) | int snd_pcm_hw_params_set_buffer_size( method snd_pcm_hw_params_set_buffer_size_min (line 10278) | int snd_pcm_hw_params_set_buffer_size_min( method snd_pcm_hw_params_set_buffer_size_max (line 10298) | int snd_pcm_hw_params_set_buffer_size_max( method snd_pcm_hw_params_set_buffer_size_minmax (line 10318) | int snd_pcm_hw_params_set_buffer_size_minmax( method snd_pcm_hw_params_set_buffer_size_near (line 10340) | int snd_pcm_hw_params_set_buffer_size_near( method snd_pcm_hw_params_set_buffer_size_first (line 10360) | int snd_pcm_hw_params_set_buffer_size_first( method snd_pcm_hw_params_set_buffer_size_last (line 10380) | int snd_pcm_hw_params_set_buffer_size_last( method snd_pcm_hw_params_get_min_align (line 10400) | int snd_pcm_hw_params_get_min_align( method snd_pcm_sw_params_sizeof (line 10417) | int snd_pcm_sw_params_sizeof() method snd_pcm_sw_params_malloc (line 10428) | int snd_pcm_sw_params_malloc( method snd_pcm_sw_params_free (line 10443) | void snd_pcm_sw_params_free( method snd_pcm_sw_params_copy (line 10457) | void snd_pcm_sw_params_copy( method snd_pcm_sw_params_get_boundary (line 10473) | int snd_pcm_sw_params_get_boundary( method snd_pcm_sw_params_set_tstamp_mode (line 10490) | int snd_pcm_sw_params_set_tstamp_mode( method snd_pcm_sw_params_get_tstamp_mode (line 10510) | int snd_pcm_sw_params_get_tstamp_mode( method snd_pcm_sw_params_set_tstamp_type (line 10528) | int snd_pcm_sw_params_set_tstamp_type( method snd_pcm_sw_params_get_tstamp_type (line 10548) | int snd_pcm_sw_params_get_tstamp_type( method snd_pcm_sw_params_set_avail_min (line 10566) | int snd_pcm_sw_params_set_avail_min( method snd_pcm_sw_params_get_avail_min (line 10585) | int snd_pcm_sw_params_get_avail_min( method snd_pcm_sw_params_set_period_event (line 10602) | int snd_pcm_sw_params_set_period_event( method snd_pcm_sw_params_get_period_event (line 10622) | int snd_pcm_sw_params_get_period_event( method snd_pcm_sw_params_set_start_threshold (line 10640) | int snd_pcm_sw_params_set_start_threshold( method snd_pcm_sw_params_get_start_threshold (line 10660) | int snd_pcm_sw_params_get_start_threshold( method snd_pcm_sw_params_set_stop_threshold (line 10678) | int snd_pcm_sw_params_set_stop_threshold( method snd_pcm_sw_params_get_stop_threshold (line 10698) | int snd_pcm_sw_params_get_stop_threshold( method snd_pcm_sw_params_set_silence_threshold (line 10716) | int snd_pcm_sw_params_set_silence_threshold( method snd_pcm_sw_params_get_silence_threshold (line 10736) | int snd_pcm_sw_params_get_silence_threshold( method snd_pcm_sw_params_set_silence_size (line 10754) | int snd_pcm_sw_params_set_silence_size( method snd_pcm_sw_params_get_silence_size (line 10774) | int snd_pcm_sw_params_get_silence_size( method snd_pcm_access_mask_sizeof (line 10792) | int snd_pcm_access_mask_sizeof() method snd_pcm_access_mask_malloc (line 10803) | int snd_pcm_access_mask_malloc( method snd_pcm_access_mask_free (line 10818) | void snd_pcm_access_mask_free( method snd_pcm_access_mask_copy (line 10833) | void snd_pcm_access_mask_copy( method snd_pcm_access_mask_none (line 10850) | void snd_pcm_access_mask_none( method snd_pcm_access_mask_any (line 10865) | void snd_pcm_access_mask_any( method snd_pcm_access_mask_test (line 10879) | int snd_pcm_access_mask_test( method snd_pcm_access_mask_empty (line 10896) | int snd_pcm_access_mask_empty( method snd_pcm_access_mask_set (line 10911) | void snd_pcm_access_mask_set( method snd_pcm_access_mask_reset (line 10927) | void snd_pcm_access_mask_reset( method snd_pcm_format_mask_sizeof (line 10944) | int snd_pcm_format_mask_sizeof() method snd_pcm_format_mask_malloc (line 10955) | int snd_pcm_format_mask_malloc( method snd_pcm_format_mask_free (line 10970) | void snd_pcm_format_mask_free( method snd_pcm_format_mask_copy (line 10985) | void snd_pcm_format_mask_copy( method snd_pcm_format_mask_none (line 11002) | void snd_pcm_format_mask_none( method snd_pcm_format_mask_any (line 11017) | void snd_pcm_format_mask_any( method snd_pcm_format_mask_test (line 11031) | int snd_pcm_format_mask_test( method snd_pcm_format_mask_empty (line 11048) | int snd_pcm_format_mask_empty( method snd_pcm_format_mask_set (line 11063) | void snd_pcm_format_mask_set( method snd_pcm_format_mask_reset (line 11079) | void snd_pcm_format_mask_reset( method snd_pcm_subformat_mask_sizeof (line 11096) | int snd_pcm_subformat_mask_sizeof() method snd_pcm_subformat_mask_malloc (line 11107) | int snd_pcm_subformat_mask_malloc( method snd_pcm_subformat_mask_free (line 11122) | void snd_pcm_subformat_mask_free( method snd_pcm_subformat_mask_copy (line 11137) | void snd_pcm_subformat_mask_copy( method snd_pcm_subformat_mask_none (line 11154) | void snd_pcm_subformat_mask_none( method snd_pcm_subformat_mask_any (line 11169) | void snd_pcm_subformat_mask_any( method snd_pcm_subformat_mask_test (line 11184) | int snd_pcm_subformat_mask_test( method snd_pcm_subformat_mask_empty (line 11201) | int snd_pcm_subformat_mask_empty( method snd_pcm_subformat_mask_set (line 11216) | void snd_pcm_subformat_mask_set( method snd_pcm_subformat_mask_reset (line 11233) | void snd_pcm_subformat_mask_reset( method snd_pcm_status_sizeof (line 11250) | int snd_pcm_status_sizeof() method snd_pcm_status_malloc (line 11260) | int snd_pcm_status_malloc( method snd_pcm_status_free (line 11274) | void snd_pcm_status_free( method snd_pcm_status_copy (line 11288) | void snd_pcm_status_copy( method snd_pcm_status_get_state (line 11304) | int snd_pcm_status_get_state( method snd_pcm_status_get_trigger_tstamp (line 11319) | void snd_pcm_status_get_trigger_tstamp( method snd_pcm_status_get_trigger_htstamp (line 11337) | void snd_pcm_status_get_trigger_htstamp( method snd_pcm_status_get_tstamp (line 11355) | void snd_pcm_status_get_tstamp( method snd_pcm_status_get_htstamp (line 11372) | void snd_pcm_status_get_htstamp( method snd_pcm_status_get_audio_htstamp (line 11389) | void snd_pcm_status_get_audio_htstamp( method snd_pcm_status_get_driver_htstamp (line 11406) | void snd_pcm_status_get_driver_htstamp( method snd_pcm_status_get_audio_htstamp_report (line 11424) | void snd_pcm_status_get_audio_htstamp_report( method snd_pcm_status_set_audio_htstamp_config (line 11442) | void snd_pcm_status_set_audio_htstamp_config( method snd_pcm_status_get_delay (line 11460) | int snd_pcm_status_get_delay( method snd_pcm_status_get_avail (line 11475) | int snd_pcm_status_get_avail( method snd_pcm_status_get_avail_max (line 11490) | int snd_pcm_status_get_avail_max( method snd_pcm_status_get_overrange (line 11505) | int snd_pcm_status_get_overrange( method snd_pcm_type_name (line 11520) | ffi.Pointer snd_pcm_type_name( method snd_pcm_stream_name (line 11533) | ffi.Pointer snd_pcm_stream_name( method snd_pcm_access_name (line 11547) | ffi.Pointer snd_pcm_access_name( method snd_pcm_format_name (line 11561) | ffi.Pointer snd_pcm_format_name( method snd_pcm_format_description (line 11575) | ffi.Pointer snd_pcm_format_description( method snd_pcm_subformat_name (line 11590) | ffi.Pointer snd_pcm_subformat_name( method snd_pcm_subformat_description (line 11604) | ffi.Pointer snd_pcm_subformat_description( method snd_pcm_format_value (line 11619) | int snd_pcm_format_value( method snd_pcm_tstamp_mode_name (line 11633) | ffi.Pointer snd_pcm_tstamp_mode_name( method snd_pcm_state_name (line 11648) | ffi.Pointer snd_pcm_state_name( method snd_pcm_dump (line 11661) | int snd_pcm_dump( method snd_pcm_dump_hw_setup (line 11676) | int snd_pcm_dump_hw_setup( method snd_pcm_dump_sw_setup (line 11692) | int snd_pcm_dump_sw_setup( method snd_pcm_dump_setup (line 11708) | int snd_pcm_dump_setup( method snd_pcm_hw_params_dump (line 11723) | int snd_pcm_hw_params_dump( method snd_pcm_sw_params_dump (line 11739) | int snd_pcm_sw_params_dump( method snd_pcm_status_dump (line 11755) | int snd_pcm_status_dump( method snd_pcm_mmap_begin (line 11771) | int snd_pcm_mmap_begin( method snd_pcm_mmap_commit (line 11790) | int snd_pcm_mmap_commit( method snd_pcm_mmap_writei (line 11808) | int snd_pcm_mmap_writei( method snd_pcm_mmap_readi (line 11826) | int snd_pcm_mmap_readi( method snd_pcm_mmap_writen (line 11843) | int snd_pcm_mmap_writen( method snd_pcm_mmap_readn (line 11861) | int snd_pcm_mmap_readn( method snd_pcm_format_signed (line 11878) | int snd_pcm_format_signed( method snd_pcm_format_unsigned (line 11892) | int snd_pcm_format_unsigned( method snd_pcm_format_linear (line 11906) | int snd_pcm_format_linear( method snd_pcm_format_float (line 11920) | int snd_pcm_format_float( method snd_pcm_format_little_endian (line 11934) | int snd_pcm_format_little_endian( method snd_pcm_format_big_endian (line 11949) | int snd_pcm_format_big_endian( method snd_pcm_format_cpu_endian (line 11964) | int snd_pcm_format_cpu_endian( method snd_pcm_format_width (line 11979) | int snd_pcm_format_width( method snd_pcm_format_physical_width (line 11993) | int snd_pcm_format_physical_width( method snd_pcm_build_linear_format (line 12008) | int snd_pcm_build_linear_format( method snd_pcm_format_size (line 12029) | int snd_pcm_format_size( method snd_pcm_format_silence (line 12045) | int snd_pcm_format_silence( method snd_pcm_format_silence_16 (line 12059) | int snd_pcm_format_silence_16( method snd_pcm_format_silence_32 (line 12074) | int snd_pcm_format_silence_32( method snd_pcm_format_silence_64 (line 12089) | int snd_pcm_format_silence_64( method snd_pcm_format_set_silence (line 12104) | int snd_pcm_format_set_silence( method snd_pcm_bytes_to_frames (line 12123) | int snd_pcm_bytes_to_frames( method snd_pcm_frames_to_bytes (line 12139) | int snd_pcm_frames_to_bytes( method snd_pcm_bytes_to_samples (line 12155) | int snd_pcm_bytes_to_samples( method snd_pcm_samples_to_bytes (line 12172) | int snd_pcm_samples_to_bytes( method snd_pcm_area_silence (line 12189) | int snd_pcm_area_silence( method snd_pcm_areas_silence (line 12209) | int snd_pcm_areas_silence( method snd_pcm_area_copy (line 12231) | int snd_pcm_area_copy( method snd_pcm_areas_copy (line 12254) | int snd_pcm_areas_copy( method snd_pcm_areas_copy_wrap (line 12279) | int snd_pcm_areas_copy_wrap( method snd_pcm_hook_get_pcm (line 12309) | ffi.Pointer snd_pcm_hook_get_pcm( method snd_pcm_hook_get_private (line 12323) | ffi.Pointer snd_pcm_hook_get_private( method snd_pcm_hook_set_private (line 12338) | void snd_pcm_hook_set_private( method snd_pcm_hook_add (line 12355) | int snd_pcm_hook_add( method snd_pcm_hook_remove (line 12376) | int snd_pcm_hook_remove( method snd_pcm_meter_get_bufsize (line 12390) | int snd_pcm_meter_get_bufsize( method snd_pcm_meter_get_channels (line 12405) | int snd_pcm_meter_get_channels( method snd_pcm_meter_get_rate (line 12420) | int snd_pcm_meter_get_rate( method snd_pcm_meter_get_now (line 12434) | int snd_pcm_meter_get_now( method snd_pcm_meter_get_boundary (line 12448) | int snd_pcm_meter_get_boundary( method snd_pcm_meter_add_scope (line 12463) | int snd_pcm_meter_add_scope( method snd_pcm_meter_search_scope (line 12479) | ffi.Pointer snd_pcm_meter_search_scope( method snd_pcm_scope_malloc (line 12496) | int snd_pcm_scope_malloc( method snd_pcm_scope_set_ops (line 12510) | void snd_pcm_scope_set_ops( method snd_pcm_scope_set_name (line 12526) | void snd_pcm_scope_set_name( method snd_pcm_scope_get_name (line 12542) | ffi.Pointer snd_pcm_scope_get_name( method snd_pcm_scope_get_callback_private (line 12556) | ffi.Pointer snd_pcm_scope_get_callback_private( method snd_pcm_scope_set_callback_private (line 12572) | void snd_pcm_scope_set_callback_private( method snd_pcm_scope_s16_open (line 12590) | int snd_pcm_scope_s16_open( method snd_pcm_scope_s16_get_channel_buffer (line 12608) | ffi.Pointer snd_pcm_scope_s16_get_channel_buffer( method snd_spcm_init (line 12626) | int snd_spcm_init( method snd_spcm_init_duplex (line 12653) | int snd_spcm_init_duplex( method snd_spcm_init_get_params (line 12685) | int snd_spcm_init_get_params( method snd_pcm_start_mode_name (line 12706) | ffi.Pointer snd_pcm_start_mode_name( method snd_pcm_xrun_mode_name (line 12720) | ffi.Pointer snd_pcm_xrun_mode_name( method snd_pcm_sw_params_set_start_mode (line 12734) | int snd_pcm_sw_params_set_start_mode( method snd_pcm_sw_params_get_start_mode (line 12753) | int snd_pcm_sw_params_get_start_mode( method snd_pcm_sw_params_set_xrun_mode (line 12768) | int snd_pcm_sw_params_set_xrun_mode( method snd_pcm_sw_params_get_xrun_mode (line 12787) | int snd_pcm_sw_params_get_xrun_mode( method snd_pcm_sw_params_set_xfer_align (line 12802) | int snd_pcm_sw_params_set_xfer_align( method snd_pcm_sw_params_get_xfer_align (line 12821) | int snd_pcm_sw_params_get_xfer_align( method snd_pcm_sw_params_set_sleep_min (line 12838) | int snd_pcm_sw_params_set_sleep_min( method snd_pcm_sw_params_get_sleep_min (line 12857) | int snd_pcm_sw_params_get_sleep_min( method snd_pcm_hw_params_get_tick_time (line 12874) | int snd_pcm_hw_params_get_tick_time( method snd_pcm_hw_params_get_tick_time_min (line 12893) | int snd_pcm_hw_params_get_tick_time_min( method snd_pcm_hw_params_get_tick_time_max (line 12913) | int snd_pcm_hw_params_get_tick_time_max( method snd_pcm_hw_params_test_tick_time (line 12933) | int snd_pcm_hw_params_test_tick_time( method snd_pcm_hw_params_set_tick_time (line 12954) | int snd_pcm_hw_params_set_tick_time( method snd_pcm_hw_params_set_tick_time_min (line 12975) | int snd_pcm_hw_params_set_tick_time_min( method snd_pcm_hw_params_set_tick_time_max (line 12997) | int snd_pcm_hw_params_set_tick_time_max( method snd_pcm_hw_params_set_tick_time_minmax (line 13019) | int snd_pcm_hw_params_set_tick_time_minmax( method snd_pcm_hw_params_set_tick_time_near (line 13045) | int snd_pcm_hw_params_set_tick_time_near( method snd_pcm_hw_params_set_tick_time_first (line 13067) | int snd_pcm_hw_params_set_tick_time_first( method snd_pcm_hw_params_set_tick_time_last (line 13089) | int snd_pcm_hw_params_set_tick_time_last( method snd_rawmidi_open (line 13111) | int snd_rawmidi_open( method snd_rawmidi_open_lconf (line 13130) | int snd_rawmidi_open_lconf( method snd_rawmidi_close (line 13152) | int snd_rawmidi_close( method snd_rawmidi_poll_descriptors_count (line 13165) | int snd_rawmidi_poll_descriptors_count( method snd_rawmidi_poll_descriptors (line 13181) | int snd_rawmidi_poll_descriptors( method snd_rawmidi_poll_descriptors_revents (line 13200) | int snd_rawmidi_poll_descriptors_revents( method snd_rawmidi_nonblock (line 13222) | int snd_rawmidi_nonblock( method snd_rawmidi_info_sizeof (line 13238) | int snd_rawmidi_info_sizeof() method snd_rawmidi_info_malloc (line 13248) | int snd_rawmidi_info_malloc( method snd_rawmidi_info_free (line 13262) | void snd_rawmidi_info_free( method snd_rawmidi_info_copy (line 13276) | void snd_rawmidi_info_copy( method snd_rawmidi_info_get_device (line 13292) | int snd_rawmidi_info_get_device( method snd_rawmidi_info_get_subdevice (line 13307) | int snd_rawmidi_info_get_subdevice( method snd_rawmidi_info_get_stream (line 13322) | int snd_rawmidi_info_get_stream( method snd_rawmidi_info_get_card (line 13337) | int snd_rawmidi_info_get_card( method snd_rawmidi_info_get_flags (line 13352) | int snd_rawmidi_info_get_flags( method snd_rawmidi_info_get_id (line 13367) | ffi.Pointer snd_rawmidi_info_get_id( method snd_rawmidi_info_get_name (line 13381) | ffi.Pointer snd_rawmidi_info_get_name( method snd_rawmidi_info_get_subdevice_name (line 13396) | ffi.Pointer snd_rawmidi_info_get_subdevice_name( method snd_rawmidi_info_get_subdevices_count (line 13412) | int snd_rawmidi_info_get_subdevices_count( method snd_rawmidi_info_get_subdevices_avail (line 13428) | int snd_rawmidi_info_get_subdevices_avail( method snd_rawmidi_info_set_device (line 13444) | void snd_rawmidi_info_set_device( method snd_rawmidi_info_set_subdevice (line 13461) | void snd_rawmidi_info_set_subdevice( method snd_rawmidi_info_set_stream (line 13478) | void snd_rawmidi_info_set_stream( method snd_rawmidi_info (line 13495) | int snd_rawmidi_info( method snd_rawmidi_params_sizeof (line 13510) | int snd_rawmidi_params_sizeof() method snd_rawmidi_params_malloc (line 13521) | int snd_rawmidi_params_malloc( method snd_rawmidi_params_free (line 13536) | void snd_rawmidi_params_free( method snd_rawmidi_params_copy (line 13550) | void snd_rawmidi_params_copy( method snd_rawmidi_params_set_buffer_size (line 13566) | int snd_rawmidi_params_set_buffer_size( method snd_rawmidi_params_get_buffer_size (line 13586) | int snd_rawmidi_params_get_buffer_size( method snd_rawmidi_params_set_avail_min (line 13602) | int snd_rawmidi_params_set_avail_min( method snd_rawmidi_params_get_avail_min (line 13621) | int snd_rawmidi_params_get_avail_min( method snd_rawmidi_params_set_no_active_sensing (line 13636) | int snd_rawmidi_params_set_no_active_sensing( method snd_rawmidi_params_get_no_active_sensing (line 13656) | int snd_rawmidi_params_get_no_active_sensing( method snd_rawmidi_params (line 13672) | int snd_rawmidi_params( method snd_rawmidi_params_current (line 13687) | int snd_rawmidi_params_current( method snd_rawmidi_status_sizeof (line 13704) | int snd_rawmidi_status_sizeof() method snd_rawmidi_status_malloc (line 13715) | int snd_rawmidi_status_malloc( method snd_rawmidi_status_free (line 13730) | void snd_rawmidi_status_free( method snd_rawmidi_status_copy (line 13744) | void snd_rawmidi_status_copy( method snd_rawmidi_status_get_tstamp (line 13760) | void snd_rawmidi_status_get_tstamp( method snd_rawmidi_status_get_avail (line 13777) | int snd_rawmidi_status_get_avail( method snd_rawmidi_status_get_xruns (line 13792) | int snd_rawmidi_status_get_xruns( method snd_rawmidi_status (line 13807) | int snd_rawmidi_status( method snd_rawmidi_drain (line 13822) | int snd_rawmidi_drain( method snd_rawmidi_drop (line 13835) | int snd_rawmidi_drop( method snd_rawmidi_write (line 13848) | int snd_rawmidi_write( method snd_rawmidi_read (line 13865) | int snd_rawmidi_read( method snd_rawmidi_name (line 13882) | ffi.Pointer snd_rawmidi_name( method snd_rawmidi_type (line 13895) | int snd_rawmidi_type( method snd_rawmidi_stream (line 13908) | int snd_rawmidi_stream( method snd_timer_query_open (line 13921) | int snd_timer_query_open( method snd_timer_query_open_lconf (line 13939) | int snd_timer_query_open_lconf( method snd_timer_query_close (line 13960) | int snd_timer_query_close( method snd_timer_query_next_device (line 13974) | int snd_timer_query_next_device( method snd_timer_query_info (line 13991) | int snd_timer_query_info( method snd_timer_query_params (line 14007) | int snd_timer_query_params( method snd_timer_query_status (line 14023) | int snd_timer_query_status( method snd_timer_open (line 14039) | int snd_timer_open( method snd_timer_open_lconf (line 14056) | int snd_timer_open_lconf( method snd_timer_close (line 14076) | int snd_timer_close( method snd_async_add_timer_handler (line 14089) | int snd_async_add_timer_handler( method snd_async_handler_get_timer (line 14110) | ffi.Pointer snd_async_handler_get_timer( method snd_timer_poll_descriptors_count (line 14125) | int snd_timer_poll_descriptors_count( method snd_timer_poll_descriptors (line 14140) | int snd_timer_poll_descriptors( method snd_timer_poll_descriptors_revents (line 14159) | int snd_timer_poll_descriptors_revents( method snd_timer_info (line 14181) | int snd_timer_info( method snd_timer_params (line 14196) | int snd_timer_params( method snd_timer_status (line 14211) | int snd_timer_status( method snd_timer_start (line 14226) | int snd_timer_start( method snd_timer_stop (line 14239) | int snd_timer_stop( method snd_timer_continue (line 14252) | int snd_timer_continue( method snd_timer_read (line 14265) | int snd_timer_read( method snd_timer_id_sizeof (line 14282) | int snd_timer_id_sizeof() method snd_timer_id_malloc (line 14292) | int snd_timer_id_malloc( method snd_timer_id_free (line 14306) | void snd_timer_id_free( method snd_timer_id_copy (line 14319) | void snd_timer_id_copy( method snd_timer_id_set_class (line 14334) | void snd_timer_id_set_class( method snd_timer_id_get_class (line 14350) | int snd_timer_id_get_class( method snd_timer_id_set_sclass (line 14364) | void snd_timer_id_set_sclass( method snd_timer_id_get_sclass (line 14380) | int snd_timer_id_get_sclass( method snd_timer_id_set_card (line 14394) | void snd_timer_id_set_card( method snd_timer_id_get_card (line 14410) | int snd_timer_id_get_card( method snd_timer_id_set_device (line 14424) | void snd_timer_id_set_device( method snd_timer_id_get_device (line 14440) | int snd_timer_id_get_device( method snd_timer_id_set_subdevice (line 14454) | void snd_timer_id_set_subdevice( method snd_timer_id_get_subdevice (line 14471) | int snd_timer_id_get_subdevice( method snd_timer_ginfo_sizeof (line 14486) | int snd_timer_ginfo_sizeof() method snd_timer_ginfo_malloc (line 14496) | int snd_timer_ginfo_malloc( method snd_timer_ginfo_free (line 14510) | void snd_timer_ginfo_free( method snd_timer_ginfo_copy (line 14524) | void snd_timer_ginfo_copy( method snd_timer_ginfo_set_tid (line 14540) | int snd_timer_ginfo_set_tid( method snd_timer_ginfo_get_tid (line 14556) | ffi.Pointer snd_timer_ginfo_get_tid( method snd_timer_ginfo_get_flags (line 14570) | int snd_timer_ginfo_get_flags( method snd_timer_ginfo_get_card (line 14585) | int snd_timer_ginfo_get_card( method snd_timer_ginfo_get_id (line 14600) | ffi.Pointer snd_timer_ginfo_get_id( method snd_timer_ginfo_get_name (line 14614) | ffi.Pointer snd_timer_ginfo_get_name( method snd_timer_ginfo_get_resolution (line 14629) | int snd_timer_ginfo_get_resolution( method snd_timer_ginfo_get_resolution_min (line 14644) | int snd_timer_ginfo_get_resolution_min( method snd_timer_ginfo_get_resolution_max (line 14660) | int snd_timer_ginfo_get_resolution_max( method snd_timer_ginfo_get_clients (line 14676) | int snd_timer_ginfo_get_clients( method snd_timer_info_sizeof (line 14691) | int snd_timer_info_sizeof() method snd_timer_info_malloc (line 14701) | int snd_timer_info_malloc( method snd_timer_info_free (line 14715) | void snd_timer_info_free( method snd_timer_info_copy (line 14729) | void snd_timer_info_copy( method snd_timer_info_is_slave (line 14745) | int snd_timer_info_is_slave( method snd_timer_info_get_card (line 14759) | int snd_timer_info_get_card( method snd_timer_info_get_id (line 14773) | ffi.Pointer snd_timer_info_get_id( method snd_timer_info_get_name (line 14787) | ffi.Pointer snd_timer_info_get_name( method snd_timer_info_get_resolution (line 14801) | int snd_timer_info_get_resolution( method snd_timer_params_sizeof (line 14816) | int snd_timer_params_sizeof() method snd_timer_params_malloc (line 14826) | int snd_timer_params_malloc( method snd_timer_params_free (line 14840) | void snd_timer_params_free( method snd_timer_params_copy (line 14854) | void snd_timer_params_copy( method snd_timer_params_set_auto_start (line 14870) | int snd_timer_params_set_auto_start( method snd_timer_params_get_auto_start (line 14887) | int snd_timer_params_get_auto_start( method snd_timer_params_set_exclusive (line 14902) | int snd_timer_params_set_exclusive( method snd_timer_params_get_exclusive (line 14919) | int snd_timer_params_get_exclusive( method snd_timer_params_set_early_event (line 14934) | int snd_timer_params_set_early_event( method snd_timer_params_get_early_event (line 14951) | int snd_timer_params_get_early_event( method snd_timer_params_set_ticks (line 14966) | void snd_timer_params_set_ticks( method snd_timer_params_get_ticks (line 14983) | int snd_timer_params_get_ticks( method snd_timer_params_set_queue_size (line 14998) | void snd_timer_params_set_queue_size( method snd_timer_params_get_queue_size (line 15015) | int snd_timer_params_get_queue_size( method snd_timer_params_set_filter (line 15030) | void snd_timer_params_set_filter( method snd_timer_params_get_filter (line 15047) | int snd_timer_params_get_filter( method snd_timer_status_sizeof (line 15062) | int snd_timer_status_sizeof() method snd_timer_status_malloc (line 15072) | int snd_timer_status_malloc( method snd_timer_status_free (line 15086) | void snd_timer_status_free( method snd_timer_status_copy (line 15100) | void snd_timer_status_copy( method snd_timer_status_get_timestamp (line 15116) | timespec snd_timer_status_get_timestamp( method snd_timer_status_get_resolution (line 15131) | int snd_timer_status_get_resolution( method snd_timer_status_get_lost (line 15146) | int snd_timer_status_get_lost( method snd_timer_status_get_overrun (line 15161) | int snd_timer_status_get_overrun( method snd_timer_status_get_queue (line 15176) | int snd_timer_status_get_queue( method snd_timer_info_get_ticks (line 15191) | int snd_timer_info_get_ticks( method snd_hwdep_open (line 15206) | int snd_hwdep_open( method snd_hwdep_close (line 15223) | int snd_hwdep_close( method snd_hwdep_poll_descriptors (line 15236) | int snd_hwdep_poll_descriptors( method snd_hwdep_poll_descriptors_count (line 15255) | int snd_hwdep_poll_descriptors_count( method snd_hwdep_poll_descriptors_revents (line 15270) | int snd_hwdep_poll_descriptors_revents( method snd_hwdep_nonblock (line 15292) | int snd_hwdep_nonblock( method snd_hwdep_info (line 15307) | int snd_hwdep_info( method snd_hwdep_dsp_status (line 15322) | int snd_hwdep_dsp_status( method snd_hwdep_dsp_load (line 15338) | int snd_hwdep_dsp_load( method snd_hwdep_ioctl (line 15353) | int snd_hwdep_ioctl( method snd_hwdep_write (line 15370) | int snd_hwdep_write( method snd_hwdep_read (line 15387) | int snd_hwdep_read( method snd_hwdep_info_sizeof (line 15404) | int snd_hwdep_info_sizeof() method snd_hwdep_info_malloc (line 15414) | int snd_hwdep_info_malloc( method snd_hwdep_info_free (line 15428) | void snd_hwdep_info_free( method snd_hwdep_info_copy (line 15442) | void snd_hwdep_info_copy( method snd_hwdep_info_get_device (line 15458) | int snd_hwdep_info_get_device( method snd_hwdep_info_get_card (line 15473) | int snd_hwdep_info_get_card( method snd_hwdep_info_get_id (line 15487) | ffi.Pointer snd_hwdep_info_get_id( method snd_hwdep_info_get_name (line 15501) | ffi.Pointer snd_hwdep_info_get_name( method snd_hwdep_info_get_iface (line 15515) | int snd_hwdep_info_get_iface( method snd_hwdep_info_set_device (line 15530) | void snd_hwdep_info_set_device( method snd_hwdep_dsp_status_sizeof (line 15547) | int snd_hwdep_dsp_status_sizeof() method snd_hwdep_dsp_status_malloc (line 15558) | int snd_hwdep_dsp_status_malloc( method snd_hwdep_dsp_status_free (line 15573) | void snd_hwdep_dsp_status_free( method snd_hwdep_dsp_status_copy (line 15588) | void snd_hwdep_dsp_status_copy( method snd_hwdep_dsp_status_get_version (line 15605) | int snd_hwdep_dsp_status_get_version( method snd_hwdep_dsp_status_get_id (line 15620) | ffi.Pointer snd_hwdep_dsp_status_get_id( method snd_hwdep_dsp_status_get_num_dsps (line 15635) | int snd_hwdep_dsp_status_get_num_dsps( method snd_hwdep_dsp_status_get_dsp_loaded (line 15651) | int snd_hwdep_dsp_status_get_dsp_loaded( method snd_hwdep_dsp_status_get_chip_ready (line 15667) | int snd_hwdep_dsp_status_get_chip_ready( method snd_hwdep_dsp_image_sizeof (line 15683) | int snd_hwdep_dsp_image_sizeof() method snd_hwdep_dsp_image_malloc (line 15694) | int snd_hwdep_dsp_image_malloc( method snd_hwdep_dsp_image_free (line 15709) | void snd_hwdep_dsp_image_free( method snd_hwdep_dsp_image_copy (line 15724) | void snd_hwdep_dsp_image_copy( method snd_hwdep_dsp_image_get_index (line 15741) | int snd_hwdep_dsp_image_get_index( method snd_hwdep_dsp_image_get_name (line 15756) | ffi.Pointer snd_hwdep_dsp_image_get_name( method snd_hwdep_dsp_image_get_image (line 15771) | ffi.Pointer snd_hwdep_dsp_image_get_image( method snd_hwdep_dsp_image_get_length (line 15786) | int snd_hwdep_dsp_image_get_length( method snd_hwdep_dsp_image_set_index (line 15801) | void snd_hwdep_dsp_image_set_index( method snd_hwdep_dsp_image_set_name (line 15818) | void snd_hwdep_dsp_image_set_name( method snd_hwdep_dsp_image_set_image (line 15835) | void snd_hwdep_dsp_image_set_image( method snd_hwdep_dsp_image_set_length (line 15852) | void snd_hwdep_dsp_image_set_length( method snd_card_load (line 15869) | int snd_card_load( method snd_card_next (line 15882) | int snd_card_next( method snd_card_get_index (line 15895) | int snd_card_get_index( method snd_card_get_name (line 15908) | int snd_card_get_name( method snd_card_get_longname (line 15923) | int snd_card_get_longname( method snd_device_name_hint (line 15939) | int snd_device_name_hint( method snd_device_name_free_hint (line 15957) | int snd_device_name_free_hint( method snd_device_name_get_hint (line 15972) | ffi.Pointer snd_device_name_get_hint( method snd_ctl_open (line 15989) | int snd_ctl_open( method snd_ctl_open_lconf (line 16006) | int snd_ctl_open_lconf( method snd_ctl_open_fallback (line 16025) | int snd_ctl_open_fallback( method snd_ctl_close (line 16047) | int snd_ctl_close( method snd_ctl_nonblock (line 16060) | int snd_ctl_nonblock( method snd_async_add_ctl_handler (line 16075) | int snd_async_add_ctl_handler( method snd_async_handler_get_ctl (line 16096) | ffi.Pointer snd_async_handler_get_ctl( method snd_ctl_poll_descriptors_count (line 16111) | int snd_ctl_poll_descriptors_count( method snd_ctl_poll_descriptors (line 16126) | int snd_ctl_poll_descriptors( method snd_ctl_poll_descriptors_revents (line 16145) | int snd_ctl_poll_descriptors_revents( method snd_ctl_subscribe_events (line 16166) | int snd_ctl_subscribe_events( method snd_ctl_card_info (line 16183) | int snd_ctl_card_info( method snd_ctl_elem_list (line 16198) | int snd_ctl_elem_list( method snd_ctl_elem_info (line 16213) | int snd_ctl_elem_info( method snd_ctl_elem_read (line 16228) | int snd_ctl_elem_read( method snd_ctl_elem_write (line 16243) | int snd_ctl_elem_write( method snd_ctl_elem_lock (line 16258) | int snd_ctl_elem_lock( method snd_ctl_elem_unlock (line 16273) | int snd_ctl_elem_unlock( method snd_ctl_elem_tlv_read (line 16289) | int snd_ctl_elem_tlv_read( method snd_ctl_elem_tlv_write (line 16309) | int snd_ctl_elem_tlv_write( method snd_ctl_elem_tlv_command (line 16327) | int snd_ctl_elem_tlv_command( method snd_ctl_hwdep_next_device (line 16346) | int snd_ctl_hwdep_next_device( method snd_ctl_hwdep_info (line 16363) | int snd_ctl_hwdep_info( method snd_ctl_pcm_next_device (line 16378) | int snd_ctl_pcm_next_device( method snd_ctl_pcm_info (line 16394) | int snd_ctl_pcm_info( method snd_ctl_pcm_prefer_subdevice (line 16409) | int snd_ctl_pcm_prefer_subdevice( method snd_ctl_rawmidi_next_device (line 16426) | int snd_ctl_rawmidi_next_device( method snd_ctl_rawmidi_info (line 16443) | int snd_ctl_rawmidi_info( method snd_ctl_rawmidi_prefer_subdevice (line 16459) | int snd_ctl_rawmidi_prefer_subdevice( method snd_ctl_set_power_state (line 16476) | int snd_ctl_set_power_state( method snd_ctl_get_power_state (line 16492) | int snd_ctl_get_power_state( method snd_ctl_read (line 16508) | int snd_ctl_read( method snd_ctl_wait (line 16523) | int snd_ctl_wait( method snd_ctl_name (line 16538) | ffi.Pointer snd_ctl_name( method snd_ctl_type (line 16551) | int snd_ctl_type( method snd_ctl_elem_type_name (line 16564) | ffi.Pointer snd_ctl_elem_type_name( method snd_ctl_elem_iface_name (line 16578) | ffi.Pointer snd_ctl_elem_iface_name( method snd_ctl_event_type_name (line 16592) | ffi.Pointer snd_ctl_event_type_name( method snd_ctl_event_elem_get_mask (line 16606) | int snd_ctl_event_elem_get_mask( method snd_ctl_event_elem_get_numid (line 16621) | int snd_ctl_event_elem_get_numid( method snd_ctl_event_elem_get_id (line 16636) | void snd_ctl_event_elem_get_id( method snd_ctl_event_elem_get_interface (line 16653) | int snd_ctl_event_elem_get_interface( method snd_ctl_event_elem_get_device (line 16668) | int snd_ctl_event_elem_get_device( method snd_ctl_event_elem_get_subdevice (line 16683) | int snd_ctl_event_elem_get_subdevice( method snd_ctl_event_elem_get_name (line 16698) | ffi.Pointer snd_ctl_event_elem_get_name( method snd_ctl_event_elem_get_index (line 16713) | int snd_ctl_event_elem_get_index( method snd_ctl_elem_list_alloc_space (line 16728) | int snd_ctl_elem_list_alloc_space( method snd_ctl_elem_list_free_space (line 16745) | void snd_ctl_elem_list_free_space( method snd_ctl_ascii_elem_id_get (line 16760) | ffi.Pointer snd_ctl_ascii_elem_id_get( method snd_ctl_ascii_elem_id_parse (line 16775) | int snd_ctl_ascii_elem_id_parse( method snd_ctl_ascii_value_parse (line 16792) | int snd_ctl_ascii_value_parse( method snd_ctl_elem_id_sizeof (line 16813) | int snd_ctl_elem_id_sizeof() method snd_ctl_elem_id_malloc (line 16823) | int snd_ctl_elem_id_malloc( method snd_ctl_elem_id_free (line 16837) | void snd_ctl_elem_id_free( method snd_ctl_elem_id_clear (line 16851) | void snd_ctl_elem_id_clear( method snd_ctl_elem_id_copy (line 16865) | void snd_ctl_elem_id_copy( method snd_ctl_elem_id_get_numid (line 16881) | int snd_ctl_elem_id_get_numid( method snd_ctl_elem_id_get_interface (line 16896) | int snd_ctl_elem_id_get_interface( method snd_ctl_elem_id_get_device (line 16911) | int snd_ctl_elem_id_get_device( method snd_ctl_elem_id_get_subdevice (line 16926) | int snd_ctl_elem_id_get_subdevice( method snd_ctl_elem_id_get_name (line 16941) | ffi.Pointer snd_ctl_elem_id_get_name( method snd_ctl_elem_id_get_index (line 16956) | int snd_ctl_elem_id_get_index( method snd_ctl_elem_id_set_numid (line 16971) | void snd_ctl_elem_id_set_numid( method snd_ctl_elem_id_set_interface (line 16988) | void snd_ctl_elem_id_set_interface( method snd_ctl_elem_id_set_device (line 17005) | void snd_ctl_elem_id_set_device( method snd_ctl_elem_id_set_subdevice (line 17022) | void snd_ctl_elem_id_set_subdevice( method snd_ctl_elem_id_set_name (line 17039) | void snd_ctl_elem_id_set_name( method snd_ctl_elem_id_set_index (line 17056) | void snd_ctl_elem_id_set_index( method snd_ctl_card_info_sizeof (line 17073) | int snd_ctl_card_info_sizeof() method snd_ctl_card_info_malloc (line 17084) | int snd_ctl_card_info_malloc( method snd_ctl_card_info_free (line 17099) | void snd_ctl_card_info_free( method snd_ctl_card_info_clear (line 17113) | void snd_ctl_card_info_clear( method snd_ctl_card_info_copy (line 17127) | void snd_ctl_card_info_copy( method snd_ctl_card_info_get_card (line 17143) | int snd_ctl_card_info_get_card( method snd_ctl_card_info_get_id (line 17158) | ffi.Pointer snd_ctl_card_info_get_id( method snd_ctl_card_info_get_driver (line 17173) | ffi.Pointer snd_ctl_card_info_get_driver( method snd_ctl_card_info_get_name (line 17188) | ffi.Pointer snd_ctl_card_info_get_name( method snd_ctl_card_info_get_longname (line 17203) | ffi.Pointer snd_ctl_card_info_get_longname( method snd_ctl_card_info_get_mixername (line 17218) | ffi.Pointer snd_ctl_card_info_get_mixername( method snd_ctl_card_info_get_components (line 17233) | ffi.Pointer snd_ctl_card_info_get_components( method snd_ctl_event_sizeof (line 17248) | int snd_ctl_event_sizeof() method snd_ctl_event_malloc (line 17258) | int snd_ctl_event_malloc( method snd_ctl_event_free (line 17272) | void snd_ctl_event_free( method snd_ctl_event_clear (line 17285) | void snd_ctl_event_clear( method snd_ctl_event_copy (line 17299) | void snd_ctl_event_copy( method snd_ctl_event_get_type (line 17314) | int snd_ctl_event_get_type( method snd_ctl_elem_list_sizeof (line 17328) | int snd_ctl_elem_list_sizeof() method snd_ctl_elem_list_malloc (line 17339) | int snd_ctl_elem_list_malloc( method snd_ctl_elem_list_free (line 17354) | void snd_ctl_elem_list_free( method snd_ctl_elem_list_clear (line 17368) | void snd_ctl_elem_list_clear( method snd_ctl_elem_list_copy (line 17382) | void snd_ctl_elem_list_copy( method snd_ctl_elem_list_set_offset (line 17398) | void snd_ctl_elem_list_set_offset( method snd_ctl_elem_list_get_used (line 17415) | int snd_ctl_elem_list_get_used( method snd_ctl_elem_list_get_count (line 17430) | int snd_ctl_elem_list_get_count( method snd_ctl_elem_list_get_id (line 17445) | void snd_ctl_elem_list_get_id( method snd_ctl_elem_list_get_numid (line 17464) | int snd_ctl_elem_list_get_numid( method snd_ctl_elem_list_get_interface (line 17481) | int snd_ctl_elem_list_get_interface( method snd_ctl_elem_list_get_device (line 17498) | int snd_ctl_elem_list_get_device( method snd_ctl_elem_list_get_subdevice (line 17515) | int snd_ctl_elem_list_get_subdevice( method snd_ctl_elem_list_get_name (line 17532) | ffi.Pointer snd_ctl_elem_list_get_name( method snd_ctl_elem_list_get_index (line 17549) | int snd_ctl_elem_list_get_index( method snd_ctl_elem_info_sizeof (line 17566) | int snd_ctl_elem_info_sizeof() method snd_ctl_elem_info_malloc (line 17577) | int snd_ctl_elem_info_malloc( method snd_ctl_elem_info_free (line 17592) | void snd_ctl_elem_info_free( method snd_ctl_elem_info_clear (line 17606) | void snd_ctl_elem_info_clear( method snd_ctl_elem_info_copy (line 17620) | void snd_ctl_elem_info_copy( method snd_ctl_elem_info_get_type (line 17636) | int snd_ctl_elem_info_get_type( method snd_ctl_elem_info_is_readable (line 17651) | int snd_ctl_elem_info_is_readable( method snd_ctl_elem_info_is_writable (line 17666) | int snd_ctl_elem_info_is_writable( method snd_ctl_elem_info_is_volatile (line 17681) | int snd_ctl_elem_info_is_volatile( method snd_ctl_elem_info_is_inactive (line 17696) | int snd_ctl_elem_info_is_inactive( method snd_ctl_elem_info_is_locked (line 17711) | int snd_ctl_elem_info_is_locked( method snd_ctl_elem_info_is_tlv_readable (line 17726) | int snd_ctl_elem_info_is_tlv_readable( method snd_ctl_elem_info_is_tlv_writable (line 17742) | int snd_ctl_elem_info_is_tlv_writable( method snd_ctl_elem_info_is_tlv_commandable (line 17758) | int snd_ctl_elem_info_is_tlv_commandable( method snd_ctl_elem_info_is_owner (line 17774) | int snd_ctl_elem_info_is_owner( method snd_ctl_elem_info_is_user (line 17789) | int snd_ctl_elem_info_is_user( method snd_ctl_elem_info_get_owner (line 17804) | int snd_ctl_elem_info_get_owner( method snd_ctl_elem_info_get_count (line 17819) | int snd_ctl_elem_info_get_count( method snd_ctl_elem_info_get_min (line 17834) | int snd_ctl_elem_info_get_min( method snd_ctl_elem_info_get_max (line 17849) | int snd_ctl_elem_info_get_max( method snd_ctl_elem_info_get_step (line 17864) | int snd_ctl_elem_info_get_step( method snd_ctl_elem_info_get_min64 (line 17879) | int snd_ctl_elem_info_get_min64( method snd_ctl_elem_info_get_max64 (line 17894) | int snd_ctl_elem_info_get_max64( method snd_ctl_elem_info_get_step64 (line 17909) | int snd_ctl_elem_info_get_step64( method snd_ctl_elem_info_get_items (line 17924) | int snd_ctl_elem_info_get_items( method snd_ctl_elem_info_set_item (line 17939) | void snd_ctl_elem_info_set_item( method snd_ctl_elem_info_get_item_name (line 17956) | ffi.Pointer snd_ctl_elem_info_get_item_name( method snd_ctl_elem_info_get_dimensions (line 17971) | int snd_ctl_elem_info_get_dimensions( method snd_ctl_elem_info_get_dimension (line 17986) | int snd_ctl_elem_info_get_dimension( method snd_ctl_elem_info_set_dimension (line 18003) | int snd_ctl_elem_info_set_dimension( method snd_ctl_elem_info_get_id (line 18020) | void snd_ctl_elem_info_get_id( method snd_ctl_elem_info_get_numid (line 18037) | int snd_ctl_elem_info_get_numid( method snd_ctl_elem_info_get_interface (line 18052) | int snd_ctl_elem_info_get_interface( method snd_ctl_elem_info_get_device (line 18067) | int snd_ctl_elem_info_get_device( method snd_ctl_elem_info_get_subdevice (line 18082) | int snd_ctl_elem_info_get_subdevice( method snd_ctl_elem_info_get_name (line 18097) | ffi.Pointer snd_ctl_elem_info_get_name( method snd_ctl_elem_info_get_index (line 18112) | int snd_ctl_elem_info_get_index( method snd_ctl_elem_info_set_id (line 18127) | void snd_ctl_elem_info_set_id( method snd_ctl_elem_info_set_numid (line 18144) | void snd_ctl_elem_info_set_numid( method snd_ctl_elem_info_set_interface (line 18161) | void snd_ctl_elem_info_set_interface( method snd_ctl_elem_info_set_device (line 18178) | void snd_ctl_elem_info_set_device( method snd_ctl_elem_info_set_subdevice (line 18195) | void snd_ctl_elem_info_set_subdevice( method snd_ctl_elem_info_set_name (line 18212) | void snd_ctl_elem_info_set_name( method snd_ctl_elem_info_set_index (line 18229) | void snd_ctl_elem_info_set_index( method snd_ctl_add_integer_elem_set (line 18246) | int snd_ctl_add_integer_elem_set( method snd_ctl_add_integer64_elem_set (line 18273) | int snd_ctl_add_integer64_elem_set( method snd_ctl_add_boolean_elem_set (line 18300) | int snd_ctl_add_boolean_elem_set( method snd_ctl_add_enumerated_elem_set (line 18321) | int snd_ctl_add_enumerated_elem_set( method snd_ctl_add_bytes_elem_set (line 18346) | int snd_ctl_add_bytes_elem_set( method snd_ctl_elem_add_integer (line 18367) | int snd_ctl_elem_add_integer( method snd_ctl_elem_add_integer64 (line 18392) | int snd_ctl_elem_add_integer64( method snd_ctl_elem_add_boolean (line 18417) | int snd_ctl_elem_add_boolean( method snd_ctl_elem_add_enumerated (line 18436) | int snd_ctl_elem_add_enumerated( method snd_ctl_elem_add_iec958 (line 18459) | int snd_ctl_elem_add_iec958( method snd_ctl_elem_remove (line 18475) | int snd_ctl_elem_remove( method snd_ctl_elem_value_sizeof (line 18491) | int snd_ctl_elem_value_sizeof() method snd_ctl_elem_value_malloc (line 18502) | int snd_ctl_elem_value_malloc( method snd_ctl_elem_value_free (line 18517) | void snd_ctl_elem_value_free( method snd_ctl_elem_value_clear (line 18531) | void snd_ctl_elem_value_clear( method snd_ctl_elem_value_copy (line 18546) | void snd_ctl_elem_value_copy( method snd_ctl_elem_value_compare (line 18562) | int snd_ctl_elem_value_compare( method snd_ctl_elem_value_get_id (line 18579) | void snd_ctl_elem_value_get_id( method snd_ctl_elem_value_get_numid (line 18596) | int snd_ctl_elem_value_get_numid( method snd_ctl_elem_value_get_interface (line 18611) | int snd_ctl_elem_value_get_interface( method snd_ctl_elem_value_get_device (line 18626) | int snd_ctl_elem_value_get_device( method snd_ctl_elem_value_get_subdevice (line 18641) | int snd_ctl_elem_value_get_subdevice( method snd_ctl_elem_value_get_name (line 18656) | ffi.Pointer snd_ctl_elem_value_get_name( method snd_ctl_elem_value_get_index (line 18671) | int snd_ctl_elem_value_get_index( method snd_ctl_elem_value_set_id (line 18686) | void snd_ctl_elem_value_set_id( method snd_ctl_elem_value_set_numid (line 18703) | void snd_ctl_elem_value_set_numid( method snd_ctl_elem_value_set_interface (line 18720) | void snd_ctl_elem_value_set_interface( method snd_ctl_elem_value_set_device (line 18737) | void snd_ctl_elem_value_set_device( method snd_ctl_elem_value_set_subdevice (line 18754) | void snd_ctl_elem_value_set_subdevice( method snd_ctl_elem_value_set_name (line 18771) | void snd_ctl_elem_value_set_name( method snd_ctl_elem_value_set_index (line 18788) | void snd_ctl_elem_value_set_index( method snd_ctl_elem_value_get_boolean (line 18805) | int snd_ctl_elem_value_get_boolean( method snd_ctl_elem_value_get_integer (line 18822) | int snd_ctl_elem_value_get_integer( method snd_ctl_elem_value_get_integer64 (line 18839) | int snd_ctl_elem_value_get_integer64( method snd_ctl_elem_value_get_enumerated (line 18856) | int snd_ctl_elem_value_get_enumerated( method snd_ctl_elem_value_get_byte (line 18874) | int snd_ctl_elem_value_get_byte( method snd_ctl_elem_value_set_boolean (line 18891) | void snd_ctl_elem_value_set_boolean( method snd_ctl_elem_value_set_integer (line 18910) | void snd_ctl_elem_value_set_integer( method snd_ctl_elem_value_set_integer64 (line 18929) | void snd_ctl_elem_value_set_integer64( method snd_ctl_elem_value_set_enumerated (line 18948) | void snd_ctl_elem_value_set_enumerated( method snd_ctl_elem_value_set_byte (line 18968) | void snd_ctl_elem_value_set_byte( method snd_ctl_elem_set_bytes (line 18987) | void snd_ctl_elem_set_bytes( method snd_ctl_elem_value_get_bytes (line 19005) | ffi.Pointer snd_ctl_elem_value_get_bytes( method snd_ctl_elem_value_get_iec958 (line 19020) | void snd_ctl_elem_value_get_iec958( method snd_ctl_elem_value_set_iec958 (line 19037) | void snd_ctl_elem_value_set_iec958( method snd_tlv_parse_dB_info (line 19054) | int snd_tlv_parse_dB_info( method snd_tlv_get_dB_range (line 19072) | int snd_tlv_get_dB_range( method snd_tlv_convert_to_dB (line 19094) | int snd_tlv_convert_to_dB( method snd_tlv_convert_from_dB (line 19116) | int snd_tlv_convert_from_dB( method snd_ctl_get_dB_range (line 19140) | int snd_ctl_get_dB_range( method snd_ctl_convert_to_dB (line 19160) | int snd_ctl_convert_to_dB( method snd_ctl_convert_from_dB (line 19180) | int snd_ctl_convert_from_dB( method snd_hctl_compare_fast (line 19202) | int snd_hctl_compare_fast( method snd_hctl_open (line 19218) | int snd_hctl_open( method snd_hctl_open_ctl (line 19235) | int snd_hctl_open_ctl( method snd_hctl_close (line 19250) | int snd_hctl_close( method snd_hctl_nonblock (line 19263) | int snd_hctl_nonblock( method snd_hctl_poll_descriptors_count (line 19278) | int snd_hctl_poll_descriptors_count( method snd_hctl_poll_descriptors (line 19293) | int snd_hctl_poll_descriptors( method snd_hctl_poll_descriptors_revents (line 19312) | int snd_hctl_poll_descriptors_revents( method snd_hctl_get_count (line 19334) | int snd_hctl_get_count( method snd_hctl_set_compare (line 19347) | int snd_hctl_set_compare( method snd_hctl_first_elem (line 19363) | ffi.Pointer snd_hctl_first_elem( method snd_hctl_last_elem (line 19377) | ffi.Pointer snd_hctl_last_elem( method snd_hctl_find_elem (line 19390) | ffi.Pointer snd_hctl_find_elem( method snd_hctl_set_callback (line 19405) | void snd_hctl_set_callback( method snd_hctl_set_callback_private (line 19421) | void snd_hctl_set_callback_private( method snd_hctl_get_callback_private (line 19438) | ffi.Pointer snd_hctl_get_callback_private( method snd_hctl_load (line 19453) | int snd_hctl_load( method snd_hctl_free (line 19466) | int snd_hctl_free( method snd_hctl_handle_events (line 19479) | int snd_hctl_handle_events( method snd_hctl_name (line 19493) | ffi.Pointer snd_hctl_name( method snd_hctl_wait (line 19506) | int snd_hctl_wait( method snd_hctl_ctl (line 19521) | ffi.Pointer snd_hctl_ctl( method snd_hctl_elem_next (line 19534) | ffi.Pointer snd_hctl_elem_next( method snd_hctl_elem_prev (line 19547) | ffi.Pointer snd_hctl_elem_prev( method snd_hctl_elem_info (line 19560) | int snd_hctl_elem_info( method snd_hctl_elem_read (line 19575) | int snd_hctl_elem_read( method snd_hctl_elem_write (line 19590) | int snd_hctl_elem_write( method snd_hctl_elem_tlv_read (line 19606) | int snd_hctl_elem_tlv_read( method snd_hctl_elem_tlv_write (line 19624) | int snd_hctl_elem_tlv_write( method snd_hctl_elem_tlv_command (line 19640) | int snd_hctl_elem_tlv_command( method snd_hctl_elem_get_hctl (line 19657) | ffi.Pointer snd_hctl_elem_get_hctl( method snd_hctl_elem_get_id (line 19671) | void snd_hctl_elem_get_id( method snd_hctl_elem_get_numid (line 19687) | int snd_hctl_elem_get_numid( method snd_hctl_elem_get_interface (line 19701) | int snd_hctl_elem_get_interface( method snd_hctl_elem_get_device (line 19716) | int snd_hctl_elem_get_device( method snd_hctl_elem_get_subdevice (line 19731) | int snd_hctl_elem_get_subdevice( method snd_hctl_elem_get_name (line 19746) | ffi.Pointer snd_hctl_elem_get_name( method snd_hctl_elem_get_index (line 19760) | int snd_hctl_elem_get_index( method snd_hctl_elem_set_callback (line 19774) | void snd_hctl_elem_set_callback( method snd_hctl_elem_get_callback_private (line 19791) | ffi.Pointer snd_hctl_elem_get_callback_private( method snd_hctl_elem_set_callback_private (line 19807) | void snd_hctl_elem_set_callback_private( method snd_sctl_build (line 19825) | int snd_sctl_build( method snd_sctl_free (line 19846) | int snd_sctl_free( method snd_sctl_install (line 19859) | int snd_sctl_install( method snd_sctl_remove (line 19872) | int snd_sctl_remove( method snd_mixer_open (line 19885) | int snd_mixer_open( method snd_mixer_close (line 19900) | int snd_mixer_close( method snd_mixer_first_elem (line 19913) | ffi.Pointer snd_mixer_first_elem( method snd_mixer_last_elem (line 19927) | ffi.Pointer snd_mixer_last_elem( method snd_mixer_handle_events (line 19941) | int snd_mixer_handle_events( method snd_mixer_attach (line 19955) | int snd_mixer_attach( method snd_mixer_attach_hctl (line 19970) | int snd_mixer_attach_hctl( method snd_mixer_detach (line 19986) | int snd_mixer_detach( method snd_mixer_detach_hctl (line 20001) | int snd_mixer_detach_hctl( method snd_mixer_get_hctl (line 20017) | int snd_mixer_get_hctl( method snd_mixer_poll_descriptors_count (line 20034) | int snd_mixer_poll_descriptors_count( method snd_mixer_poll_descriptors (line 20049) | int snd_mixer_poll_descriptors( method snd_mixer_poll_descriptors_revents (line 20068) | int snd_mixer_poll_descriptors_revents( method snd_mixer_load (line 20090) | int snd_mixer_load( method snd_mixer_free (line 20103) | void snd_mixer_free( method snd_mixer_wait (line 20116) | int snd_mixer_wait( method snd_mixer_set_compare (line 20131) | int snd_mixer_set_compare( method snd_mixer_set_callback (line 20147) | void snd_mixer_set_callback( method snd_mixer_get_callback_private (line 20163) | ffi.Pointer snd_mixer_get_callback_private( method snd_mixer_set_callback_private (line 20178) | void snd_mixer_set_callback_private( method snd_mixer_get_count (line 20195) | int snd_mixer_get_count( method snd_mixer_class_unregister (line 20209) | int snd_mixer_class_unregister( method snd_mixer_elem_next (line 20224) | ffi.Pointer snd_mixer_elem_next( method snd_mixer_elem_prev (line 20238) | ffi.Pointer snd_mixer_elem_prev( method snd_mixer_elem_set_callback (line 20252) | void snd_mixer_elem_set_callback( method snd_mixer_elem_get_callback_private (line 20269) | ffi.Pointer snd_mixer_elem_get_callback_private( method snd_mixer_elem_set_callback_private (line 20285) | void snd_mixer_elem_set_callback_private( method snd_mixer_elem_get_type (line 20303) | int snd_mixer_elem_get_type( method snd_mixer_class_register (line 20317) | int snd_mixer_class_register( method snd_mixer_elem_new (line 20334) | int snd_mixer_elem_new( method snd_mixer_elem_add (line 20355) | int snd_mixer_elem_add( method snd_mixer_elem_remove (line 20370) | int snd_mixer_elem_remove( method snd_mixer_elem_free (line 20384) | void snd_mixer_elem_free( method snd_mixer_elem_info (line 20398) | int snd_mixer_elem_info( method snd_mixer_elem_value (line 20412) | int snd_mixer_elem_value( method snd_mixer_elem_attach (line 20426) | int snd_mixer_elem_attach( method snd_mixer_elem_detach (line 20442) | int snd_mixer_elem_detach( method snd_mixer_elem_empty (line 20458) | int snd_mixer_elem_empty( method snd_mixer_elem_get_private (line 20472) | ffi.Pointer snd_mixer_elem_get_private( method snd_mixer_class_sizeof (line 20487) | int snd_mixer_class_sizeof() method snd_mixer_class_malloc (line 20497) | int snd_mixer_class_malloc( method snd_mixer_class_free (line 20511) | void snd_mixer_class_free( method snd_mixer_class_copy (line 20525) | void snd_mixer_class_copy( method snd_mixer_class_get_mixer (line 20541) | ffi.Pointer snd_mixer_class_get_mixer( method snd_mixer_class_get_event (line 20556) | ffi.Pointer> snd_mixer_class_get... method snd_mixer_class_get_private (line 20571) | ffi.Pointer snd_mixer_class_get_private( method snd_mixer_class_get_compare (line 20586) | ffi.Pointer> method snd_mixer_class_set_event (line 20602) | int snd_mixer_class_set_event( method snd_mixer_class_set_private (line 20619) | int snd_mixer_class_set_private( method snd_mixer_class_set_private_free (line 20636) | int snd_mixer_class_set_private_free( method snd_mixer_class_set_compare (line 20653) | int snd_mixer_class_set_compare( method snd_mixer_selem_channel_name (line 20670) | ffi.Pointer snd_mixer_selem_channel_name( method snd_mixer_selem_register (line 20685) | int snd_mixer_selem_register( method snd_mixer_selem_get_id (line 20704) | void snd_mixer_selem_get_id( method snd_mixer_selem_get_name (line 20720) | ffi.Pointer snd_mixer_selem_get_name( method snd_mixer_selem_get_index (line 20735) | int snd_mixer_selem_get_index( method snd_mixer_find_selem (line 20750) | ffi.Pointer snd_mixer_find_selem( method snd_mixer_selem_is_active (line 20766) | int snd_mixer_selem_is_active( method snd_mixer_selem_is_playback_mono (line 20781) | int snd_mixer_selem_is_playback_mono( method snd_mixer_selem_has_playback_channel (line 20796) | int snd_mixer_selem_has_playback_channel( method snd_mixer_selem_is_capture_mono (line 20814) | int snd_mixer_selem_is_capture_mono( method snd_mixer_selem_has_capture_channel (line 20829) | int snd_mixer_selem_has_capture_channel( method snd_mixer_selem_get_capture_group (line 20847) | int snd_mixer_selem_get_capture_group( method snd_mixer_selem_has_common_volume (line 20863) | int snd_mixer_selem_has_common_volume( method snd_mixer_selem_has_playback_volume (line 20879) | int snd_mixer_selem_has_playback_volume( method snd_mixer_selem_has_playback_volume_joined (line 20895) | int snd_mixer_selem_has_playback_volume_joined( method snd_mixer_selem_has_capture_volume (line 20911) | int snd_mixer_selem_has_capture_volume( method snd_mixer_selem_has_capture_volume_joined (line 20927) | int snd_mixer_selem_has_capture_volume_joined( method snd_mixer_selem_has_common_switch (line 20943) | int snd_mixer_selem_has_common_switch( method snd_mixer_selem_has_playback_switch (line 20959) | int snd_mixer_selem_has_playback_switch( method snd_mixer_selem_has_playback_switch_joined (line 20975) | int snd_mixer_selem_has_playback_switch_joined( method snd_mixer_selem_has_capture_switch (line 20991) | int snd_mixer_selem_has_capture_switch( method snd_mixer_selem_has_capture_switch_joined (line 21007) | int snd_mixer_selem_has_capture_switch_joined( method snd_mixer_selem_has_capture_switch_exclusive (line 21023) | int snd_mixer_selem_has_capture_switch_exclusive( method snd_mixer_selem_ask_playback_vol_dB (line 21039) | int snd_mixer_selem_ask_playback_vol_dB( method snd_mixer_selem_ask_capture_vol_dB (line 21059) | int snd_mixer_selem_ask_capture_vol_dB( method snd_mixer_selem_ask_playback_dB_vol (line 21079) | int snd_mixer_selem_ask_playback_dB_vol( method snd_mixer_selem_ask_capture_dB_vol (line 21101) | int snd_mixer_selem_ask_capture_dB_vol( method snd_mixer_selem_get_playback_volume (line 21123) | int snd_mixer_selem_get_playback_volume( method snd_mixer_selem_get_capture_volume (line 21143) | int snd_mixer_selem_get_capture_volume( method snd_mixer_selem_get_playback_dB (line 21163) | int snd_mixer_selem_get_playback_dB( method snd_mixer_selem_get_capture_dB (line 21182) | int snd_mixer_selem_get_capture_dB( method snd_mixer_selem_get_playback_switch (line 21201) | int snd_mixer_selem_get_playback_switch( method snd_mixer_selem_get_capture_switch (line 21221) | int snd_mixer_selem_get_capture_switch( method snd_mixer_selem_set_playback_volume (line 21241) | int snd_mixer_selem_set_playback_volume( method snd_mixer_selem_set_capture_volume (line 21261) | int snd_mixer_selem_set_capture_volume( method snd_mixer_selem_set_playback_dB (line 21281) | int snd_mixer_selem_set_playback_dB( method snd_mixer_selem_set_capture_dB (line 21302) | int snd_mixer_selem_set_capture_dB( method snd_mixer_selem_set_playback_volume_all (line 21323) | int snd_mixer_selem_set_playback_volume_all( method snd_mixer_selem_set_capture_volume_all (line 21341) | int snd_mixer_selem_set_capture_volume_all( method snd_mixer_selem_set_playback_dB_all (line 21359) | int snd_mixer_selem_set_playback_dB_all( method snd_mixer_selem_set_capture_dB_all (line 21379) | int snd_mixer_selem_set_capture_dB_all( method snd_mixer_selem_set_playback_switch (line 21399) | int snd_mixer_selem_set_playback_switch( method snd_mixer_selem_set_capture_switch (line 21419) | int snd_mixer_selem_set_capture_switch( method snd_mixer_selem_set_playback_switch_all (line 21439) | int snd_mixer_selem_set_playback_switch_all( method snd_mixer_selem_set_capture_switch_all (line 21457) | int snd_mixer_selem_set_capture_switch_all( method snd_mixer_selem_get_playback_volume_range (line 21475) | int snd_mixer_selem_get_playback_volume_range( method snd_mixer_selem_get_playback_dB_range (line 21495) | int snd_mixer_selem_get_playback_dB_range( method snd_mixer_selem_set_playback_volume_range (line 21515) | int snd_mixer_selem_set_playback_volume_range( method snd_mixer_selem_get_capture_volume_range (line 21535) | int snd_mixer_selem_get_capture_volume_range( method snd_mixer_selem_get_capture_dB_range (line 21555) | int snd_mixer_selem_get_capture_dB_range( method snd_mixer_selem_set_capture_volume_range (line 21575) | int snd_mixer_selem_set_capture_volume_range( method snd_mixer_selem_is_enumerated (line 21595) | int snd_mixer_selem_is_enumerated( method snd_mixer_selem_is_enum_playback (line 21610) | int snd_mixer_selem_is_enum_playback( method snd_mixer_selem_is_enum_capture (line 21625) | int snd_mixer_selem_is_enum_capture( method snd_mixer_selem_get_enum_items (line 21640) | int snd_mixer_selem_get_enum_items( method snd_mixer_selem_get_enum_item_name (line 21655) | int snd_mixer_selem_get_enum_item_name( method snd_mixer_selem_get_enum_item (line 21677) | int snd_mixer_selem_get_enum_item( method snd_mixer_selem_set_enum_item (line 21696) | int snd_mixer_selem_set_enum_item( method snd_mixer_selem_id_sizeof (line 21715) | int snd_mixer_selem_id_sizeof() method snd_mixer_selem_id_malloc (line 21726) | int snd_mixer_selem_id_malloc( method snd_mixer_selem_id_free (line 21741) | void snd_mixer_selem_id_free( method snd_mixer_selem_id_copy (line 21755) | void snd_mixer_selem_id_copy( method snd_mixer_selem_id_get_name (line 21771) | ffi.Pointer snd_mixer_selem_id_get_name( method snd_mixer_selem_id_get_index (line 21786) | int snd_mixer_selem_id_get_index( method snd_mixer_selem_id_set_name (line 21801) | void snd_mixer_selem_id_set_name( method snd_mixer_selem_id_set_index (line 21818) | void snd_mixer_selem_id_set_index( method snd_mixer_selem_id_parse (line 21835) | int snd_mixer_selem_id_parse( method snd_seq_open (line 21852) | int snd_seq_open( method snd_seq_open_lconf (line 21871) | int snd_seq_open_lconf( method snd_seq_name (line 21892) | ffi.Pointer snd_seq_name( method snd_seq_type (line 21905) | int snd_seq_type( method snd_seq_close (line 21918) | int snd_seq_close( method snd_seq_poll_descriptors_count (line 21931) | int snd_seq_poll_descriptors_count( method snd_seq_poll_descriptors (line 21948) | int snd_seq_poll_descriptors( method snd_seq_poll_descriptors_revents (line 21969) | int snd_seq_poll_descriptors_revents( method snd_seq_nonblock (line 21990) | int snd_seq_nonblock( method snd_seq_client_id (line 22005) | int snd_seq_client_id( method snd_seq_get_output_buffer_size (line 22018) | int snd_seq_get_output_buffer_size( method snd_seq_get_input_buffer_size (line 22033) | int snd_seq_get_input_buffer_size( method snd_seq_set_output_buffer_size (line 22048) | int snd_seq_set_output_buffer_size( method snd_seq_set_input_buffer_size (line 22065) | int snd_seq_set_input_buffer_size( method snd_seq_system_info_sizeof (line 22082) | int snd_seq_system_info_sizeof() method snd_seq_system_info_malloc (line 22093) | int snd_seq_system_info_malloc( method snd_seq_system_info_free (line 22108) | void snd_seq_system_info_free( method snd_seq_system_info_copy (line 22123) | void snd_seq_system_info_copy( method snd_seq_system_info_get_queues (line 22140) | int snd_seq_system_info_get_queues( method snd_seq_system_info_get_clients (line 22155) | int snd_seq_system_info_get_clients( method snd_seq_system_info_get_ports (line 22170) | int snd_seq_system_info_get_ports( method snd_seq_system_info_get_channels (line 22185) | int snd_seq_system_info_get_channels( method snd_seq_system_info_get_cur_clients (line 22200) | int snd_seq_system_info_get_cur_clients( method snd_seq_system_info_get_cur_queues (line 22216) | int snd_seq_system_info_get_cur_queues( method snd_seq_system_info (line 22232) | int snd_seq_system_info( method snd_seq_client_info_sizeof (line 22248) | int snd_seq_client_info_sizeof() method snd_seq_client_info_malloc (line 22259) | int snd_seq_client_info_malloc( method snd_seq_client_info_free (line 22274) | void snd_seq_client_info_free( method snd_seq_client_info_copy (line 22289) | void snd_seq_client_info_copy( method snd_seq_client_info_get_client (line 22306) | int snd_seq_client_info_get_client( method snd_seq_client_info_get_type (line 22321) | int snd_seq_client_info_get_type( method snd_seq_client_info_get_name (line 22336) | ffi.Pointer snd_seq_client_info_get_name( method snd_seq_client_info_get_broadcast_filter (line 22351) | int snd_seq_client_info_get_broadcast_filter( method snd_seq_client_info_get_error_bounce (line 22367) | int snd_seq_client_info_get_error_bounce( method snd_seq_client_info_get_card (line 22383) | int snd_seq_client_info_get_card( method snd_seq_client_info_get_pid (line 22398) | int snd_seq_client_info_get_pid( method snd_seq_client_info_get_event_filter (line 22413) | ffi.Pointer snd_seq_client_info_get_event_filter( method snd_seq_client_info_get_num_ports (line 22429) | int snd_seq_client_info_get_num_ports( method snd_seq_client_info_get_event_lost (line 22445) | int snd_seq_client_info_get_event_lost( method snd_seq_client_info_set_client (line 22461) | void snd_seq_client_info_set_client( method snd_seq_client_info_set_name (line 22478) | void snd_seq_client_info_set_name( method snd_seq_client_info_set_broadcast_filter (line 22495) | void snd_seq_client_info_set_broadcast_filter( method snd_seq_client_info_set_error_bounce (line 22513) | void snd_seq_client_info_set_error_bounce( method snd_seq_client_info_set_event_filter (line 22531) | void snd_seq_client_info_set_event_filter( method snd_seq_client_info_event_filter_clear (line 22549) | void snd_seq_client_info_event_filter_clear( method snd_seq_client_info_event_filter_add (line 22565) | void snd_seq_client_info_event_filter_add( method snd_seq_client_info_event_filter_del (line 22583) | void snd_seq_client_info_event_filter_del( method snd_seq_client_info_event_filter_check (line 22601) | int snd_seq_client_info_event_filter_check( method snd_seq_get_client_info (line 22619) | int snd_seq_get_client_info( method snd_seq_get_any_client_info (line 22635) | int snd_seq_get_any_client_info( method snd_seq_set_client_info (line 22654) | int snd_seq_set_client_info( method snd_seq_query_next_client (line 22670) | int snd_seq_query_next_client( method snd_seq_client_pool_sizeof (line 22687) | int snd_seq_client_pool_sizeof() method snd_seq_client_pool_malloc (line 22698) | int snd_seq_client_pool_malloc( method snd_seq_client_pool_free (line 22713) | void snd_seq_client_pool_free( method snd_seq_client_pool_copy (line 22728) | void snd_seq_client_pool_copy( method snd_seq_client_pool_get_client (line 22745) | int snd_seq_client_pool_get_client( method snd_seq_client_pool_get_output_pool (line 22760) | int snd_seq_client_pool_get_output_pool( method snd_seq_client_pool_get_input_pool (line 22776) | int snd_seq_client_pool_get_input_pool( method snd_seq_client_pool_get_output_room (line 22792) | int snd_seq_client_pool_get_output_room( method snd_seq_client_pool_get_output_free (line 22808) | int snd_seq_client_pool_get_output_free( method snd_seq_client_pool_get_input_free (line 22824) | int snd_seq_client_pool_get_input_free( method snd_seq_client_pool_set_output_pool (line 22840) | void snd_seq_client_pool_set_output_pool( method snd_seq_client_pool_set_input_pool (line 22858) | void snd_seq_client_pool_set_input_pool( method snd_seq_client_pool_set_output_room (line 22876) | void snd_seq_client_pool_set_output_room( method snd_seq_get_client_pool (line 22894) | int snd_seq_get_client_pool( method snd_seq_set_client_pool (line 22910) | int snd_seq_set_client_pool( method snd_seq_port_info_sizeof (line 22926) | int snd_seq_port_info_sizeof() method snd_seq_port_info_malloc (line 22937) | int snd_seq_port_info_malloc( method snd_seq_port_info_free (line 22952) | void snd_seq_port_info_free( method snd_seq_port_info_copy (line 22966) | void snd_seq_port_info_copy( method snd_seq_port_info_get_client (line 22982) | int snd_seq_port_info_get_client( method snd_seq_port_info_get_port (line 22997) | int snd_seq_port_info_get_port( method snd_seq_port_info_get_addr (line 23012) | ffi.Pointer snd_seq_port_info_get_addr( method snd_seq_port_info_get_name (line 23027) | ffi.Pointer snd_seq_port_info_get_name( method snd_seq_port_info_get_capability (line 23042) | int snd_seq_port_info_get_capability( method snd_seq_port_info_get_type (line 23057) | int snd_seq_port_info_get_type( method snd_seq_port_info_get_midi_channels (line 23072) | int snd_seq_port_info_get_midi_channels( method snd_seq_port_info_get_midi_voices (line 23088) | int snd_seq_port_info_get_midi_voices( method snd_seq_port_info_get_synth_voices (line 23104) | int snd_seq_port_info_get_synth_voices( method snd_seq_port_info_get_read_use (line 23120) | int snd_seq_port_info_get_read_use( method snd_seq_port_info_get_write_use (line 23135) | int snd_seq_port_info_get_write_use( method snd_seq_port_info_get_port_specified (line 23150) | int snd_seq_port_info_get_port_specified( method snd_seq_port_info_get_timestamping (line 23166) | int snd_seq_port_info_get_timestamping( method snd_seq_port_info_get_timestamp_real (line 23182) | int snd_seq_port_info_get_timestamp_real( method snd_seq_port_info_get_timestamp_queue (line 23198) | int snd_seq_port_info_get_timestamp_queue( method snd_seq_port_info_set_client (line 23214) | void snd_seq_port_info_set_client( method snd_seq_port_info_set_port (line 23231) | void snd_seq_port_info_set_port( method snd_seq_port_info_set_addr (line 23248) | void snd_seq_port_info_set_addr( method snd_seq_port_info_set_name (line 23265) | void snd_seq_port_info_set_name( method snd_seq_port_info_set_capability (line 23282) | void snd_seq_port_info_set_capability( method snd_seq_port_info_set_type (line 23299) | void snd_seq_port_info_set_type( method snd_seq_port_info_set_midi_channels (line 23316) | void snd_seq_port_info_set_midi_channels( method snd_seq_port_info_set_midi_voices (line 23334) | void snd_seq_port_info_set_midi_voices( method snd_seq_port_info_set_synth_voices (line 23352) | void snd_seq_port_info_set_synth_voices( method snd_seq_port_info_set_port_specified (line 23370) | void snd_seq_port_info_set_port_specified( method snd_seq_port_info_set_timestamping (line 23388) | void snd_seq_port_info_set_timestamping( method snd_seq_port_info_set_timestamp_real (line 23406) | void snd_seq_port_info_set_timestamp_real( method snd_seq_port_info_set_timestamp_queue (line 23424) | void snd_seq_port_info_set_timestamp_queue( method snd_seq_create_port (line 23442) | int snd_seq_create_port( method snd_seq_delete_port (line 23458) | int snd_seq_delete_port( method snd_seq_get_port_info (line 23474) | int snd_seq_get_port_info( method snd_seq_get_any_port_info (line 23492) | int snd_seq_get_any_port_info( method snd_seq_set_port_info (line 23513) | int snd_seq_set_port_info( method snd_seq_query_next_port (line 23531) | int snd_seq_query_next_port( method snd_seq_port_subscribe_sizeof (line 23547) | int snd_seq_port_subscribe_sizeof() method snd_seq_port_subscribe_malloc (line 23558) | int snd_seq_port_subscribe_malloc( method snd_seq_port_subscribe_free (line 23573) | void snd_seq_port_subscribe_free( method snd_seq_port_subscribe_copy (line 23588) | void snd_seq_port_subscribe_copy( method snd_seq_port_subscribe_get_sender (line 23605) | ffi.Pointer snd_seq_port_subscribe_get_sender( method snd_seq_port_subscribe_get_dest (line 23621) | ffi.Pointer snd_seq_port_subscribe_get_dest( method snd_seq_port_subscribe_get_queue (line 23636) | int snd_seq_port_subscribe_get_queue( method snd_seq_port_subscribe_get_exclusive (line 23651) | int snd_seq_port_subscribe_get_exclusive( method snd_seq_port_subscribe_get_time_update (line 23667) | int snd_seq_port_subscribe_get_time_update( method snd_seq_port_subscribe_get_time_real (line 23683) | int snd_seq_port_subscribe_get_time_real( method snd_seq_port_subscribe_set_sender (line 23699) | void snd_seq_port_subscribe_set_sender( method snd_seq_port_subscribe_set_dest (line 23717) | void snd_seq_port_subscribe_set_dest( method snd_seq_port_subscribe_set_queue (line 23734) | void snd_seq_port_subscribe_set_queue( method snd_seq_port_subscribe_set_exclusive (line 23751) | void snd_seq_port_subscribe_set_exclusive( method snd_seq_port_subscribe_set_time_update (line 23769) | void snd_seq_port_subscribe_set_time_update( method snd_seq_port_subscribe_set_time_real (line 23787) | void snd_seq_port_subscribe_set_time_real( method snd_seq_get_port_subscription (line 23805) | int snd_seq_get_port_subscription( method snd_seq_subscribe_port (line 23822) | int snd_seq_subscribe_port( method snd_seq_unsubscribe_port (line 23838) | int snd_seq_unsubscribe_port( method snd_seq_query_subscribe_sizeof (line 23855) | int snd_seq_query_subscribe_sizeof() method snd_seq_query_subscribe_malloc (line 23866) | int snd_seq_query_subscribe_malloc( method snd_seq_query_subscribe_free (line 23881) | void snd_seq_query_subscribe_free( method snd_seq_query_subscribe_copy (line 23896) | void snd_seq_query_subscribe_copy( method snd_seq_query_subscribe_get_client (line 23913) | int snd_seq_query_subscribe_get_client( method snd_seq_query_subscribe_get_port (line 23929) | int snd_seq_query_subscribe_get_port( method snd_seq_query_subscribe_get_root (line 23944) | ffi.Pointer snd_seq_query_subscribe_get_root( method snd_seq_query_subscribe_get_type (line 23959) | int snd_seq_query_subscribe_get_type( method snd_seq_query_subscribe_get_index (line 23974) | int snd_seq_query_subscribe_get_index( method snd_seq_query_subscribe_get_num_subs (line 23990) | int snd_seq_query_subscribe_get_num_subs( method snd_seq_query_subscribe_get_addr (line 24006) | ffi.Pointer snd_seq_query_subscribe_get_addr( method snd_seq_query_subscribe_get_queue (line 24021) | int snd_seq_query_subscribe_get_queue( method snd_seq_query_subscribe_get_exclusive (line 24037) | int snd_seq_query_subscribe_get_exclusive( method snd_seq_query_subscribe_get_time_update (line 24053) | int snd_seq_query_subscribe_get_time_update( method snd_seq_query_subscribe_get_time_real (line 24069) | int snd_seq_query_subscribe_get_time_real( method snd_seq_query_subscribe_set_client (line 24085) | void snd_seq_query_subscribe_set_client( method snd_seq_query_subscribe_set_port (line 24103) | void snd_seq_query_subscribe_set_port( method snd_seq_query_subscribe_set_root (line 24120) | void snd_seq_query_subscribe_set_root( method snd_seq_query_subscribe_set_type (line 24137) | void snd_seq_query_subscribe_set_type( method snd_seq_query_subscribe_set_index (line 24154) | void snd_seq_query_subscribe_set_index( method snd_seq_query_port_subscribers (line 24172) | int snd_seq_query_port_subscribers( method snd_seq_queue_info_sizeof (line 24189) | int snd_seq_queue_info_sizeof() method snd_seq_queue_info_malloc (line 24200) | int snd_seq_queue_info_malloc( method snd_seq_queue_info_free (line 24215) | void snd_seq_queue_info_free( method snd_seq_queue_info_copy (line 24229) | void snd_seq_queue_info_copy( method snd_seq_queue_info_get_queue (line 24245) | int snd_seq_queue_info_get_queue( method snd_seq_queue_info_get_name (line 24260) | ffi.Pointer snd_seq_queue_info_get_name( method snd_seq_queue_info_get_owner (line 24275) | int snd_seq_queue_info_get_owner( method snd_seq_queue_info_get_locked (line 24290) | int snd_seq_queue_info_get_locked( method snd_seq_queue_info_get_flags (line 24305) | int snd_seq_queue_info_get_flags( method snd_seq_queue_info_set_name (line 24320) | void snd_seq_queue_info_set_name( method snd_seq_queue_info_set_owner (line 24337) | void snd_seq_queue_info_set_owner( method snd_seq_queue_info_set_locked (line 24354) | void snd_seq_queue_info_set_locked( method snd_seq_queue_info_set_flags (line 24371) | void snd_seq_queue_info_set_flags( method snd_seq_create_queue (line 24388) | int snd_seq_create_queue( method snd_seq_alloc_named_queue (line 24404) | int snd_seq_alloc_named_queue( method snd_seq_alloc_queue (line 24421) | int snd_seq_alloc_queue( method snd_seq_free_queue (line 24435) | int snd_seq_free_queue( method snd_seq_get_queue_info (line 24450) | int snd_seq_get_queue_info( method snd_seq_set_queue_info (line 24468) | int snd_seq_set_queue_info( method snd_seq_query_named_queue (line 24486) | int snd_seq_query_named_queue( method snd_seq_get_queue_usage (line 24503) | int snd_seq_get_queue_usage( method snd_seq_set_queue_usage (line 24519) | int snd_seq_set_queue_usage( method snd_seq_queue_status_sizeof (line 24537) | int snd_seq_queue_status_sizeof() method snd_seq_queue_status_malloc (line 24548) | int snd_seq_queue_status_malloc( method snd_seq_queue_status_free (line 24563) | void snd_seq_queue_status_free( method snd_seq_queue_status_copy (line 24578) | void snd_seq_queue_status_copy( method snd_seq_queue_status_get_queue (line 24595) | int snd_seq_queue_status_get_queue( method snd_seq_queue_status_get_events (line 24610) | int snd_seq_queue_status_get_events( method snd_seq_queue_status_get_tick_time (line 24625) | int snd_seq_queue_status_get_tick_time( method snd_seq_queue_status_get_real_time (line 24641) | ffi.Pointer snd_seq_queue_status_get_real_time( method snd_seq_queue_status_get_status (line 24657) | int snd_seq_queue_status_get_status( method snd_seq_get_queue_status (line 24672) | int snd_seq_get_queue_status( method snd_seq_queue_tempo_sizeof (line 24691) | int snd_seq_queue_tempo_sizeof() method snd_seq_queue_tempo_malloc (line 24702) | int snd_seq_queue_tempo_malloc( method snd_seq_queue_tempo_free (line 24717) | void snd_seq_queue_tempo_free( method snd_seq_queue_tempo_copy (line 24732) | void snd_seq_queue_tempo_copy( method snd_seq_queue_tempo_get_queue (line 24749) | int snd_seq_queue_tempo_get_queue( method snd_seq_queue_tempo_get_tempo (line 24764) | int snd_seq_queue_tempo_get_tempo( method snd_seq_queue_tempo_get_ppq (line 24779) | int snd_seq_queue_tempo_get_ppq( method snd_seq_queue_tempo_get_skew (line 24794) | int snd_seq_queue_tempo_get_skew( method snd_seq_queue_tempo_get_skew_base (line 24809) | int snd_seq_queue_tempo_get_skew_base( method snd_seq_queue_tempo_set_tempo (line 24825) | void snd_seq_queue_tempo_set_tempo( method snd_seq_queue_tempo_set_ppq (line 24842) | void snd_seq_queue_tempo_set_ppq( method snd_seq_queue_tempo_set_skew (line 24859) | void snd_seq_queue_tempo_set_skew( method snd_seq_queue_tempo_set_skew_base (line 24876) | void snd_seq_queue_tempo_set_skew_base( method snd_seq_get_queue_tempo (line 24894) | int snd_seq_get_queue_tempo( method snd_seq_set_queue_tempo (line 24912) | int snd_seq_set_queue_tempo( method snd_seq_queue_timer_sizeof (line 24930) | int snd_seq_queue_timer_sizeof() method snd_seq_queue_timer_malloc (line 24941) | int snd_seq_queue_timer_malloc( method snd_seq_queue_timer_free (line 24956) | void snd_seq_queue_timer_free( method snd_seq_queue_timer_copy (line 24971) | void snd_seq_queue_timer_copy( method snd_seq_queue_timer_get_queue (line 24988) | int snd_seq_queue_timer_get_queue( method snd_seq_queue_timer_get_type (line 25003) | int snd_seq_queue_timer_get_type( method snd_seq_queue_timer_get_id (line 25018) | ffi.Pointer snd_seq_queue_timer_get_id( method snd_seq_queue_timer_get_resolution (line 25033) | int snd_seq_queue_timer_get_resolution( method snd_seq_queue_timer_set_type (line 25049) | void snd_seq_queue_timer_set_type( method snd_seq_queue_timer_set_id (line 25066) | void snd_seq_queue_timer_set_id( method snd_seq_queue_timer_set_resolution (line 25083) | void snd_seq_queue_timer_set_resolution( method snd_seq_get_queue_timer (line 25101) | int snd_seq_get_queue_timer( method snd_seq_set_queue_timer (line 25119) | int snd_seq_set_queue_timer( method snd_seq_free_event (line 25137) | int snd_seq_free_event( method snd_seq_event_length (line 25150) | int snd_seq_event_length( method snd_seq_event_output (line 25164) | int snd_seq_event_output( method snd_seq_event_output_buffer (line 25180) | int snd_seq_event_output_buffer( method snd_seq_event_output_direct (line 25197) | int snd_seq_event_output_direct( method snd_seq_event_input (line 25214) | int snd_seq_event_input( method snd_seq_event_input_pending (line 25230) | int snd_seq_event_input_pending( method snd_seq_drain_output (line 25247) | int snd_seq_drain_output( method snd_seq_event_output_pending (line 25261) | int snd_seq_event_output_pending( method snd_seq_extract_output (line 25276) | int snd_seq_extract_output( method snd_seq_drop_output (line 25292) | int snd_seq_drop_output( method snd_seq_drop_output_buffer (line 25306) | int snd_seq_drop_output_buffer( method snd_seq_drop_input (line 25321) | int snd_seq_drop_input( method snd_seq_drop_input_buffer (line 25334) | int snd_seq_drop_input_buffer( method snd_seq_remove_events_sizeof (line 25349) | int snd_seq_remove_events_sizeof() method snd_seq_remove_events_malloc (line 25360) | int snd_seq_remove_events_malloc( method snd_seq_remove_events_free (line 25375) | void snd_seq_remove_events_free( method snd_seq_remove_events_copy (line 25390) | void snd_seq_remove_events_copy( method snd_seq_remove_events_get_condition (line 25407) | int snd_seq_remove_events_get_condition( method snd_seq_remove_events_get_queue (line 25423) | int snd_seq_remove_events_get_queue( method snd_seq_remove_events_get_dest (line 25438) | ffi.Pointer snd_seq_remove_events_get_dest( method snd_seq_remove_events_get_channel (line 25453) | int snd_seq_remove_events_get_channel( method snd_seq_remove_events_get_event_type (line 25469) | int snd_seq_remove_events_get_event_type( method snd_seq_remove_events_get_tag (line 25485) | int snd_seq_remove_events_get_tag( method snd_seq_remove_events_set_condition (line 25500) | void snd_seq_remove_events_set_condition( method snd_seq_remove_events_set_queue (line 25518) | void snd_seq_remove_events_set_queue( method snd_seq_remove_events_set_dest (line 25535) | void snd_seq_remove_events_set_dest( method snd_seq_remove_events_set_channel (line 25552) | void snd_seq_remove_events_set_channel( method snd_seq_remove_events_set_event_type (line 25570) | void snd_seq_remove_events_set_event_type( method snd_seq_remove_events_set_tag (line 25588) | void snd_seq_remove_events_set_tag( method snd_seq_remove_events (line 25605) | int snd_seq_remove_events( method snd_seq_set_bit (line 25621) | void snd_seq_set_bit( method snd_seq_unset_bit (line 25636) | void snd_seq_unset_bit( method snd_seq_change_bit (line 25651) | int snd_seq_change_bit( method snd_seq_get_bit (line 25666) | int snd_seq_get_bit( method snd_seq_control_queue (line 25689) | int snd_seq_control_queue( method snd_seq_create_simple_port (line 25711) | int snd_seq_create_simple_port( method snd_seq_delete_simple_port (line 25732) | int snd_seq_delete_simple_port( method snd_seq_connect_from (line 25749) | int snd_seq_connect_from( method snd_seq_connect_to (line 25769) | int snd_seq_connect_to( method snd_seq_disconnect_from (line 25788) | int snd_seq_disconnect_from( method snd_seq_disconnect_to (line 25808) | int snd_seq_disconnect_to( method snd_seq_set_client_name (line 25828) | int snd_seq_set_client_name( method snd_seq_set_client_event_filter (line 25844) | int snd_seq_set_client_event_filter( method snd_seq_set_client_pool_output (line 25861) | int snd_seq_set_client_pool_output( method snd_seq_set_client_pool_output_room (line 25878) | int snd_seq_set_client_pool_output_room( method snd_seq_set_client_pool_input (line 25896) | int snd_seq_set_client_pool_input( method snd_seq_sync_output_queue (line 25913) | int snd_seq_sync_output_queue( method snd_seq_parse_address (line 25928) | int snd_seq_parse_address( method snd_seq_reset_pool_output (line 25946) | int snd_seq_reset_pool_output( method snd_seq_reset_pool_input (line 25961) | int snd_seq_reset_pool_input( method snd_midi_event_new (line 25976) | int snd_midi_event_new( method snd_midi_event_resize_buffer (line 25991) | int snd_midi_event_resize_buffer( method snd_midi_event_free (line 26008) | void snd_midi_event_free( method snd_midi_event_init (line 26022) | void snd_midi_event_init( method snd_midi_event_reset_encode (line 26036) | void snd_midi_event_reset_encode( method snd_midi_event_reset_decode (line 26051) | void snd_midi_event_reset_decode( method snd_midi_event_no_status (line 26066) | void snd_midi_event_no_status( method snd_midi_event_encode (line 26083) | int snd_midi_event_encode( method snd_midi_event_encode_byte (line 26103) | int snd_midi_event_encode_byte( method snd_midi_event_decode (line 26122) | int snd_midi_event_decode( class _fsid_t_ (line 26143) | class _fsid_t_ extends ffi.Opaque {} class _mbstate_t_ (line 26145) | class _mbstate_t_ extends ffi.Opaque {} class _fpos_t_ (line 26147) | class _fpos_t_ extends ffi.Opaque {} class _fpos64_t_ (line 26149) | class _fpos64_t_ extends ffi.Opaque {} class IO_marker_ (line 26151) | class IO_marker_ extends ffi.Opaque {} class IO_codecvt_ (line 26153) | class IO_codecvt_ extends ffi.Opaque {} class IO_wide_data_ (line 26155) | class IO_wide_data_ extends ffi.Opaque {} class IO_FILE_ (line 26157) | class IO_FILE_ extends ffi.Opaque {} class _va_list_tag_ (line 26159) | class _va_list_tag_ extends ffi.Struct { class idtype_t (line 26171) | abstract class idtype_t { class div_t (line 26177) | class div_t extends ffi.Struct { class ldiv_t (line 26185) | class ldiv_t extends ffi.Struct { class lldiv_t (line 26193) | class lldiv_t extends ffi.Struct { class _sigset_t_ (line 26201) | class _sigset_t_ extends ffi.Opaque {} class timeval (line 26203) | class timeval extends ffi.Struct { class timespec (line 26211) | class timespec extends ffi.Struct { class fd_set (line 26219) | class fd_set extends ffi.Opaque {} class _pthread_list_t_ (line 26221) | class _pthread_list_t_ extends ffi.Struct { class _pthread_slist_t_ (line 26227) | class _pthread_slist_t_ extends ffi.Struct { class _pthread_mutex_s_ (line 26231) | class _pthread_mutex_s_ extends ffi.Struct { class _pthread_rwlock_arch_t_ (line 26256) | class _pthread_rwlock_arch_t_ extends ffi.Opaque {} class _pthread_cond_s_ (line 26258) | class _pthread_cond_s_ extends ffi.Opaque {} class random_data (line 26260) | class random_data extends ffi.Struct { class drand48_data (line 26279) | class drand48_data extends ffi.Opaque {} class _locale_data_ (line 26281) | class _locale_data_ extends ffi.Opaque {} class _locale_struct_ (line 26283) | class _locale_struct_ extends ffi.Opaque {} class flock (line 26285) | class flock extends ffi.Struct { class stat (line 26302) | class stat extends ffi.Opaque {} class pollfd (line 26304) | class pollfd extends ffi.Struct { class tm (line 26315) | class tm extends ffi.Struct { class itimerspec (line 26349) | class itimerspec extends ffi.Struct { class sigevent (line 26355) | class sigevent extends ffi.Opaque {} class snd_dlsym_link (line 26357) | class snd_dlsym_link extends ffi.Struct { class snd_async_handler_ (line 26365) | class snd_async_handler_ extends ffi.Opaque {} class snd_shm_area (line 26367) | class snd_shm_area extends ffi.Opaque {} class snd_input_ (line 26369) | class snd_input_ extends ffi.Opaque {} class snd_input_type_t (line 26371) | abstract class snd_input_type_t { class snd_output_ (line 26376) | class snd_output_ extends ffi.Opaque {} class snd_output_type_t (line 26378) | abstract class snd_output_type_t { class snd_config_type_t (line 26383) | abstract class snd_config_type_t { class snd_config_ (line 26392) | class snd_config_ extends ffi.Opaque {} class snd_config_iterator_ (line 26394) | class snd_config_iterator_ extends ffi.Opaque {} class snd_config_update_ (line 26396) | class snd_config_update_ extends ffi.Opaque {} class snd_devname (line 26398) | class snd_devname extends ffi.Struct { class snd_pcm_info_ (line 26406) | class snd_pcm_info_ extends ffi.Opaque {} class snd_pcm_hw_params_ (line 26408) | class snd_pcm_hw_params_ extends ffi.Opaque {} class snd_pcm_sw_params_ (line 26410) | class snd_pcm_sw_params_ extends ffi.Opaque {} class snd_pcm_status_ (line 26412) | class snd_pcm_status_ extends ffi.Opaque {} class snd_pcm_access_mask_ (line 26414) | class snd_pcm_access_mask_ extends ffi.Opaque {} class snd_pcm_format_mask_ (line 26416) | class snd_pcm_format_mask_ extends ffi.Opaque {} class snd_pcm_subformat_mask_ (line 26418) | class snd_pcm_subformat_mask_ extends ffi.Opaque {} class snd_pcm_class_t (line 26420) | abstract class snd_pcm_class_t { class snd_pcm_subclass_t (line 26428) | abstract class snd_pcm_subclass_t { class snd_pcm_stream_t (line 26434) | abstract class snd_pcm_stream_t { class snd_pcm_access_t (line 26440) | abstract class snd_pcm_access_t { class snd_pcm_format_t (line 26449) | abstract class snd_pcm_format_t { class snd_pcm_subformat_t (line 26516) | abstract class snd_pcm_subformat_t { class snd_pcm_state_t (line 26521) | abstract class snd_pcm_state_t { class snd_pcm_start_t (line 26535) | abstract class snd_pcm_start_t { class snd_pcm_xrun_t (line 26541) | abstract class snd_pcm_xrun_t { class snd_pcm_tstamp_t (line 26547) | abstract class snd_pcm_tstamp_t { class snd_pcm_tstamp_type_t (line 26554) | abstract class snd_pcm_tstamp_type_t { class snd_pcm_audio_tstamp_config_t (line 26561) | class snd_pcm_audio_tstamp_config_t extends ffi.Opaque {} class snd_pcm_audio_tstamp_report_t (line 26563) | class snd_pcm_audio_tstamp_report_t extends ffi.Opaque {} class snd_pcm_ (line 26565) | class snd_pcm_ extends ffi.Opaque {} class _snd_pcm_type (line 26567) | abstract class _snd_pcm_type { class snd_pcm_channel_area_t (line 26602) | class snd_pcm_channel_area_t extends ffi.Struct { class snd_pcm_scope_ (line 26612) | class snd_pcm_scope_ extends ffi.Opaque {} class snd_pcm_chmap_type (line 26614) | abstract class snd_pcm_chmap_type { class snd_pcm_chmap_position (line 26622) | abstract class snd_pcm_chmap_position { class snd_pcm_chmap_t (line 26663) | class snd_pcm_chmap_t extends ffi.Opaque {} class snd_pcm_chmap_query_t (line 26665) | class snd_pcm_chmap_query_t extends ffi.Opaque {} class snd_pcm_hook_type_t (line 26667) | abstract class snd_pcm_hook_type_t { class snd_pcm_hook_ (line 26674) | class snd_pcm_hook_ extends ffi.Opaque {} class snd_pcm_scope_ops_t (line 26676) | class snd_pcm_scope_ops_t extends ffi.Struct { class snd_spcm_latency_t (line 26692) | abstract class snd_spcm_latency_t { class snd_spcm_xrun_type_t (line 26698) | abstract class snd_spcm_xrun_type_t { class snd_spcm_duplex_type_t (line 26703) | abstract class snd_spcm_duplex_type_t { class snd_rawmidi_info_ (line 26708) | class snd_rawmidi_info_ extends ffi.Opaque {} class snd_rawmidi_params_ (line 26710) | class snd_rawmidi_params_ extends ffi.Opaque {} class snd_rawmidi_status_ (line 26712) | class snd_rawmidi_status_ extends ffi.Opaque {} class snd_rawmidi_stream_t (line 26714) | abstract class snd_rawmidi_stream_t { class snd_rawmidi_ (line 26720) | class snd_rawmidi_ extends ffi.Opaque {} class snd_rawmidi_type_t (line 26722) | abstract class snd_rawmidi_type_t { class snd_timer_id_ (line 26729) | class snd_timer_id_ extends ffi.Opaque {} class snd_timer_ginfo_ (line 26731) | class snd_timer_ginfo_ extends ffi.Opaque {} class snd_timer_gparams_ (line 26733) | class snd_timer_gparams_ extends ffi.Opaque {} class snd_timer_gstatus_ (line 26735) | class snd_timer_gstatus_ extends ffi.Opaque {} class snd_timer_info_ (line 26737) | class snd_timer_info_ extends ffi.Opaque {} class snd_timer_params_ (line 26739) | class snd_timer_params_ extends ffi.Opaque {} class snd_timer_status_ (line 26741) | class snd_timer_status_ extends ffi.Opaque {} class snd_timer_class_t (line 26743) | abstract class snd_timer_class_t { class snd_timer_slave_class_t (line 26752) | abstract class snd_timer_slave_class_t { class snd_timer_event_t (line 26760) | abstract class snd_timer_event_t { class snd_timer_read_t (line 26778) | class snd_timer_read_t extends ffi.Struct { class snd_timer_tread_t (line 26786) | class snd_timer_tread_t extends ffi.Struct { class snd_timer_type_t (line 26796) | abstract class snd_timer_type_t { class snd_timer_query_ (line 26802) | class snd_timer_query_ extends ffi.Opaque {} class snd_timer_ (line 26804) | class snd_timer_ extends ffi.Opaque {} class snd_hwdep_info_ (line 26806) | class snd_hwdep_info_ extends ffi.Opaque {} class snd_hwdep_dsp_status_ (line 26808) | class snd_hwdep_dsp_status_ extends ffi.Opaque {} class snd_hwdep_dsp_image_ (line 26810) | class snd_hwdep_dsp_image_ extends ffi.Opaque {} class snd_hwdep_iface_t (line 26812) | abstract class snd_hwdep_iface_t { class snd_hwdep_type_t (line 26843) | abstract class snd_hwdep_type_t { class snd_hwdep_ (line 26849) | class snd_hwdep_ extends ffi.Opaque {} class snd_aes_iec958_t (line 26851) | class snd_aes_iec958_t extends ffi.Opaque {} class snd_ctl_card_info_ (line 26853) | class snd_ctl_card_info_ extends ffi.Opaque {} class snd_ctl_elem_id_ (line 26855) | class snd_ctl_elem_id_ extends ffi.Opaque {} class snd_ctl_elem_list_ (line 26857) | class snd_ctl_elem_list_ extends ffi.Opaque {} class snd_ctl_elem_info_ (line 26859) | class snd_ctl_elem_info_ extends ffi.Opaque {} class snd_ctl_elem_value_ (line 26861) | class snd_ctl_elem_value_ extends ffi.Opaque {} class snd_ctl_event_ (line 26863) | class snd_ctl_event_ extends ffi.Opaque {} class snd_ctl_elem_type_t (line 26865) | abstract class snd_ctl_elem_type_t { class snd_ctl_elem_iface_t (line 26876) | abstract class snd_ctl_elem_iface_t { class snd_ctl_event_type_t (line 26887) | abstract class snd_ctl_event_type_t { class snd_ctl_type_t (line 26892) | abstract class snd_ctl_type_t { class snd_ctl_ (line 26899) | class snd_ctl_ extends ffi.Opaque {} class snd_sctl_ (line 26901) | class snd_sctl_ extends ffi.Opaque {} class snd_hctl_elem_ (line 26903) | class snd_hctl_elem_ extends ffi.Opaque {} class snd_hctl_ (line 26905) | class snd_hctl_ extends ffi.Opaque {} class snd_mixer_ (line 26907) | class snd_mixer_ extends ffi.Opaque {} class snd_mixer_class_ (line 26909) | class snd_mixer_class_ extends ffi.Opaque {} class snd_mixer_elem_ (line 26911) | class snd_mixer_elem_ extends ffi.Opaque {} class snd_mixer_elem_type_t (line 26913) | abstract class snd_mixer_elem_type_t { class snd_mixer_selem_channel_id_t (line 26918) | abstract class snd_mixer_selem_channel_id_t { class snd_mixer_selem_regopt_abstract (line 26933) | abstract class snd_mixer_selem_regopt_abstract { class snd_mixer_selem_regopt (line 26938) | class snd_mixer_selem_regopt extends ffi.Struct { class snd_mixer_selem_id_ (line 26952) | class snd_mixer_selem_id_ extends ffi.Opaque {} class snd_seq_event_type (line 26954) | abstract class snd_seq_event_type { class snd_seq_addr_t (line 27016) | class snd_seq_addr_t extends ffi.Struct { class snd_seq_connect_t (line 27024) | class snd_seq_connect_t extends ffi.Struct { class snd_seq_real_time_t (line 27030) | class snd_seq_real_time_t extends ffi.Struct { class snd_seq_ev_note_t (line 27038) | class snd_seq_ev_note_t extends ffi.Struct { class snd_seq_ev_ctrl_t (line 27055) | class snd_seq_ev_ctrl_t extends ffi.Opaque {} class snd_seq_ev_raw8_t (line 27057) | class snd_seq_ev_raw8_t extends ffi.Opaque {} class snd_seq_ev_raw32_t (line 27059) | class snd_seq_ev_raw32_t extends ffi.Opaque {} class snd_seq_ev_ext (line 27061) | class snd_seq_ev_ext extends ffi.Struct { class snd_seq_result_t (line 27068) | class snd_seq_result_t extends ffi.Struct { class snd_seq_queue_skew_t (line 27076) | class snd_seq_queue_skew_t extends ffi.Struct { class snd_seq_ev_queue_control_t (line 27084) | class snd_seq_ev_queue_control_t extends ffi.Opaque {} class snd_seq_event_t (line 27086) | class snd_seq_event_t extends ffi.Opaque {} class snd_seq_ (line 27088) | class snd_seq_ extends ffi.Opaque {} class snd_seq_type_t (line 27090) | abstract class snd_seq_type_t { class snd_seq_system_info_ (line 27096) | class snd_seq_system_info_ extends ffi.Opaque {} class snd_seq_client_info_ (line 27098) | class snd_seq_client_info_ extends ffi.Opaque {} class snd_seq_client_type_t (line 27100) | abstract class snd_seq_client_type_t { class snd_seq_client_pool_ (line 27105) | class snd_seq_client_pool_ extends ffi.Opaque {} class snd_seq_port_info_ (line 27107) | class snd_seq_port_info_ extends ffi.Opaque {} class snd_seq_port_subscribe_ (line 27109) | class snd_seq_port_subscribe_ extends ffi.Opaque {} class snd_seq_query_subscribe_ (line 27111) | class snd_seq_query_subscribe_ extends ffi.Opaque {} class snd_seq_query_subs_type_t (line 27113) | abstract class snd_seq_query_subs_type_t { class snd_seq_queue_info_ (line 27118) | class snd_seq_queue_info_ extends ffi.Opaque {} class snd_seq_queue_status_ (line 27120) | class snd_seq_queue_status_ extends ffi.Opaque {} class snd_seq_queue_tempo_ (line 27122) | class snd_seq_queue_tempo_ extends ffi.Opaque {} class snd_seq_queue_timer_ (line 27124) | class snd_seq_queue_timer_ extends ffi.Opaque {} class snd_seq_queue_timer_type_t (line 27126) | abstract class snd_seq_queue_timer_type_t { class snd_seq_remove_events_ (line 27132) | class snd_seq_remove_events_ extends ffi.Opaque {} class snd_midi_event (line 27134) | class snd_midi_event extends ffi.Opaque {} type _c_access (line 30375) | typedef _c_access = ffi.Int32 Function( type _dart_access (line 30380) | typedef _dart_access = int Function( type _c_faccessat (line 30385) | typedef _c_faccessat = ffi.Int32 Function( type _dart_faccessat (line 30392) | typedef _dart_faccessat = int Function( type _c_lseek (line 30399) | typedef _c_lseek = ffi.Int64 Function( type _dart_lseek (line 30405) | typedef _dart_lseek = int Function( type _c_close (line 30411) | typedef _c_close = ffi.Int32 Function( type _dart_close (line 30415) | typedef _dart_close = int Function( type _c_read (line 30419) | typedef _c_read = ffi.Int64 Function( type _dart_read (line 30425) | typedef _dart_read = int Function( type _c_write (line 30431) | typedef _c_write = ffi.Int64 Function( type _dart_write (line 30437) | typedef _dart_write = int Function( type _c_pread (line 30443) | typedef _c_pread = ffi.Int64 Function( type _dart_pread (line 30450) | typedef _dart_pread = int Function( type _c_pwrite (line 30457) | typedef _c_pwrite = ffi.Int64 Function( type _dart_pwrite (line 30464) | typedef _dart_pwrite = int Function( type _c_pipe (line 30471) | typedef _c_pipe = ffi.Int32 Function( type _dart_pipe (line 30475) | typedef _dart_pipe = int Function( type _c_alarm (line 30479) | typedef _c_alarm = ffi.Uint32 Function( type _dart_alarm (line 30483) | typedef _dart_alarm = int Function( type _c_sleep (line 30487) | typedef _c_sleep = ffi.Uint32 Function( type _dart_sleep (line 30491) | typedef _dart_sleep = int Function( type _c_ualarm (line 30495) | typedef _c_ualarm = ffi.Uint32 Function( type _dart_ualarm (line 30500) | typedef _dart_ualarm = int Function( type _c_usleep (line 30505) | typedef _c_usleep = ffi.Int32 Function( type _dart_usleep (line 30509) | typedef _dart_usleep = int Function( type _c_pause (line 30513) | typedef _c_pause = ffi.Int32 Function(); type _dart_pause (line 30515) | typedef _dart_pause = int Function(); type _c_chown (line 30517) | typedef _c_chown = ffi.Int32 Function( type _dart_chown (line 30523) | typedef _dart_chown = int Function( type _c_fchown (line 30529) | typedef _c_fchown = ffi.Int32 Function( type _dart_fchown (line 30535) | typedef _dart_fchown = int Function( type _c_lchown (line 30541) | typedef _c_lchown = ffi.Int32 Function( type _dart_lchown (line 30547) | typedef _dart_lchown = int Function( type _c_fchownat (line 30553) | typedef _c_fchownat = ffi.Int32 Function( type _dart_fchownat (line 30561) | typedef _dart_fchownat = int Function( type _c_chdir (line 30569) | typedef _c_chdir = ffi.Int32 Function( type _dart_chdir (line 30573) | typedef _dart_chdir = int Function( type _c_fchdir (line 30577) | typedef _c_fchdir = ffi.Int32 Function( type _dart_fchdir (line 30581) | typedef _dart_fchdir = int Function( type _c_getcwd (line 30585) | typedef _c_getcwd = ffi.Pointer Function( type _dart_getcwd (line 30590) | typedef _dart_getcwd = ffi.Pointer Function( type _c_getwd (line 30595) | typedef _c_getwd = ffi.Pointer Function( type _dart_getwd (line 30599) | typedef _dart_getwd = ffi.Pointer Function( type _c_dup (line 30603) | typedef _c_dup = ffi.Int32 Function( type _dart_dup (line 30607) | typedef _dart_dup = int Function( type _c_dup2 (line 30611) | typedef _c_dup2 = ffi.Int32 Function( type _dart_dup2 (line 30616) | typedef _dart_dup2 = int Function( type _c_execve (line 30621) | typedef _c_execve = ffi.Int32 Function( type _dart_execve (line 30627) | typedef _dart_execve = int Function( type _c_fexecve (line 30633) | typedef _c_fexecve = ffi.Int32 Function( type _dart_fexecve (line 30639) | typedef _dart_fexecve = int Function( type _c_execv (line 30645) | typedef _c_execv = ffi.Int32 Function( type _dart_execv (line 30650) | typedef _dart_execv = int Function( type _c_execle (line 30655) | typedef _c_execle = ffi.Int32 Function( type _dart_execle (line 30660) | typedef _dart_execle = int Function( type _c_execl (line 30665) | typedef _c_execl = ffi.Int32 Function( type _dart_execl (line 30670) | typedef _dart_execl = int Function( type _c_execvp (line 30675) | typedef _c_execvp = ffi.Int32 Function( type _dart_execvp (line 30680) | typedef _dart_execvp = int Function( type _c_execlp (line 30685) | typedef _c_execlp = ffi.Int32 Function( type _dart_execlp (line 30690) | typedef _dart_execlp = int Function( type _c_nice (line 30695) | typedef _c_nice = ffi.Int32 Function( type _dart_nice (line 30699) | typedef _dart_nice = int Function( type _c__exit (line 30703) | typedef _c__exit = ffi.Void Function( type _dart__exit (line 30707) | typedef _dart__exit = void Function( type _c_pathconf (line 30711) | typedef _c_pathconf = ffi.Int64 Function( type _dart_pathconf (line 30716) | typedef _dart_pathconf = int Function( type _c_fpathconf (line 30721) | typedef _c_fpathconf = ffi.Int64 Function( type _dart_fpathconf (line 30726) | typedef _dart_fpathconf = int Function( type _c_sysconf (line 30731) | typedef _c_sysconf = ffi.Int64 Function( type _dart_sysconf (line 30735) | typedef _dart_sysconf = int Function( type _c_confstr (line 30739) | typedef _c_confstr = ffi.Uint64 Function( type _dart_confstr (line 30745) | typedef _dart_confstr = int Function( type _c_getpid (line 30751) | typedef _c_getpid = ffi.Int32 Function(); type _dart_getpid (line 30753) | typedef _dart_getpid = int Function(); type _c_getppid (line 30755) | typedef _c_getppid = ffi.Int32 Function(); type _dart_getppid (line 30757) | typedef _dart_getppid = int Function(); type _c_getpgrp (line 30759) | typedef _c_getpgrp = ffi.Int32 Function(); type _dart_getpgrp (line 30761) | typedef _dart_getpgrp = int Function(); type _c___getpgid (line 30763) | typedef _c___getpgid = ffi.Int32 Function( type _dart___getpgid (line 30767) | typedef _dart___getpgid = int Function( type _c_getpgid (line 30771) | typedef _c_getpgid = ffi.Int32 Function( type _dart_getpgid (line 30775) | typedef _dart_getpgid = int Function( type _c_setpgid (line 30779) | typedef _c_setpgid = ffi.Int32 Function( type _dart_setpgid (line 30784) | typedef _dart_setpgid = int Function( type _c_setpgrp (line 30789) | typedef _c_setpgrp = ffi.Int32 Function(); type _dart_setpgrp (line 30791) | typedef _dart_setpgrp = int Function(); type _c_setsid (line 30793) | typedef _c_setsid = ffi.Int32 Function(); type _dart_setsid (line 30795) | typedef _dart_setsid = int Function(); type _c_getsid (line 30797) | typedef _c_getsid = ffi.Int32 Function( type _dart_getsid (line 30801) | typedef _dart_getsid = int Function( type _c_getuid (line 30805) | typedef _c_getuid = ffi.Uint32 Function(); type _dart_getuid (line 30807) | typedef _dart_getuid = int Function(); type _c_geteuid (line 30809) | typedef _c_geteuid = ffi.Uint32 Function(); type _dart_geteuid (line 30811) | typedef _dart_geteuid = int Function(); type _c_getgid (line 30813) | typedef _c_getgid = ffi.Uint32 Function(); type _dart_getgid (line 30815) | typedef _dart_getgid = int Function(); type _c_getegid (line 30817) | typedef _c_getegid = ffi.Uint32 Function(); type _dart_getegid (line 30819) | typedef _dart_getegid = int Function(); type _c_getgroups (line 30821) | typedef _c_getgroups = ffi.Int32 Function( type _dart_getgroups (line 30826) | typedef _dart_getgroups = int Function( type _c_setuid (line 30831) | typedef _c_setuid = ffi.Int32 Function( type _dart_setuid (line 30835) | typedef _dart_setuid = int Function( type _c_setreuid (line 30839) | typedef _c_setreuid = ffi.Int32 Function( type _dart_setreuid (line 30844) | typedef _dart_setreuid = int Function( type _c_seteuid (line 30849) | typedef _c_seteuid = ffi.Int32 Function( type _dart_seteuid (line 30853) | typedef _dart_seteuid = int Function( type _c_setgid (line 30857) | typedef _c_setgid = ffi.Int32 Function( type _dart_setgid (line 30861) | typedef _dart_setgid = int Function( type _c_setregid (line 30865) | typedef _c_setregid = ffi.Int32 Function( type _dart_setregid (line 30870) | typedef _dart_setregid = int Function( type _c_setegid (line 30875) | typedef _c_setegid = ffi.Int32 Function( type _dart_setegid (line 30879) | typedef _dart_setegid = int Function( type _c_fork (line 30883) | typedef _c_fork = ffi.Int32 Function(); type _dart_fork (line 30885) | typedef _dart_fork = int Function(); type _c_vfork (line 30887) | typedef _c_vfork = ffi.Int32 Function(); type _dart_vfork (line 30889) | typedef _dart_vfork = int Function(); type _c_ttyname (line 30891) | typedef _c_ttyname = ffi.Pointer Function( type _dart_ttyname (line 30895) | typedef _dart_ttyname = ffi.Pointer Function( type _c_ttyname_r (line 30899) | typedef _c_ttyname_r = ffi.Int32 Function( type _dart_ttyname_r (line 30905) | typedef _dart_ttyname_r = int Function( type _c_isatty (line 30911) | typedef _c_isatty = ffi.Int32 Function( type _dart_isatty (line 30915) | typedef _dart_isatty = int Function( type _c_ttyslot (line 30919) | typedef _c_ttyslot = ffi.Int32 Function(); type _dart_ttyslot (line 30921) | typedef _dart_ttyslot = int Function(); type _c_link (line 30923) | typedef _c_link = ffi.Int32 Function( type _dart_link (line 30928) | typedef _dart_link = int Function( type _c_linkat (line 30933) | typedef _c_linkat = ffi.Int32 Function( type _dart_linkat (line 30941) | typedef _dart_linkat = int Function( type _c_symlink (line 30949) | typedef _c_symlink = ffi.Int32 Function( type _dart_symlink (line 30954) | typedef _dart_symlink = int Function( type _c_readlink (line 30959) | typedef _c_readlink = ffi.Int64 Function( type _dart_readlink (line 30965) | typedef _dart_readlink = int Function( type _c_symlinkat (line 30971) | typedef _c_symlinkat = ffi.Int32 Function( type _dart_symlinkat (line 30977) | typedef _dart_symlinkat = int Function( type _c_readlinkat (line 30983) | typedef _c_readlinkat = ffi.Int64 Function( type _dart_readlinkat (line 30990) | typedef _dart_readlinkat = int Function( type _c_unlink (line 30997) | typedef _c_unlink = ffi.Int32 Function( type _dart_unlink (line 31001) | typedef _dart_unlink = int Function( type _c_unlinkat (line 31005) | typedef _c_unlinkat = ffi.Int32 Function( type _dart_unlinkat (line 31011) | typedef _dart_unlinkat = int Function( type _c_rmdir (line 31017) | typedef _c_rmdir = ffi.Int32 Function( type _dart_rmdir (line 31021) | typedef _dart_rmdir = int Function( type _c_tcgetpgrp (line 31025) | typedef _c_tcgetpgrp = ffi.Int32 Function( type _dart_tcgetpgrp (line 31029) | typedef _dart_tcgetpgrp = int Function( type _c_tcsetpgrp (line 31033) | typedef _c_tcsetpgrp = ffi.Int32 Function( type _dart_tcsetpgrp (line 31038) | typedef _dart_tcsetpgrp = int Function( type _c_getlogin (line 31043) | typedef _c_getlogin = ffi.Pointer Function(); type _dart_getlogin (line 31045) | typedef _dart_getlogin = ffi.Pointer Function(); type _c_getlogin_r (line 31047) | typedef _c_getlogin_r = ffi.Int32 Function( type _dart_getlogin_r (line 31052) | typedef _dart_getlogin_r = int Function( type _c_setlogin (line 31057) | typedef _c_setlogin = ffi.Int32 Function( type _dart_setlogin (line 31061) | typedef _dart_setlogin = int Function( type _c_getopt (line 31065) | typedef _c_getopt = ffi.Int32 Function( type _dart_getopt (line 31071) | typedef _dart_getopt = int Function( type _c_gethostname (line 31077) | typedef _c_gethostname = ffi.Int32 Function( type _dart_gethostname (line 31082) | typedef _dart_gethostname = int Function( type _c_sethostname (line 31087) | typedef _c_sethostname = ffi.Int32 Function( type _dart_sethostname (line 31092) | typedef _dart_sethostname = int Function( type _c_sethostid (line 31097) | typedef _c_sethostid = ffi.Int32 Function( type _dart_sethostid (line 31101) | typedef _dart_sethostid = int Function( type _c_getdomainname (line 31105) | typedef _c_getdomainname = ffi.Int32 Function( type _dart_getdomainname (line 31110) | typedef _dart_getdomainname = int Function( type _c_setdomainname (line 31115) | typedef _c_setdomainname = ffi.Int32 Function( type _dart_setdomainname (line 31120) | typedef _dart_setdomainname = int Function( type _c_vhangup (line 31125) | typedef _c_vhangup = ffi.Int32 Function(); type _dart_vhangup (line 31127) | typedef _dart_vhangup = int Function(); type _c_revoke (line 31129) | typedef _c_revoke = ffi.Int32 Function( type _dart_revoke (line 31133) | typedef _dart_revoke = int Function( type _c_profil (line 31137) | typedef _c_profil = ffi.Int32 Function( type _dart_profil (line 31144) | typedef _dart_profil = int Function( type _c_acct (line 31151) | typedef _c_acct = ffi.Int32 Function( type _dart_acct (line 31155) | typedef _dart_acct = int Function( type _c_getusershell (line 31159) | typedef _c_getusershell = ffi.Pointer Function(); type _dart_getusershell (line 31161) | typedef _dart_getusershell = ffi.Pointer Function(); type _c_endusershell (line 31163) | typedef _c_endusershell = ffi.Void Function(); type _dart_endusershell (line 31165) | typedef _dart_endusershell = void Function(); type _c_setusershell (line 31167) | typedef _c_setusershell = ffi.Void Function(); type _dart_setusershell (line 31169) | typedef _dart_setusershell = void Function(); type _c_daemon (line 31171) | typedef _c_daemon = ffi.Int32 Function( type _dart_daemon (line 31176) | typedef _dart_daemon = int Function( type _c_chroot (line 31181) | typedef _c_chroot = ffi.Int32 Function( type _dart_chroot (line 31185) | typedef _dart_chroot = int Function( type _c_getpass (line 31189) | typedef _c_getpass = ffi.Pointer Function( type _dart_getpass (line 31193) | typedef _dart_getpass = ffi.Pointer Function( type _c_fsync (line 31197) | typedef _c_fsync = ffi.Int32 Function( type _dart_fsync (line 31201) | typedef _dart_fsync = int Function( type _c_gethostid (line 31205) | typedef _c_gethostid = ffi.Int64 Function(); type _dart_gethostid (line 31207) | typedef _dart_gethostid = int Function(); type _c_sync_1 (line 31209) | typedef _c_sync_1 = ffi.Void Function(); type _dart_sync_1 (line 31211) | typedef _dart_sync_1 = void Function(); type _c_getpagesize (line 31213) | typedef _c_getpagesize = ffi.Int32 Function(); type _dart_getpagesize (line 31215) | typedef _dart_getpagesize = int Function(); type _c_getdtablesize (line 31217) | typedef _c_getdtablesize = ffi.Int32 Function(); type _dart_getdtablesize (line 31219) | typedef _dart_getdtablesize = int Function(); type _c_truncate (line 31221) | typedef _c_truncate = ffi.Int32 Function( type _dart_truncate (line 31226) | typedef _dart_truncate = int Function( type _c_ftruncate (line 31231) | typedef _c_ftruncate = ffi.Int32 Function( type _dart_ftruncate (line 31236) | typedef _dart_ftruncate = int Function( type _c_brk (line 31241) | typedef _c_brk = ffi.Int32 Function( type _dart_brk (line 31245) | typedef _dart_brk = int Function( type _c_sbrk (line 31249) | typedef _c_sbrk = ffi.Pointer Function( type _dart_sbrk (line 31253) | typedef _dart_sbrk = ffi.Pointer Function( type _c_syscall (line 31257) | typedef _c_syscall = ffi.Int64 Function( type _dart_syscall (line 31261) | typedef _dart_syscall = int Function( type _c_lockf (line 31265) | typedef _c_lockf = ffi.Int32 Function( type _dart_lockf (line 31271) | typedef _dart_lockf = int Function( type _c_fdatasync (line 31277) | typedef _c_fdatasync = ffi.Int32 Function( type _dart_fdatasync (line 31281) | typedef _dart_fdatasync = int Function( type _c_crypt (line 31285) | typedef _c_crypt = ffi.Pointer Function( type _dart_crypt (line 31290) | typedef _dart_crypt = ffi.Pointer Function( type _c_getentropy (line 31295) | typedef _c_getentropy = ffi.Int32 Function( type _dart_getentropy (line 31300) | typedef _dart_getentropy = int Function( type _c_remove (line 31305) | typedef _c_remove = ffi.Int32 Function( type _dart_remove (line 31309) | typedef _dart_remove = int Function( type _c_rename (line 31313) | typedef _c_rename = ffi.Int32 Function( type _dart_rename (line 31318) | typedef _dart_rename = int Function( type _c_renameat (line 31323) | typedef _c_renameat = ffi.Int32 Function( type _dart_renameat (line 31330) | typedef _dart_renameat = int Function( type _c_tmpfile (line 31337) | typedef _c_tmpfile = ffi.Pointer Function(); type _dart_tmpfile (line 31339) | typedef _dart_tmpfile = ffi.Pointer Function(); type _c_tmpnam (line 31341) | typedef _c_tmpnam = ffi.Pointer Function( type _dart_tmpnam (line 31345) | typedef _dart_tmpnam = ffi.Pointer Function( type _c_tmpnam_r (line 31349) | typedef _c_tmpnam_r = ffi.Pointer Function( type _dart_tmpnam_r (line 31353) | typedef _dart_tmpnam_r = ffi.Pointer Function( type _c_tempnam (line 31357) | typedef _c_tempnam = ffi.Pointer Function( type _dart_tempnam (line 31362) | typedef _dart_tempnam = ffi.Pointer Function( type _c_fclose (line 31367) | typedef _c_fclose = ffi.Int32 Function( type _dart_fclose (line 31371) | typedef _dart_fclose = int Function( type _c_fflush (line 31375) | typedef _c_fflush = ffi.Int32 Function( type _dart_fflush (line 31379) | typedef _dart_fflush = int Function( type _c_fflush_unlocked (line 31383) | typedef _c_fflush_unlocked = ffi.Int32 Function( type _dart_fflush_unlocked (line 31387) | typedef _dart_fflush_unlocked = int Function( type _c_fopen (line 31391) | typedef _c_fopen = ffi.Pointer Function( type _dart_fopen (line 31396) | typedef _dart_fopen = ffi.Pointer Function( type _c_freopen (line 31401) | typedef _c_freopen = ffi.Pointer Function( type _dart_freopen (line 31407) | typedef _dart_freopen = ffi.Pointer Function( type _c_fdopen (line 31413) | typedef _c_fdopen = ffi.Pointer Function( type _dart_fdopen (line 31418) | typedef _dart_fdopen = ffi.Pointer Function( type _c_fmemopen (line 31423) | typedef _c_fmemopen = ffi.Pointer Function( type _dart_fmemopen (line 31429) | typedef _dart_fmemopen = ffi.Pointer Function( type _c_open_memstream (line 31435) | typedef _c_open_memstream = ffi.Pointer Function( type _dart_open_memstream (line 31440) | typedef _dart_open_memstream = ffi.Pointer Function( type _c_setbuf (line 31445) | typedef _c_setbuf = ffi.Void Function( type _dart_setbuf (line 31450) | typedef _dart_setbuf = void Function( type _c_setvbuf (line 31455) | typedef _c_setvbuf = ffi.Int32 Function( type _dart_setvbuf (line 31462) | typedef _dart_setvbuf = int Function( type _c_setbuffer (line 31469) | typedef _c_setbuffer = ffi.Void Function( type _dart_setbuffer (line 31475) | typedef _dart_setbuffer = void Function( type _c_setlinebuf (line 31481) | typedef _c_setlinebuf = ffi.Void Function( type _dart_setlinebuf (line 31485) | typedef _dart_setlinebuf = void Function( type _c_fprintf (line 31489) | typedef _c_fprintf = ffi.Int32 Function( type _dart_fprintf (line 31494) | typedef _dart_fprintf = int Function( type _c_printf (line 31499) | typedef _c_printf = ffi.Int32 Function( type _dart_printf (line 31503) | typedef _dart_printf = int Function( type _c_sprintf (line 31507) | typedef _c_sprintf = ffi.Int32 Function( type _dart_sprintf (line 31512) | typedef _dart_sprintf = int Function( type _c_vfprintf (line 31517) | typedef _c_vfprintf = ffi.Int32 Function( type _dart_vfprintf (line 31523) | typedef _dart_vfprintf = int Function( type _c_vprintf (line 31529) | typedef _c_vprintf = ffi.Int32 Function( type _dart_vprintf (line 31534) | typedef _dart_vprintf = int Function( type _c_vsprintf (line 31539) | typedef _c_vsprintf = ffi.Int32 Function( type _dart_vsprintf (line 31545) | typedef _dart_vsprintf = int Function( type _c_snprintf (line 31551) | typedef _c_snprintf = ffi.Int32 Function( type _dart_snprintf (line 31557) | typedef _dart_snprintf = int Function( type _c_vsnprintf (line 31563) | typedef _c_vsnprintf = ffi.Int32 Function( type _dart_vsnprintf (line 31570) | typedef _dart_vsnprintf = int Function( type _c_vdprintf (line 31577) | typedef _c_vdprintf = ffi.Int32 Function( type _dart_vdprintf (line 31583) | typedef _dart_vdprintf = int Function( type _c_dprintf (line 31589) | typedef _c_dprintf = ffi.Int32 Function( type _dart_dprintf (line 31594) | typedef _dart_dprintf = int Function( type _c_fscanf (line 31599) | typedef _c_fscanf = ffi.Int32 Function( type _dart_fscanf (line 31604) | typedef _dart_fscanf = int Function( type _c_scanf (line 31609) | typedef _c_scanf = ffi.Int32 Function( type _dart_scanf (line 31613) | typedef _dart_scanf = int Function( type _c_sscanf (line 31617) | typedef _c_sscanf = ffi.Int32 Function( type _dart_sscanf (line 31622) | typedef _dart_sscanf = int Function( type _c_vfscanf (line 31627) | typedef _c_vfscanf = ffi.Int32 Function( type _dart_vfscanf (line 31633) | typedef _dart_vfscanf = int Function( type _c_vscanf (line 31639) | typedef _c_vscanf = ffi.Int32 Function( type _dart_vscanf (line 31644) | typedef _dart_vscanf = int Function( type _c_vsscanf (line 31649) | typedef _c_vsscanf = ffi.Int32 Function( type _dart_vsscanf (line 31655) | typedef _dart_vsscanf = int Function( type _c_fgetc (line 31661) | typedef _c_fgetc = ffi.Int32 Function( type _dart_fgetc (line 31665) | typedef _dart_fgetc = int Function( type _c_getc (line 31669) | typedef _c_getc = ffi.Int32 Function( type _dart_getc (line 31673) | typedef _dart_getc = int Function( type _c_getchar (line 31677) | typedef _c_getchar = ffi.Int32 Function(); type _dart_getchar (line 31679) | typedef _dart_getchar = int Function(); type _c_getc_unlocked (line 31681) | typedef _c_getc_unlocked = ffi.Int32 Function( type _dart_getc_unlocked (line 31685) | typedef _dart_getc_unlocked = int Function( type _c_getchar_unlocked (line 31689) | typedef _c_getchar_unlocked = ffi.Int32 Function(); type _dart_getchar_unlocked (line 31691) | typedef _dart_getchar_unlocked = int Function(); type _c_fgetc_unlocked (line 31693) | typedef _c_fgetc_unlocked = ffi.Int32 Function( type _dart_fgetc_unlocked (line 31697) | typedef _dart_fgetc_unlocked = int Function( type _c_fputc (line 31701) | typedef _c_fputc = ffi.Int32 Function( type _dart_fputc (line 31706) | typedef _dart_fputc = int Function( type _c_putc (line 31711) | typedef _c_putc = ffi.Int32 Function( type _dart_putc (line 31716) | typedef _dart_putc = int Function( type _c_putchar (line 31721) | typedef _c_putchar = ffi.Int32 Function( type _dart_putchar (line 31725) | typedef _dart_putchar = int Function( type _c_fputc_unlocked (line 31729) | typedef _c_fputc_unlocked = ffi.Int32 Function( type _dart_fputc_unlocked (line 31734) | typedef _dart_fputc_unlocked = int Function( type _c_putc_unlocked (line 31739) | typedef _c_putc_unlocked = ffi.Int32 Function( type _dart_putc_unlocked (line 31744) | typedef _dart_putc_unlocked = int Function( type _c_putchar_unlocked (line 31749) | typedef _c_putchar_unlocked = ffi.Int32 Function( type _dart_putchar_unlocked (line 31753) | typedef _dart_putchar_unlocked = int Function( type _c_getw (line 31757) | typedef _c_getw = ffi.Int32 Function( type _dart_getw (line 31761) | typedef _dart_getw = int Function( type _c_putw (line 31765) | typedef _c_putw = ffi.Int32 Function( type _dart_putw (line 31770) | typedef _dart_putw = int Function( type _c_fgets (line 31775) | typedef _c_fgets = ffi.Pointer Function( type _dart_fgets (line 31781) | typedef _dart_fgets = ffi.Pointer Function( type _c___getdelim (line 31787) | typedef _c___getdelim = ffi.Int64 Function( type _dart___getdelim (line 31794) | typedef _dart___getdelim = int Function( type _c_getdelim (line 31801) | typedef _c_getdelim = ffi.Int64 Function( type _dart_getdelim (line 31808) | typedef _dart_getdelim = int Function( type _c_getline (line 31815) | typedef _c_getline = ffi.Int64 Function( type _dart_getline (line 31821) | typedef _dart_getline = int Function( type _c_fputs (line 31827) | typedef _c_fputs = ffi.Int32 Function( type _dart_fputs (line 31832) | typedef _dart_fputs = int Function( type _c_puts (line 31837) | typedef _c_puts = ffi.Int32 Function( type _dart_puts (line 31841) | typedef _dart_puts = int Function( type _c_ungetc (line 31845) | typedef _c_ungetc = ffi.Int32 Function( type _dart_ungetc (line 31850) | typedef _dart_ungetc = int Function( type _c_fread (line 31855) | typedef _c_fread = ffi.Uint64 Function( type _dart_fread (line 31862) | typedef _dart_fread = int Function( type _c_fwrite (line 31869) | typedef _c_fwrite = ffi.Uint64 Function( type _dart_fwrite (line 31876) | typedef _dart_fwrite = int Function( type _c_fread_unlocked (line 31883) | typedef _c_fread_unlocked = ffi.Uint64 Function( type _dart_fread_unlocked (line 31890) | typedef _dart_fread_unlocked = int Function( type _c_fwrite_unlocked (line 31897) | typedef _c_fwrite_unlocked = ffi.Uint64 Function( type _dart_fwrite_unlocked (line 31904) | typedef _dart_fwrite_unlocked = int Function( type _c_fseek (line 31911) | typedef _c_fseek = ffi.Int32 Function( type _dart_fseek (line 31917) | typedef _dart_fseek = int Function( type _c_ftell (line 31923) | typedef _c_ftell = ffi.Int64 Function( type _dart_ftell (line 31927) | typedef _dart_ftell = int Function( type _c_rewind (line 31931) | typedef _c_rewind = ffi.Void Function( type _dart_rewind (line 31935) | typedef _dart_rewind = void Function( type _c_fseeko (line 31939) | typedef _c_fseeko = ffi.Int32 Function( type _dart_fseeko (line 31945) | typedef _dart_fseeko = int Function( type _c_ftello (line 31951) | typedef _c_ftello = ffi.Int64 Function( type _dart_ftello (line 31955) | typedef _dart_ftello = int Function( type _c_fgetpos (line 31959) | typedef _c_fgetpos = ffi.Int32 Function( type _dart_fgetpos (line 31964) | typedef _dart_fgetpos = int Function( type _c_fsetpos (line 31969) | typedef _c_fsetpos = ffi.Int32 Function( type _dart_fsetpos (line 31974) | typedef _dart_fsetpos = int Function( type _c_clearerr (line 31979) | typedef _c_clearerr = ffi.Void Function( type _dart_clearerr (line 31983) | typedef _dart_clearerr = void Function( type _c_feof (line 31987) | typedef _c_feof = ffi.Int32 Function( type _dart_feof (line 31991) | typedef _dart_feof = int Function( type _c_ferror (line 31995) | typedef _c_ferror = ffi.Int32 Function( type _dart_ferror (line 31999) | typedef _dart_ferror = int Function( type _c_clearerr_unlocked (line 32003) | typedef _c_clearerr_unlocked = ffi.Void Function( type _dart_clearerr_unlocked (line 32007) | typedef _dart_clearerr_unlocked = void Function( type _c_feof_unlocked (line 32011) | typedef _c_feof_unlocked = ffi.Int32 Function( type _dart_feof_unlocked (line 32015) | typedef _dart_feof_unlocked = int Function( type _c_ferror_unlocked (line 32019) | typedef _c_ferror_unlocked = ffi.Int32 Function( type _dart_ferror_unlocked (line 32023) | typedef _dart_ferror_unlocked = int Function( type _c_perror (line 32027) | typedef _c_perror = ffi.Void Function( type _dart_perror (line 32031) | typedef _dart_perror = void Function( type _c_fileno (line 32035) | typedef _c_fileno = ffi.Int32 Function( type _dart_fileno (line 32039) | typedef _dart_fileno = int Function( type _c_fileno_unlocked (line 32043) | typedef _c_fileno_unlocked = ffi.Int32 Function( type _dart_fileno_unlocked (line 32047) | typedef _dart_fileno_unlocked = int Function( type _c_popen (line 32051) | typedef _c_popen = ffi.Pointer Function( type _dart_popen (line 32056) | typedef _dart_popen = ffi.Pointer Function( type _c_pclose (line 32061) | typedef _c_pclose = ffi.Int32 Function( type _dart_pclose (line 32065) | typedef _dart_pclose = int Function( type _c_ctermid (line 32069) | typedef _c_ctermid = ffi.Pointer Function( type _dart_ctermid (line 32073) | typedef _dart_ctermid = ffi.Pointer Function( type _c_flockfile (line 32077) | typedef _c_flockfile = ffi.Void Function( type _dart_flockfile (line 32081) | typedef _dart_flockfile = void Function( type _c_ftrylockfile (line 32085) | typedef _c_ftrylockfile = ffi.Int32 Function( type _dart_ftrylockfile (line 32089) | typedef _dart_ftrylockfile = int Function( type _c_funlockfile (line 32093) | typedef _c_funlockfile = ffi.Void Function( type _dart_funlockfile (line 32097) | typedef _dart_funlockfile = void Function( type _c___uflow (line 32101) | typedef _c___uflow = ffi.Int32 Function( type _dart___uflow (line 32105) | typedef _dart___uflow = int Function( type _c___overflow (line 32109) | typedef _c___overflow = ffi.Int32 Function( type _dart___overflow (line 32114) | typedef _dart___overflow = int Function( type _c___ctype_get_mb_cur_max (line 32119) | typedef _c___ctype_get_mb_cur_max = ffi.Uint64 Function(); type _dart___ctype_get_mb_cur_max (line 32121) | typedef _dart___ctype_get_mb_cur_max = int Function(); type _c_atof (line 32123) | typedef _c_atof = ffi.Double Function( type _dart_atof (line 32127) | typedef _dart_atof = double Function( type _c_atoi (line 32131) | typedef _c_atoi = ffi.Int32 Function( type _dart_atoi (line 32135) | typedef _dart_atoi = int Function( type _c_atol (line 32139) | typedef _c_atol = ffi.Int64 Function( type _dart_atol (line 32143) | typedef _dart_atol = int Function( type _c_atoll (line 32147) | typedef _c_atoll = ffi.Int64 Function( type _dart_atoll (line 32151) | typedef _dart_atoll = int Function( type _c_strtod (line 32155) | typedef _c_strtod = ffi.Double Function( type _dart_strtod (line 32160) | typedef _dart_strtod = double Function( type _c_strtof (line 32165) | typedef _c_strtof = ffi.Float Function( type _dart_strtof (line 32170) | typedef _dart_strtof = double Function( type _c_strtol (line 32175) | typedef _c_strtol = ffi.Int64 Function( type _dart_strtol (line 32181) | typedef _dart_strtol = int Function( type _c_strtoul (line 32187) | typedef _c_strtoul = ffi.Uint64 Function( type _dart_strtoul (line 32193) | typedef _dart_strtoul = int Function( type _c_strtoq (line 32199) | typedef _c_strtoq = ffi.Int64 Function( type _dart_strtoq (line 32205) | typedef _dart_strtoq = int Function( type _c_strtouq (line 32211) | typedef _c_strtouq = ffi.Uint64 Function( type _dart_strtouq (line 32217) | typedef _dart_strtouq = int Function( type _c_strtoll (line 32223) | typedef _c_strtoll = ffi.Int64 Function( type _dart_strtoll (line 32229) | typedef _dart_strtoll = int Function( type _c_strtoull (line 32235) | typedef _c_strtoull = ffi.Uint64 Function( type _dart_strtoull (line 32241) | typedef _dart_strtoull = int Function( type _c_l64a (line 32247) | typedef _c_l64a = ffi.Pointer Function( type _dart_l64a (line 32251) | typedef _dart_l64a = ffi.Pointer Function( type _c_a64l (line 32255) | typedef _c_a64l = ffi.Int64 Function( type _dart_a64l (line 32259) | typedef _dart_a64l = int Function( type _c_select (line 32263) | typedef _c_select = ffi.Int32 Function( type _dart_select (line 32271) | typedef _dart_select = int Function( type _c_pselect (line 32279) | typedef _c_pselect = ffi.Int32 Function( type _dart_pselect (line 32288) | typedef _dart_pselect = int Function( type _c_random (line 32297) | typedef _c_random = ffi.Int64 Function(); type _dart_random (line 32299) | typedef _dart_random = int Function(); type _c_srandom (line 32301) | typedef _c_srandom = ffi.Void Function( type _dart_srandom (line 32305) | typedef _dart_srandom = void Function( type _c_initstate (line 32309) | typedef _c_initstate = ffi.Pointer Function( type _dart_initstate (line 32315) | typedef _dart_initstate = ffi.Pointer Function( type _c_setstate (line 32321) | typedef _c_setstate = ffi.Pointer Function( type _dart_setstate (line 32325) | typedef _dart_setstate = ffi.Pointer Function( type _c_random_r (line 32329) | typedef _c_random_r = ffi.Int32 Function( type _dart_random_r (line 32334) | typedef _dart_random_r = int Function( type _c_srandom_r (line 32339) | typedef _c_srandom_r = ffi.Int32 Function( type _dart_srandom_r (line 32344) | typedef _dart_srandom_r = int Function( type _c_initstate_r (line 32349) | typedef _c_initstate_r = ffi.Int32 Function( type _dart_initstate_r (line 32356) | typedef _dart_initstate_r = int Function( type _c_setstate_r (line 32363) | typedef _c_setstate_r = ffi.Int32 Function( type _dart_setstate_r (line 32368) | typedef _dart_setstate_r = int Function( type _c_rand (line 32373) | typedef _c_rand = ffi.Int32 Function(); type _dart_rand (line 32375) | typedef _dart_rand = int Function(); type _c_srand (line 32377) | typedef _c_srand = ffi.Void Function( type _dart_srand (line 32381) | typedef _dart_srand = void Function( type _c_rand_r (line 32385) | typedef _c_rand_r = ffi.Int32 Function( type _dart_rand_r (line 32389) | typedef _dart_rand_r = int Function( type _c_drand48 (line 32393) | typedef _c_drand48 = ffi.Double Function(); type _dart_drand48 (line 32395) | typedef _dart_drand48 = double Function(); type _c_erand48 (line 32397) | typedef _c_erand48 = ffi.Double Function( type _dart_erand48 (line 32401) | typedef _dart_erand48 = double Function( type _c_lrand48 (line 32405) | typedef _c_lrand48 = ffi.Int64 Function(); type _dart_lrand48 (line 32407) | typedef _dart_lrand48 = int Function(); type _c_nrand48 (line 32409) | typedef _c_nrand48 = ffi.Int64 Function( type _dart_nrand48 (line 32413) | typedef _dart_nrand48 = int Function( type _c_mrand48 (line 32417) | typedef _c_mrand48 = ffi.Int64 Function(); type _dart_mrand48 (line 32419) | typedef _dart_mrand48 = int Function(); type _c_jrand48 (line 32421) | typedef _c_jrand48 = ffi.Int64 Function( type _dart_jrand48 (line 32425) | typedef _dart_jrand48 = int Function( type _c_srand48 (line 32429) | typedef _c_srand48 = ffi.Void Function( type _dart_srand48 (line 32433) | typedef _dart_srand48 = void Function( type _c_seed48 (line 32437) | typedef _c_seed48 = ffi.Pointer Function( type _dart_seed48 (line 32441) | typedef _dart_seed48 = ffi.Pointer Function( type _c_lcong48 (line 32445) | typedef _c_lcong48 = ffi.Void Function( type _dart_lcong48 (line 32449) | typedef _dart_lcong48 = void Function( type _c_drand48_r (line 32453) | typedef _c_drand48_r = ffi.Int32 Function( type _dart_drand48_r (line 32458) | typedef _dart_drand48_r = int Function( type _c_erand48_r (line 32463) | typedef _c_erand48_r = ffi.Int32 Function( type _dart_erand48_r (line 32469) | typedef _dart_erand48_r = int Function( type _c_lrand48_r (line 32475) | typedef _c_lrand48_r = ffi.Int32 Function( type _dart_lrand48_r (line 32480) | typedef _dart_lrand48_r = int Function( type _c_nrand48_r (line 32485) | typedef _c_nrand48_r = ffi.Int32 Function( type _dart_nrand48_r (line 32491) | typedef _dart_nrand48_r = int Function( type _c_mrand48_r (line 32497) | typedef _c_mrand48_r = ffi.Int32 Function( type _dart_mrand48_r (line 32502) | typedef _dart_mrand48_r = int Function( type _c_jrand48_r (line 32507) | typedef _c_jrand48_r = ffi.Int32 Function( type _dart_jrand48_r (line 32513) | typedef _dart_jrand48_r = int Function( type _c_srand48_r (line 32519) | typedef _c_srand48_r = ffi.Int32 Function( type _dart_srand48_r (line 32524) | typedef _dart_srand48_r = int Function( type _c_seed48_r (line 32529) | typedef _c_seed48_r = ffi.Int32 Function( type _dart_seed48_r (line 32534) | typedef _dart_seed48_r = int Function( type _c_lcong48_r (line 32539) | typedef _c_lcong48_r = ffi.Int32 Function( type _dart_lcong48_r (line 32544) | typedef _dart_lcong48_r = int Function( type _c_malloc (line 32549) | typedef _c_malloc = ffi.Pointer Function( type _dart_malloc (line 32553) | typedef _dart_malloc = ffi.Pointer Function( type _c_calloc (line 32557) | typedef _c_calloc = ffi.Pointer Function( type _dart_calloc (line 32562) | typedef _dart_calloc = ffi.Pointer Function( type _c_realloc (line 32567) | typedef _c_realloc = ffi.Pointer Function( type _dart_realloc (line 32572) | typedef _dart_realloc = ffi.Pointer Function( type _c_reallocarray (line 32577) | typedef _c_reallocarray = ffi.Pointer Function( type _dart_reallocarray (line 32583) | typedef _dart_reallocarray = ffi.Pointer Function( type _c_free (line 32589) | typedef _c_free = ffi.Void Function( type _dart_free (line 32593) | typedef _dart_free = void Function( type _c_alloca (line 32597) | typedef _c_alloca = ffi.Pointer Function( type _dart_alloca (line 32601) | typedef _dart_alloca = ffi.Pointer Function( type _c_valloc (line 32605) | typedef _c_valloc = ffi.Pointer Function( type _dart_valloc (line 32609) | typedef _dart_valloc = ffi.Pointer Function( type _c_posix_memalign (line 32613) | typedef _c_posix_memalign = ffi.Int32 Function( type _dart_posix_memalign (line 32619) | typedef _dart_posix_memalign = int Function( type _c_aligned_alloc (line 32625) | typedef _c_aligned_alloc = ffi.Pointer Function( type _dart_aligned_alloc (line 32630) | typedef _dart_aligned_alloc = ffi.Pointer Function( type _c_abort (line 32635) | typedef _c_abort = ffi.Void Function(); type _dart_abort (line 32637) | typedef _dart_abort = void Function(); type _typedefC_1 (line 32639) | typedef _typedefC_1 = ffi.Void Function(); type _c_atexit (line 32641) | typedef _c_atexit = ffi.Int32 Function( type _dart_atexit (line 32645) | typedef _dart_atexit = int Function( type _typedefC_2 (line 32649) | typedef _typedefC_2 = ffi.Void Function(); type _c_at_quick_exit (line 32651) | typedef _c_at_quick_exit = ffi.Int32 Function( type _dart_at_quick_exit (line 32655) | typedef _dart_at_quick_exit = int Function( type _typedefC_3 (line 32659) | typedef _typedefC_3 = ffi.Void Function( type _c_on_exit (line 32664) | typedef _c_on_exit = ffi.Int32 Function( type _dart_on_exit (line 32669) | typedef _dart_on_exit = int Function( type _c_exit (line 32674) | typedef _c_exit = ffi.Void Function( type _dart_exit (line 32678) | typedef _dart_exit = void Function( type _c_quick_exit (line 32682) | typedef _c_quick_exit = ffi.Void Function( type _dart_quick_exit (line 32686) | typedef _dart_quick_exit = void Function( type _c__Exit (line 32690) | typedef _c__Exit = ffi.Void Function( type _dart__Exit (line 32694) | typedef _dart__Exit = void Function( type _c_getenv (line 32698) | typedef _c_getenv = ffi.Pointer Function( type _dart_getenv (line 32702) | typedef _dart_getenv = ffi.Pointer Function( type _c_putenv (line 32706) | typedef _c_putenv = ffi.Int32 Function( type _dart_putenv (line 32710) | typedef _dart_putenv = int Function( type _c_setenv (line 32714) | typedef _c_setenv = ffi.Int32 Function( type _dart_setenv (line 32720) | typedef _dart_setenv = int Function( type _c_unsetenv (line 32726) | typedef _c_unsetenv = ffi.Int32 Function( type _dart_unsetenv (line 32730) | typedef _dart_unsetenv = int Function( type _c_clearenv (line 32734) | typedef _c_clearenv = ffi.Int32 Function(); type _dart_clearenv (line 32736) | typedef _dart_clearenv = int Function(); type _c_mktemp (line 32738) | typedef _c_mktemp = ffi.Pointer Function( type _dart_mktemp (line 32742) | typedef _dart_mktemp = ffi.Pointer Function( type _c_mkstemp (line 32746) | typedef _c_mkstemp = ffi.Int32 Function( type _dart_mkstemp (line 32750) | typedef _dart_mkstemp = int Function( type _c_mkstemps (line 32754) | typedef _c_mkstemps = ffi.Int32 Function( type _dart_mkstemps (line 32759) | typedef _dart_mkstemps = int Function( type _c_mkdtemp (line 32764) | typedef _c_mkdtemp = ffi.Pointer Function( type _dart_mkdtemp (line 32768) | typedef _dart_mkdtemp = ffi.Pointer Function( type _c_system (line 32772) | typedef _c_system = ffi.Int32 Function( type _dart_system (line 32776) | typedef _dart_system = int Function( type _c_realpath (line 32780) | typedef _c_realpath = ffi.Pointer Function( type _dart_realpath (line 32785) | typedef _dart_realpath = ffi.Pointer Function( type __compar_fn_t (line 32790) | typedef __compar_fn_t = ffi.Int32 Function( type _c_bsearch (line 32795) | typedef _c_bsearch = ffi.Pointer Function( type _dart_bsearch (line 32803) | typedef _dart_bsearch = ffi.Pointer Function( type _c_qsort (line 32811) | typedef _c_qsort = ffi.Void Function( type _dart_qsort (line 32818) | typedef _dart_qsort = void Function( type _c_abs (line 32825) | typedef _c_abs = ffi.Int32 Function( type _dart_abs (line 32829) | typedef _dart_abs = int Function( type _c_labs (line 32833) | typedef _c_labs = ffi.Int64 Function( type _dart_labs (line 32837) | typedef _dart_labs = int Function( type _c_llabs (line 32841) | typedef _c_llabs = ffi.Int64 Function( type _dart_llabs (line 32845) | typedef _dart_llabs = int Function( type _c_div (line 32849) | typedef _c_div = div_t Function( type _dart_div (line 32854) | typedef _dart_div = div_t Function( type _c_ldiv (line 32859) | typedef _c_ldiv = ldiv_t Function( type _dart_ldiv (line 32864) | typedef _dart_ldiv = ldiv_t Function( type _c_lldiv (line 32869) | typedef _c_lldiv = lldiv_t Function( type _dart_lldiv (line 32874) | typedef _dart_lldiv = lldiv_t Function( type _c_ecvt (line 32879) | typedef _c_ecvt = ffi.Pointer Function( type _dart_ecvt (line 32886) | typedef _dart_ecvt = ffi.Pointer Function( type _c_fcvt (line 32893) | typedef _c_fcvt = ffi.Pointer Function( type _dart_fcvt (line 32900) | typedef _dart_fcvt = ffi.Pointer Function( type _c_gcvt (line 32907) | typedef _c_gcvt = ffi.Pointer Function( type _dart_gcvt (line 32913) | typedef _dart_gcvt = ffi.Pointer Function( type _c_ecvt_r (line 32919) | typedef _c_ecvt_r = ffi.Int32 Function( type _dart_ecvt_r (line 32928) | typedef _dart_ecvt_r = int Function( type _c_fcvt_r (line 32937) | typedef _c_fcvt_r = ffi.Int32 Function( type _dart_fcvt_r (line 32946) | typedef _dart_fcvt_r = int Function( type _c_mblen (line 32955) | typedef _c_mblen = ffi.Int32 Function( type _dart_mblen (line 32960) | typedef _dart_mblen = int Function( type _c_mbtowc (line 32965) | typedef _c_mbtowc = ffi.Int32 Function( type _dart_mbtowc (line 32971) | typedef _dart_mbtowc = int Function( type _c_wctomb (line 32977) | typedef _c_wctomb = ffi.Int32 Function( type _dart_wctomb (line 32982) | typedef _dart_wctomb = int Function( type _c_mbstowcs (line 32987) | typedef _c_mbstowcs = ffi.Uint64 Function( type _dart_mbstowcs (line 32993) | typedef _dart_mbstowcs = int Function( type _c_wcstombs (line 32999) | typedef _c_wcstombs = ffi.Uint64 Function( type _dart_wcstombs (line 33005) | typedef _dart_wcstombs = int Function( type _c_rpmatch (line 33011) | typedef _c_rpmatch = ffi.Int32 Function( type _dart_rpmatch (line 33015) | typedef _dart_rpmatch = int Function( type _c_getsubopt (line 33019) | typedef _c_getsubopt = ffi.Int32 Function( type _dart_getsubopt (line 33025) | typedef _dart_getsubopt = int Function( type _c_getloadavg (line 33031) | typedef _c_getloadavg = ffi.Int32 Function( type _dart_getloadavg (line 33036) | typedef _dart_getloadavg = int Function( type _c_memcpy (line 33041) | typedef _c_memcpy = ffi.Pointer Function( type _dart_memcpy (line 33047) | typedef _dart_memcpy = ffi.Pointer Function( type _c_memmove (line 33053) | typedef _c_memmove = ffi.Pointer Function( type _dart_memmove (line 33059) | typedef _dart_memmove = ffi.Pointer Function( type _c_memccpy (line 33065) | typedef _c_memccpy = ffi.Pointer Function( type _dart_memccpy (line 33072) | typedef _dart_memccpy = ffi.Pointer Function( type _c_memset (line 33079) | typedef _c_memset = ffi.Pointer Function( type _dart_memset (line 33085) | typedef _dart_memset = ffi.Pointer Function( type _c_memcmp (line 33091) | typedef _c_memcmp = ffi.Int32 Function( type _dart_memcmp (line 33097) | typedef _dart_memcmp = int Function( type _c_memchr (line 33103) | typedef _c_memchr = ffi.Pointer Function( type _dart_memchr (line 33109) | typedef _dart_memchr = ffi.Pointer Function( type _c_strcpy (line 33115) | typedef _c_strcpy = ffi.Pointer Function( type _dart_strcpy (line 33120) | typedef _dart_strcpy = ffi.Pointer Function( type _c_strncpy (line 33125) | typedef _c_strncpy = ffi.Pointer Function( type _dart_strncpy (line 33131) | typedef _dart_strncpy = ffi.Pointer Function( type _c_strcat (line 33137) | typedef _c_strcat = ffi.Pointer Function( type _dart_strcat (line 33142) | typedef _dart_strcat = ffi.Pointer Function( type _c_strncat (line 33147) | typedef _c_strncat = ffi.Pointer Function( type _dart_strncat (line 33153) | typedef _dart_strncat = ffi.Pointer Function( type _c_strcmp (line 33159) | typedef _c_strcmp = ffi.Int32 Function( type _dart_strcmp (line 33164) | typedef _dart_strcmp = int Function( type _c_strncmp (line 33169) | typedef _c_strncmp = ffi.Int32 Function( type _dart_strncmp (line 33175) | typedef _dart_strncmp = int Function( type _c_strcoll (line 33181) | typedef _c_strcoll = ffi.Int32 Function( type _dart_strcoll (line 33186) | typedef _dart_strcoll = int Function( type _c_strxfrm (line 33191) | typedef _c_strxfrm = ffi.Uint64 Function( type _dart_strxfrm (line 33197) | typedef _dart_strxfrm = int Function( type _c_strcoll_l (line 33203) | typedef _c_strcoll_l = ffi.Int32 Function( type _dart_strcoll_l (line 33209) | typedef _dart_strcoll_l = int Function( type _c_strxfrm_l (line 33215) | typedef _c_strxfrm_l = ffi.Uint64 Function( type _dart_strxfrm_l (line 33222) | typedef _dart_strxfrm_l = int Function( type _c_strdup (line 33229) | typedef _c_strdup = ffi.Pointer Function( type _dart_strdup (line 33233) | typedef _dart_strdup = ffi.Pointer Function( type _c_strndup (line 33237) | typedef _c_strndup = ffi.Pointer Function( type _dart_strndup (line 33242) | typedef _dart_strndup = ffi.Pointer Function( type _c_strchr (line 33247) | typedef _c_strchr = ffi.Pointer Function( type _dart_strchr (line 33252) | typedef _dart_strchr = ffi.Pointer Function( type _c_strrchr (line 33257) | typedef _c_strrchr = ffi.Pointer Function( type _dart_strrchr (line 33262) | typedef _dart_strrchr = ffi.Pointer Function( type _c_strcspn (line 33267) | typedef _c_strcspn = ffi.Uint64 Function( type _dart_strcspn (line 33272) | typedef _dart_strcspn = int Function( type _c_strspn (line 33277) | typedef _c_strspn = ffi.Uint64 Function( type _dart_strspn (line 33282) | typedef _dart_strspn = int Function( type _c_strpbrk (line 33287) | typedef _c_strpbrk = ffi.Pointer Function( type _dart_strpbrk (line 33292) | typedef _dart_strpbrk = ffi.Pointer Function( type _c_strstr (line 33297) | typedef _c_strstr = ffi.Pointer Function( type _dart_strstr (line 33302) | typedef _dart_strstr = ffi.Pointer Function( type _c_strtok (line 33307) | typedef _c_strtok = ffi.Pointer Function( type _dart_strtok (line 33312) | typedef _dart_strtok = ffi.Pointer Function( type _c___strtok_r (line 33317) | typedef _c___strtok_r = ffi.Pointer Function( type _dart___strtok_r (line 33323) | typedef _dart___strtok_r = ffi.Pointer Function( type _c_strtok_r (line 33329) | typedef _c_strtok_r = ffi.Pointer Function( type _dart_strtok_r (line 33335) | typedef _dart_strtok_r = ffi.Pointer Function( type _c_strlen (line 33341) | typedef _c_strlen = ffi.Uint64 Function( type _dart_strlen (line 33345) | typedef _dart_strlen = int Function( type _c_strnlen (line 33349) | typedef _c_strnlen = ffi.Uint64 Function( type _dart_strnlen (line 33354) | typedef _dart_strnlen = int Function( type _c_strerror (line 33359) | typedef _c_strerror = ffi.Pointer Function( type _dart_strerror (line 33363) | typedef _dart_strerror = ffi.Pointer Function( type _c_strerror_r (line 33367) | typedef _c_strerror_r = ffi.Int32 Function( type _dart_strerror_r (line 33373) | typedef _dart_strerror_r = int Function( type _c_strerror_l (line 33379) | typedef _c_strerror_l = ffi.Pointer Function( type _dart_strerror_l (line 33384) | typedef _dart_strerror_l = ffi.Pointer Function( type _c_bcmp (line 33389) | typedef _c_bcmp = ffi.Int32 Function( type _dart_bcmp (line 33395) | typedef _dart_bcmp = int Function( type _c_bcopy (line 33401) | typedef _c_bcopy = ffi.Void Function( type _dart_bcopy (line 33407) | typedef _dart_bcopy = void Function( type _c_bzero (line 33413) | typedef _c_bzero = ffi.Void Function( type _dart_bzero (line 33418) | typedef _dart_bzero = void Function( type _c_index (line 33423) | typedef _c_index = ffi.Pointer Function( type _dart_index (line 33428) | typedef _dart_index = ffi.Pointer Function( type _c_rindex (line 33433) | typedef _c_rindex = ffi.Pointer Function( type _dart_rindex (line 33438) | typedef _dart_rindex = ffi.Pointer Function( type _c_ffs (line 33443) | typedef _c_ffs = ffi.Int32 Function( type _dart_ffs (line 33447) | typedef _dart_ffs = int Function( type _c_ffsl (line 33451) | typedef _c_ffsl = ffi.Int32 Function( type _dart_ffsl (line 33455) | typedef _dart_ffsl = int Function( type _c_ffsll (line 33459) | typedef _c_ffsll = ffi.Int32 Function( type _dart_ffsll (line 33463) | typedef _dart_ffsll = int Function( type _c_strcasecmp (line 33467) | typedef _c_strcasecmp = ffi.Int32 Function( type _dart_strcasecmp (line 33472) | typedef _dart_strcasecmp = int Function( type _c_strncasecmp (line 33477) | typedef _c_strncasecmp = ffi.Int32 Function( type _dart_strncasecmp (line 33483) | typedef _dart_strncasecmp = int Function( type _c_strcasecmp_l (line 33489) | typedef _c_strcasecmp_l = ffi.Int32 Function( type _dart_strcasecmp_l (line 33495) | typedef _dart_strcasecmp_l = int Function( type _c_strncasecmp_l (line 33501) | typedef _c_strncasecmp_l = ffi.Int32 Function( type _dart_strncasecmp_l (line 33508) | typedef _dart_strncasecmp_l = int Function( type _c_explicit_bzero (line 33515) | typedef _c_explicit_bzero = ffi.Void Function( type _dart_explicit_bzero (line 33520) | typedef _dart_explicit_bzero = void Function( type _c_strsep (line 33525) | typedef _c_strsep = ffi.Pointer Function( type _dart_strsep (line 33530) | typedef _dart_strsep = ffi.Pointer Function( type _c_strsignal (line 33535) | typedef _c_strsignal = ffi.Pointer Function( type _dart_strsignal (line 33539) | typedef _dart_strsignal = ffi.Pointer Function( type _c___stpcpy (line 33543) | typedef _c___stpcpy = ffi.Pointer Function( type _dart___stpcpy (line 33548) | typedef _dart___stpcpy = ffi.Pointer Function( type _c_stpcpy (line 33553) | typedef _c_stpcpy = ffi.Pointer Function( type _dart_stpcpy (line 33558) | typedef _dart_stpcpy = ffi.Pointer Function( type _c___stpncpy (line 33563) | typedef _c___stpncpy = ffi.Pointer Function( type _dart___stpncpy (line 33569) | typedef _dart___stpncpy = ffi.Pointer Function( type _c_stpncpy (line 33575) | typedef _c_stpncpy = ffi.Pointer Function( type _dart_stpncpy (line 33581) | typedef _dart_stpncpy = ffi.Pointer Function( type _c_fcntl (line 33587) | typedef _c_fcntl = ffi.Int32 Function( type _dart_fcntl (line 33592) | typedef _dart_fcntl = int Function( type _c_open (line 33597) | typedef _c_open = ffi.Int32 Function( type _dart_open (line 33602) | typedef _dart_open = int Function( type _c_openat (line 33607) | typedef _c_openat = ffi.Int32 Function( type _dart_openat (line 33613) | typedef _dart_openat = int Function( type _c_creat (line 33619) | typedef _c_creat = ffi.Int32 Function( type _dart_creat (line 33624) | typedef _dart_creat = int Function( type _c_posix_fadvise (line 33629) | typedef _c_posix_fadvise = ffi.Int32 Function( type _dart_posix_fadvise (line 33636) | typedef _dart_posix_fadvise = int Function( type _c_posix_fallocate (line 33643) | typedef _c_posix_fallocate = ffi.Int32 Function( type _dart_posix_fallocate (line 33649) | typedef _dart_posix_fallocate = int Function( type _c___assert_fail (line 33655) | typedef _c___assert_fail = ffi.Void Function( type _dart___assert_fail (line 33662) | typedef _dart___assert_fail = void Function( type _c___assert_perror_fail (line 33669) | typedef _c___assert_perror_fail = ffi.Void Function( type _dart___assert_perror_fail (line 33676) | typedef _dart___assert_perror_fail = void Function( type _c___assert (line 33683) | typedef _c___assert = ffi.Void Function( type _dart___assert (line 33689) | typedef _dart___assert = void Function( type _c_poll (line 33695) | typedef _c_poll = ffi.Int32 Function( type _dart_poll (line 33701) | typedef _dart_poll = int Function( type _c___errno_location (line 33707) | typedef _c___errno_location = ffi.Pointer Function(); type _dart___errno_location (line 33709) | typedef _dart___errno_location = ffi.Pointer Function(); type _c_clock (line 33711) | typedef _c_clock = ffi.Int64 Function(); type _dart_clock (line 33713) | typedef _dart_clock = int Function(); type _c_time (line 33715) | typedef _c_time = ffi.Int64 Function( type _dart_time (line 33719) | typedef _dart_time = int Function( type _c_difftime (line 33723) | typedef _c_difftime = ffi.Double Function( type _dart_difftime (line 33728) | typedef _dart_difftime = double Function( type _c_mktime (line 33733) | typedef _c_mktime = ffi.Int64 Function( type _dart_mktime (line 33737) | typedef _dart_mktime = int Function( type _c_strftime (line 33741) | typedef _c_strftime = ffi.Uint64 Function( type _dart_strftime (line 33748) | typedef _dart_strftime = int Function( type _c_strftime_l (line 33755) | typedef _c_strftime_l = ffi.Uint64 Function( type _dart_strftime_l (line 33763) | typedef _dart_strftime_l = int Function( type _c_gmtime (line 33771) | typedef _c_gmtime = ffi.Pointer Function( type _dart_gmtime (line 33775) | typedef _dart_gmtime = ffi.Pointer Function( type _c_localtime (line 33779) | typedef _c_localtime = ffi.Pointer Function( type _dart_localtime (line 33783) | typedef _dart_localtime = ffi.Pointer Function( type _c_gmtime_r (line 33787) | typedef _c_gmtime_r = ffi.Pointer Function( type _dart_gmtime_r (line 33792) | typedef _dart_gmtime_r = ffi.Pointer Function( type _c_localtime_r (line 33797) | typedef _c_localtime_r = ffi.Pointer Function( type _dart_localtime_r (line 33802) | typedef _dart_localtime_r = ffi.Pointer Function( type _c_asctime (line 33807) | typedef _c_asctime = ffi.Pointer Function( type _dart_asctime (line 33811) | typedef _dart_asctime = ffi.Pointer Function( type _c_ctime (line 33815) | typedef _c_ctime = ffi.Pointer Function( type _dart_ctime (line 33819) | typedef _dart_ctime = ffi.Pointer Function( type _c_asctime_r (line 33823) | typedef _c_asctime_r = ffi.Pointer Function( type _dart_asctime_r (line 33828) | typedef _dart_asctime_r = ffi.Pointer Function( type _c_ctime_r (line 33833) | typedef _c_ctime_r = ffi.Pointer Function( type _dart_ctime_r (line 33838) | typedef _dart_ctime_r = ffi.Pointer Function( type _c_tzset (line 33843) | typedef _c_tzset = ffi.Void Function(); type _dart_tzset (line 33845) | typedef _dart_tzset = void Function(); type _c_timegm (line 33847) | typedef _c_timegm = ffi.Int64 Function( type _dart_timegm (line 33851) | typedef _dart_timegm = int Function( type _c_timelocal (line 33855) | typedef _c_timelocal = ffi.Int64 Function( type _dart_timelocal (line 33859) | typedef _dart_timelocal = int Function( type _c_dysize (line 33863) | typedef _c_dysize = ffi.Int32 Function( type _dart_dysize (line 33867) | typedef _dart_dysize = int Function( type _c_nanosleep (line 33871) | typedef _c_nanosleep = ffi.Int32 Function( type _dart_nanosleep (line 33876) | typedef _dart_nanosleep = int Function( type _c_clock_getres (line 33881) | typedef _c_clock_getres = ffi.Int32 Function( type _dart_clock_getres (line 33886) | typedef _dart_clock_getres = int Function( type _c_clock_gettime (line 33891) | typedef _c_clock_gettime = ffi.Int32 Function( type _dart_clock_gettime (line 33896) | typedef _dart_clock_gettime = int Function( type _c_clock_settime (line 33901) | typedef _c_clock_settime = ffi.Int32 Function( type _dart_clock_settime (line 33906) | typedef _dart_clock_settime = int Function( type _c_clock_nanosleep (line 33911) | typedef _c_clock_nanosleep = ffi.Int32 Function( type _dart_clock_nanosleep (line 33918) | typedef _dart_clock_nanosleep = int Function( type _c_clock_getcpuclockid (line 33925) | typedef _c_clock_getcpuclockid = ffi.Int32 Function( type _dart_clock_getcpuclockid (line 33930) | typedef _dart_clock_getcpuclockid = int Function( type _c_timer_create (line 33935) | typedef _c_timer_create = ffi.Int32 Function( type _dart_timer_create (line 33941) | typedef _dart_timer_create = int Function( type _c_timer_delete (line 33947) | typedef _c_timer_delete = ffi.Int32 Function( type _dart_timer_delete (line 33951) | typedef _dart_timer_delete = int Function( type _c_timer_settime (line 33955) | typedef _c_timer_settime = ffi.Int32 Function( type _dart_timer_settime (line 33962) | typedef _dart_timer_settime = int Function( type _c_timer_gettime (line 33969) | typedef _c_timer_gettime = ffi.Int32 Function( type _dart_timer_gettime (line 33974) | typedef _dart_timer_gettime = int Function( type _c_timer_getoverrun (line 33979) | typedef _c_timer_getoverrun = ffi.Int32 Function( type _dart_timer_getoverrun (line 33983) | typedef _dart_timer_getoverrun = int Function( type _c_timespec_get (line 33987) | typedef _c_timespec_get = ffi.Int32 Function( type _dart_timespec_get (line 33992) | typedef _dart_timespec_get = int Function( type _c_snd_asoundlib_version (line 33997) | typedef _c_snd_asoundlib_version = ffi.Pointer Function(); type _dart_snd_asoundlib_version (line 33999) | typedef _dart_snd_asoundlib_version = ffi.Pointer Function(); type _c_snd_dlopen (line 34001) | typedef _c_snd_dlopen = ffi.Pointer Function( type _dart_snd_dlopen (line 34008) | typedef _dart_snd_dlopen = ffi.Pointer Function( type _c_snd_dlsym (line 34015) | typedef _c_snd_dlsym = ffi.Pointer Function( type _dart_snd_dlsym (line 34021) | typedef _dart_snd_dlsym = ffi.Pointer Function( type _c_snd_dlclose (line 34027) | typedef _c_snd_dlclose = ffi.Int32 Function( type _dart_snd_dlclose (line 34031) | typedef _dart_snd_dlclose = int Function( type snd_async_callback_t (line 34035) | typedef snd_async_callback_t = ffi.Void Function( type _c_snd_async_add_handler (line 34039) | typedef _c_snd_async_add_handler = ffi.Int32 Function( type _dart_snd_async_add_handler (line 34046) | typedef _dart_snd_async_add_handler = int Function( type _c_snd_async_del_handler (line 34053) | typedef _c_snd_async_del_handler = ffi.Int32 Function( type _dart_snd_async_del_handler (line 34057) | typedef _dart_snd_async_del_handler = int Function( type _c_snd_async_handler_get_fd (line 34061) | typedef _c_snd_async_handler_get_fd = ffi.Int32 Function( type _dart_snd_async_handler_get_fd (line 34065) | typedef _dart_snd_async_handler_get_fd = int Function( type _c_snd_async_handler_get_signo (line 34069) | typedef _c_snd_async_handler_get_signo = ffi.Int32 Function( type _dart_snd_async_handler_get_signo (line 34073) | typedef _dart_snd_async_handler_get_signo = int Function( type _c_snd_async_handler_get_callback_private (line 34077) | typedef _c_snd_async_handler_get_callback_private = ffi.Pointer type _dart_snd_async_handler_get_callback_private (line 34082) | typedef _dart_snd_async_handler_get_callback_private = ffi.Pointer Function( type _dart_snd_shm_area_create (line 34092) | typedef _dart_snd_shm_area_create = ffi.Pointer Function( type _c_snd_shm_area_share (line 34097) | typedef _c_snd_shm_area_share = ffi.Pointer Function( type _dart_snd_shm_area_share (line 34101) | typedef _dart_snd_shm_area_share = ffi.Pointer Function( type _c_snd_shm_area_destroy (line 34105) | typedef _c_snd_shm_area_destroy = ffi.Int32 Function( type _dart_snd_shm_area_destroy (line 34109) | typedef _dart_snd_shm_area_destroy = int Function( type _c_snd_user_file (line 34113) | typedef _c_snd_user_file = ffi.Int32 Function( type _dart_snd_user_file (line 34118) | typedef _dart_snd_user_file = int Function( type _c_snd_input_stdio_open (line 34123) | typedef _c_snd_input_stdio_open = ffi.Int32 Function( type _dart_snd_input_stdio_open (line 34129) | typedef _dart_snd_input_stdio_open = int Function( type _c_snd_input_stdio_attach (line 34135) | typedef _c_snd_input_stdio_attach = ffi.Int32 Function( type _dart_snd_input_stdio_attach (line 34141) | typedef _dart_snd_input_stdio_attach = int Function( type _c_snd_input_buffer_open (line 34147) | typedef _c_snd_input_buffer_open = ffi.Int32 Function( type _dart_snd_input_buffer_open (line 34153) | typedef _dart_snd_input_buffer_open = int Function( type _c_snd_input_close (line 34159) | typedef _c_snd_input_close = ffi.Int32 Function( type _dart_snd_input_close (line 34163) | typedef _dart_snd_input_close = int Function( type _c_snd_input_scanf (line 34167) | typedef _c_snd_input_scanf = ffi.Int32 Function( type _dart_snd_input_scanf (line 34172) | typedef _dart_snd_input_scanf = int Function( type _c_snd_input_gets (line 34177) | typedef _c_snd_input_gets = ffi.Pointer Function( type _dart_snd_input_gets (line 34183) | typedef _dart_snd_input_gets = ffi.Pointer Function( type _c_snd_input_getc (line 34189) | typedef _c_snd_input_getc = ffi.Int32 Function( type _dart_snd_input_getc (line 34193) | typedef _dart_snd_input_getc = int Function( type _c_snd_input_ungetc (line 34197) | typedef _c_snd_input_ungetc = ffi.Int32 Function( type _dart_snd_input_ungetc (line 34202) | typedef _dart_snd_input_ungetc = int Function( type _c_snd_output_stdio_open (line 34207) | typedef _c_snd_output_stdio_open = ffi.Int32 Function( type _dart_snd_output_stdio_open (line 34213) | typedef _dart_snd_output_stdio_open = int Function( type _c_snd_output_stdio_attach (line 34219) | typedef _c_snd_output_stdio_attach = ffi.Int32 Function( type _dart_snd_output_stdio_attach (line 34225) | typedef _dart_snd_output_stdio_attach = int Function( type _c_snd_output_buffer_open (line 34231) | typedef _c_snd_output_buffer_open = ffi.Int32 Function( type _dart_snd_output_buffer_open (line 34235) | typedef _dart_snd_output_buffer_open = int Function( type _c_snd_output_buffer_string (line 34239) | typedef _c_snd_output_buffer_string = ffi.Uint64 Function( type _dart_snd_output_buffer_string (line 34244) | typedef _dart_snd_output_buffer_string = int Function( type _c_snd_output_close (line 34249) | typedef _c_snd_output_close = ffi.Int32 Function( type _dart_snd_output_close (line 34253) | typedef _dart_snd_output_close = int Function( type _c_snd_output_printf (line 34257) | typedef _c_snd_output_printf = ffi.Int32 Function( type _dart_snd_output_printf (line 34262) | typedef _dart_snd_output_printf = int Function( type _c_snd_output_vprintf (line 34267) | typedef _c_snd_output_vprintf = ffi.Int32 Function( type _dart_snd_output_vprintf (line 34273) | typedef _dart_snd_output_vprintf = int Function( type _c_snd_output_puts (line 34279) | typedef _c_snd_output_puts = ffi.Int32 Function( type _dart_snd_output_puts (line 34284) | typedef _dart_snd_output_puts = int Function( type _c_snd_output_putc (line 34289) | typedef _c_snd_output_putc = ffi.Int32 Function( type _dart_snd_output_putc (line 34294) | typedef _dart_snd_output_putc = int Function( type _c_snd_output_flush (line 34299) | typedef _c_snd_output_flush = ffi.Int32 Function( type _dart_snd_output_flush (line 34303) | typedef _dart_snd_output_flush = int Function( type _c_snd_strerror (line 34307) | typedef _c_snd_strerror = ffi.Pointer Function( type _dart_snd_strerror (line 34311) | typedef _dart_snd_strerror = ffi.Pointer Function( type snd_lib_error_handler_t (line 34315) | typedef snd_lib_error_handler_t = ffi.Void Function( type _c_snd_lib_error_set_handler (line 34323) | typedef _c_snd_lib_error_set_handler = ffi.Int32 Function( type _dart_snd_lib_error_set_handler (line 34327) | typedef _dart_snd_lib_error_set_handler = int Function( type snd_local_error_handler_t (line 34331) | typedef snd_local_error_handler_t = ffi.Void Function( type _c_snd_lib_error_set_local (line 34340) | typedef _c_snd_lib_error_set_local type _dart_snd_lib_error_set_local (line 34345) | typedef _dart_snd_lib_error_set_local type _c_snd_config_topdir (line 34350) | typedef _c_snd_config_topdir = ffi.Pointer Function(); type _dart_snd_config_topdir (line 34352) | typedef _dart_snd_config_topdir = ffi.Pointer Function(); type _c_snd_config_top (line 34354) | typedef _c_snd_config_top = ffi.Int32 Function( type _dart_snd_config_top (line 34358) | typedef _dart_snd_config_top = int Function( type _c_snd_config_load (line 34362) | typedef _c_snd_config_load = ffi.Int32 Function( type _dart_snd_config_load (line 34367) | typedef _dart_snd_config_load = int Function( type _c_snd_config_load_override (line 34372) | typedef _c_snd_config_load_override = ffi.Int32 Function( type _dart_snd_config_load_override (line 34377) | typedef _dart_snd_config_load_override = int Function( type _c_snd_config_save (line 34382) | typedef _c_snd_config_save = ffi.Int32 Function( type _dart_snd_config_save (line 34387) | typedef _dart_snd_config_save = int Function( type _c_snd_config_update (line 34392) | typedef _c_snd_config_update = ffi.Int32 Function(); type _dart_snd_config_update (line 34394) | typedef _dart_snd_config_update = int Function(); type _c_snd_config_update_r (line 34396) | typedef _c_snd_config_update_r = ffi.Int32 Function( type _dart_snd_config_update_r (line 34402) | typedef _dart_snd_config_update_r = int Function( type _c_snd_config_update_free (line 34408) | typedef _c_snd_config_update_free = ffi.Int32 Function( type _dart_snd_config_update_free (line 34412) | typedef _dart_snd_config_update_free = int Function( type _c_snd_config_update_free_global (line 34416) | typedef _c_snd_config_update_free_global = ffi.Int32 Function(); type _dart_snd_config_update_free_global (line 34418) | typedef _dart_snd_config_update_free_global = int Function(); type _c_snd_config_update_ref (line 34420) | typedef _c_snd_config_update_ref = ffi.Int32 Function( type _dart_snd_config_update_ref (line 34424) | typedef _dart_snd_config_update_ref = int Function( type _c_snd_config_ref (line 34428) | typedef _c_snd_config_ref = ffi.Void Function( type _dart_snd_config_ref (line 34432) | typedef _dart_snd_config_ref = void Function( type _c_snd_config_unref (line 34436) | typedef _c_snd_config_unref = ffi.Void Function( type _dart_snd_config_unref (line 34440) | typedef _dart_snd_config_unref = void Function( type _c_snd_config_search (line 34444) | typedef _c_snd_config_search = ffi.Int32 Function( type _dart_snd_config_search (line 34450) | typedef _dart_snd_config_search = int Function( type _c_snd_config_searchv (line 34456) | typedef _c_snd_config_searchv = ffi.Int32 Function( type _dart_snd_config_searchv (line 34461) | typedef _dart_snd_config_searchv = int Function( type _c_snd_config_search_definition (line 34466) | typedef _c_snd_config_search_definition = ffi.Int32 Function( type _dart_snd_config_search_definition (line 34473) | typedef _dart_snd_config_search_definition = int Function( type _c_snd_config_expand (line 34480) | typedef _c_snd_config_expand = ffi.Int32 Function( type _dart_snd_config_expand (line 34488) | typedef _dart_snd_config_expand = int Function( type _c_snd_config_evaluate (line 34496) | typedef _c_snd_config_evaluate = ffi.Int32 Function( type _dart_snd_config_evaluate (line 34503) | typedef _dart_snd_config_evaluate = int Function( type _c_snd_config_add (line 34510) | typedef _c_snd_config_add = ffi.Int32 Function( type _dart_snd_config_add (line 34515) | typedef _dart_snd_config_add = int Function( type _c_snd_config_add_before (line 34520) | typedef _c_snd_config_add_before = ffi.Int32 Function( type _dart_snd_config_add_before (line 34525) | typedef _dart_snd_config_add_before = int Function( type _c_snd_config_add_after (line 34530) | typedef _c_snd_config_add_after = ffi.Int32 Function( type _dart_snd_config_add_after (line 34535) | typedef _dart_snd_config_add_after = int Function( type _c_snd_config_remove (line 34540) | typedef _c_snd_config_remove = ffi.Int32 Function( type _dart_snd_config_remove (line 34544) | typedef _dart_snd_config_remove = int Function( type _c_snd_config_delete (line 34548) | typedef _c_snd_config_delete = ffi.Int32 Function( type _dart_snd_config_delete (line 34552) | typedef _dart_snd_config_delete = int Function( type _c_snd_config_delete_compound_members (line 34556) | typedef _c_snd_config_delete_compound_members = ffi.Int32 Function( type _dart_snd_config_delete_compound_members (line 34560) | typedef _dart_snd_config_delete_compound_members = int Function( type _c_snd_config_copy (line 34564) | typedef _c_snd_config_copy = ffi.Int32 Function( type _dart_snd_config_copy (line 34569) | typedef _dart_snd_config_copy = int Function( type _c_snd_config_make (line 34574) | typedef _c_snd_config_make = ffi.Int32 Function( type _dart_snd_config_make (line 34580) | typedef _dart_snd_config_make = int Function( type _c_snd_config_make_integer (line 34586) | typedef _c_snd_config_make_integer = ffi.Int32 Function( type _dart_snd_config_make_integer (line 34591) | typedef _dart_snd_config_make_integer = int Function( type _c_snd_config_make_integer64 (line 34596) | typedef _c_snd_config_make_integer64 = ffi.Int32 Function( type _dart_snd_config_make_integer64 (line 34601) | typedef _dart_snd_config_make_integer64 = int Function( type _c_snd_config_make_real (line 34606) | typedef _c_snd_config_make_real = ffi.Int32 Function( type _dart_snd_config_make_real (line 34611) | typedef _dart_snd_config_make_real = int Function( type _c_snd_config_make_string (line 34616) | typedef _c_snd_config_make_string = ffi.Int32 Function( type _dart_snd_config_make_string (line 34621) | typedef _dart_snd_config_make_string = int Function( type _c_snd_config_make_pointer (line 34626) | typedef _c_snd_config_make_pointer = ffi.Int32 Function( type _dart_snd_config_make_pointer (line 34631) | typedef _dart_snd_config_make_pointer = int Function( type _c_snd_config_make_compound (line 34636) | typedef _c_snd_config_make_compound = ffi.Int32 Function( type _dart_snd_config_make_compound (line 34642) | typedef _dart_snd_config_make_compound = int Function( type _c_snd_config_imake_integer (line 34648) | typedef _c_snd_config_imake_integer = ffi.Int32 Function( type _dart_snd_config_imake_integer (line 34654) | typedef _dart_snd_config_imake_integer = int Function( type _c_snd_config_imake_integer64 (line 34660) | typedef _c_snd_config_imake_integer64 = ffi.Int32 Function( type _dart_snd_config_imake_integer64 (line 34666) | typedef _dart_snd_config_imake_integer64 = int Function( type _c_snd_config_imake_real (line 34672) | typedef _c_snd_config_imake_real = ffi.Int32 Function( type _dart_snd_config_imake_real (line 34678) | typedef _dart_snd_config_imake_real = int Function( type _c_snd_config_imake_string (line 34684) | typedef _c_snd_config_imake_string = ffi.Int32 Function( type _dart_snd_config_imake_string (line 34690) | typedef _dart_snd_config_imake_string = int Function( type _c_snd_config_imake_safe_string (line 34696) | typedef _c_snd_config_imake_safe_string = ffi.Int32 Function( type _dart_snd_config_imake_safe_string (line 34702) | typedef _dart_snd_config_imake_safe_string = int Function( type _c_snd_config_imake_pointer (line 34708) | typedef _c_snd_config_imake_pointer = ffi.Int32 Function( type _dart_snd_config_imake_pointer (line 34714) | typedef _dart_snd_config_imake_pointer = int Function( type _c_snd_config_get_type (line 34720) | typedef _c_snd_config_get_type = ffi.Int32 Function( type _dart_snd_config_get_type (line 34724) | typedef _dart_snd_config_get_type = int Function( type _c_snd_config_is_array (line 34728) | typedef _c_snd_config_is_array = ffi.Int32 Function( type _dart_snd_config_is_array (line 34732) | typedef _dart_snd_config_is_array = int Function( type _c_snd_config_set_id (line 34736) | typedef _c_snd_config_set_id = ffi.Int32 Function( type _dart_snd_config_set_id (line 34741) | typedef _dart_snd_config_set_id = int Function( type _c_snd_config_set_integer (line 34746) | typedef _c_snd_config_set_integer = ffi.Int32 Function( type _dart_snd_config_set_integer (line 34751) | typedef _dart_snd_config_set_integer = int Function( type _c_snd_config_set_integer64 (line 34756) | typedef _c_snd_config_set_integer64 = ffi.Int32 Function( type _dart_snd_config_set_integer64 (line 34761) | typedef _dart_snd_config_set_integer64 = int Function( type _c_snd_config_set_real (line 34766) | typedef _c_snd_config_set_real = ffi.Int32 Function( type _dart_snd_config_set_real (line 34771) | typedef _dart_snd_config_set_real = int Function( type _c_snd_config_set_string (line 34776) | typedef _c_snd_config_set_string = ffi.Int32 Function( type _dart_snd_config_set_string (line 34781) | typedef _dart_snd_config_set_string = int Function( type _c_snd_config_set_ascii (line 34786) | typedef _c_snd_config_set_ascii = ffi.Int32 Function( type _dart_snd_config_set_ascii (line 34791) | typedef _dart_snd_config_set_ascii = int Function( type _c_snd_config_set_pointer (line 34796) | typedef _c_snd_config_set_pointer = ffi.Int32 Function( type _dart_snd_config_set_pointer (line 34801) | typedef _dart_snd_config_set_pointer = int Function( type _c_snd_config_get_id (line 34806) | typedef _c_snd_config_get_id = ffi.Int32 Function( type _dart_snd_config_get_id (line 34811) | typedef _dart_snd_config_get_id = int Function( type _c_snd_config_get_integer (line 34816) | typedef _c_snd_config_get_integer = ffi.Int32 Function( type _dart_snd_config_get_integer (line 34821) | typedef _dart_snd_config_get_integer = int Function( type _c_snd_config_get_integer64 (line 34826) | typedef _c_snd_config_get_integer64 = ffi.Int32 Function( type _dart_snd_config_get_integer64 (line 34831) | typedef _dart_snd_config_get_integer64 = int Function( type _c_snd_config_get_real (line 34836) | typedef _c_snd_config_get_real = ffi.Int32 Function( type _dart_snd_config_get_real (line 34841) | typedef _dart_snd_config_get_real = int Function( type _c_snd_config_get_ireal (line 34846) | typedef _c_snd_config_get_ireal = ffi.Int32 Function( type _dart_snd_config_get_ireal (line 34851) | typedef _dart_snd_config_get_ireal = int Function( type _c_snd_config_get_string (line 34856) | typedef _c_snd_config_get_string = ffi.Int32 Function( type _dart_snd_config_get_string (line 34861) | typedef _dart_snd_config_get_string = int Function( type _c_snd_config_get_ascii (line 34866) | typedef _c_snd_config_get_ascii = ffi.Int32 Function( type _dart_snd_config_get_ascii (line 34871) | typedef _dart_snd_config_get_ascii = int Function( type _c_snd_config_get_pointer (line 34876) | typedef _c_snd_config_get_pointer = ffi.Int32 Function( type _dart_snd_config_get_pointer (line 34881) | typedef _dart_snd_config_get_pointer = int Function( type _c_snd_config_test_id (line 34886) | typedef _c_snd_config_test_id = ffi.Int32 Function( type _dart_snd_config_test_id (line 34891) | typedef _dart_snd_config_test_id = int Function( type _c_snd_config_iterator_first (line 34896) | typedef _c_snd_config_iterator_first = ffi.Pointer type _dart_snd_config_iterator_first (line 34901) | typedef _dart_snd_config_iterator_first = ffi.Pointer type _c_snd_config_iterator_next (line 34906) | typedef _c_snd_config_iterator_next = ffi.Pointer type _dart_snd_config_iterator_next (line 34911) | typedef _dart_snd_config_iterator_next = ffi.Pointer type _c_snd_config_iterator_end (line 34916) | typedef _c_snd_config_iterator_end = ffi.Pointer F... type _dart_snd_config_iterator_end (line 34920) | typedef _dart_snd_config_iterator_end = ffi.Pointer type _c_snd_config_iterator_entry (line 34925) | typedef _c_snd_config_iterator_entry = ffi.Pointer Function( type _dart_snd_config_iterator_entry (line 34929) | typedef _dart_snd_config_iterator_entry = ffi.Pointer Funct... type _c_snd_config_get_bool_ascii (line 34933) | typedef _c_snd_config_get_bool_ascii = ffi.Int32 Function( type _dart_snd_config_get_bool_ascii (line 34937) | typedef _dart_snd_config_get_bool_ascii = int Function( type _c_snd_config_get_bool (line 34941) | typedef _c_snd_config_get_bool = ffi.Int32 Function( type _dart_snd_config_get_bool (line 34945) | typedef _dart_snd_config_get_bool = int Function( type _c_snd_config_get_ctl_iface_ascii (line 34949) | typedef _c_snd_config_get_ctl_iface_ascii = ffi.Int32 Function( type _dart_snd_config_get_ctl_iface_ascii (line 34953) | typedef _dart_snd_config_get_ctl_iface_ascii = int Function( type _c_snd_config_get_ctl_iface (line 34957) | typedef _c_snd_config_get_ctl_iface = ffi.Int32 Function( type _dart_snd_config_get_ctl_iface (line 34961) | typedef _dart_snd_config_get_ctl_iface = int Function( type _c_snd_names_list (line 34965) | typedef _c_snd_names_list = ffi.Int32 Function( type _dart_snd_names_list (line 34970) | typedef _dart_snd_names_list = int Function( type _c_snd_names_list_free (line 34975) | typedef _c_snd_names_list_free = ffi.Void Function( type _dart_snd_names_list_free (line 34979) | typedef _dart_snd_names_list_free = void Function( type _c_snd_pcm_open (line 34983) | typedef _c_snd_pcm_open = ffi.Int32 Function( type _dart_snd_pcm_open (line 34990) | typedef _dart_snd_pcm_open = int Function( type _c_snd_pcm_open_lconf (line 34997) | typedef _c_snd_pcm_open_lconf = ffi.Int32 Function( type _dart_snd_pcm_open_lconf (line 35005) | typedef _dart_snd_pcm_open_lconf = int Function( type _c_snd_pcm_open_fallback (line 35013) | typedef _c_snd_pcm_open_fallback = ffi.Int32 Function( type _dart_snd_pcm_open_fallback (line 35022) | typedef _dart_snd_pcm_open_fallback = int Function( type _c_snd_pcm_close (line 35031) | typedef _c_snd_pcm_close = ffi.Int32 Function( type _dart_snd_pcm_close (line 35035) | typedef _dart_snd_pcm_close = int Function( type _c_snd_pcm_name (line 35039) | typedef _c_snd_pcm_name = ffi.Pointer Function( type _dart_snd_pcm_name (line 35043) | typedef _dart_snd_pcm_name = ffi.Pointer Function( type _c_snd_pcm_type (line 35047) | typedef _c_snd_pcm_type = ffi.Int32 Function( type _dart_snd_pcm_type (line 35051) | typedef _dart_snd_pcm_type = int Function( type _c_snd_pcm_stream (line 35055) | typedef _c_snd_pcm_stream = ffi.Int32 Function( type _dart_snd_pcm_stream (line 35059) | typedef _dart_snd_pcm_stream = int Function( type _c_snd_pcm_poll_descriptors_count (line 35063) | typedef _c_snd_pcm_poll_descriptors_count = ffi.Int32 Function( type _dart_snd_pcm_poll_descriptors_count (line 35067) | typedef _dart_snd_pcm_poll_descriptors_count = int Function( type _c_snd_pcm_poll_descriptors (line 35071) | typedef _c_snd_pcm_poll_descriptors = ffi.Int32 Function( type _dart_snd_pcm_poll_descriptors (line 35077) | typedef _dart_snd_pcm_poll_descriptors = int Function( type _c_snd_pcm_poll_descriptors_revents (line 35083) | typedef _c_snd_pcm_poll_descriptors_revents = ffi.Int32 Function( type _dart_snd_pcm_poll_descriptors_revents (line 35090) | typedef _dart_snd_pcm_poll_descriptors_revents = int Function( type _c_snd_pcm_nonblock (line 35097) | typedef _c_snd_pcm_nonblock = ffi.Int32 Function( type _dart_snd_pcm_nonblock (line 35102) | typedef _dart_snd_pcm_nonblock = int Function( type _c_snd_async_add_pcm_handler (line 35107) | typedef _c_snd_async_add_pcm_handler = ffi.Int32 Function( type _dart_snd_async_add_pcm_handler (line 35114) | typedef _dart_snd_async_add_pcm_handler = int Function( type _c_snd_async_handler_get_pcm (line 35121) | typedef _c_snd_async_handler_get_pcm = ffi.Pointer Function( type _dart_snd_async_handler_get_pcm (line 35125) | typedef _dart_snd_async_handler_get_pcm = ffi.Pointer Function( type _c_snd_pcm_info (line 35129) | typedef _c_snd_pcm_info = ffi.Int32 Function( type _dart_snd_pcm_info (line 35134) | typedef _dart_snd_pcm_info = int Function( type _c_snd_pcm_hw_params_current (line 35139) | typedef _c_snd_pcm_hw_params_current = ffi.Int32 Function( type _dart_snd_pcm_hw_params_current (line 35144) | typedef _dart_snd_pcm_hw_params_current = int Function( type _c_snd_pcm_hw_params (line 35149) | typedef _c_snd_pcm_hw_params = ffi.Int32 Function( type _dart_snd_pcm_hw_params (line 35154) | typedef _dart_snd_pcm_hw_params = int Function( type _c_snd_pcm_hw_free (line 35159) | typedef _c_snd_pcm_hw_free = ffi.Int32 Function( type _dart_snd_pcm_hw_free (line 35163) | typedef _dart_snd_pcm_hw_free = int Function( type _c_snd_pcm_sw_params_current (line 35167) | typedef _c_snd_pcm_sw_params_current = ffi.Int32 Function( type _dart_snd_pcm_sw_params_current (line 35172) | typedef _dart_snd_pcm_sw_params_current = int Function( type _c_snd_pcm_sw_params (line 35177) | typedef _c_snd_pcm_sw_params = ffi.Int32 Function( type _dart_snd_pcm_sw_params (line 35182) | typedef _dart_snd_pcm_sw_params = int Function( type _c_snd_pcm_prepare (line 35187) | typedef _c_snd_pcm_prepare = ffi.Int32 Function( type _dart_snd_pcm_prepare (line 35191) | typedef _dart_snd_pcm_prepare = int Function( type _c_snd_pcm_reset (line 35195) | typedef _c_snd_pcm_reset = ffi.Int32 Function( type _dart_snd_pcm_reset (line 35199) | typedef _dart_snd_pcm_reset = int Function( type _c_snd_pcm_status (line 35203) | typedef _c_snd_pcm_status = ffi.Int32 Function( type _dart_snd_pcm_status (line 35208) | typedef _dart_snd_pcm_status = int Function( type _c_snd_pcm_start (line 35213) | typedef _c_snd_pcm_start = ffi.Int32 Function( type _dart_snd_pcm_start (line 35217) | typedef _dart_snd_pcm_start = int Function( type _c_snd_pcm_drop (line 35221) | typedef _c_snd_pcm_drop = ffi.Int32 Function( type _dart_snd_pcm_drop (line 35225) | typedef _dart_snd_pcm_drop = int Function( type _c_snd_pcm_drain (line 35229) | typedef _c_snd_pcm_drain = ffi.Int32 Function( type _dart_snd_pcm_drain (line 35233) | typedef _dart_snd_pcm_drain = int Function( type _c_snd_pcm_pause (line 35237) | typedef _c_snd_pcm_pause = ffi.Int32 Function( type _dart_snd_pcm_pause (line 35242) | typedef _dart_snd_pcm_pause = int Function( type _c_snd_pcm_state (line 35247) | typedef _c_snd_pcm_state = ffi.Int32 Function( type _dart_snd_pcm_state (line 35251) | typedef _dart_snd_pcm_state = int Function( type _c_snd_pcm_hwsync (line 35255) | typedef _c_snd_pcm_hwsync = ffi.Int32 Function( type _dart_snd_pcm_hwsync (line 35259) | typedef _dart_snd_pcm_hwsync = int Function( type _c_snd_pcm_delay (line 35263) | typedef _c_snd_pcm_delay = ffi.Int32 Function( type _dart_snd_pcm_delay (line 35268) | typedef _dart_snd_pcm_delay = int Function( type _c_snd_pcm_resume (line 35273) | typedef _c_snd_pcm_resume = ffi.Int32 Function( type _dart_snd_pcm_resume (line 35277) | typedef _dart_snd_pcm_resume = int Function( type _c_snd_pcm_htimestamp (line 35281) | typedef _c_snd_pcm_htimestamp = ffi.Int32 Function( type _dart_snd_pcm_htimestamp (line 35287) | typedef _dart_snd_pcm_htimestamp = int Function( type _c_snd_pcm_avail (line 35293) | typedef _c_snd_pcm_avail = ffi.Int64 Function( type _dart_snd_pcm_avail (line 35297) | typedef _dart_snd_pcm_avail = int Function( type _c_snd_pcm_avail_update (line 35301) | typedef _c_snd_pcm_avail_update = ffi.Int64 Function( type _dart_snd_pcm_avail_update (line 35305) | typedef _dart_snd_pcm_avail_update = int Function( type _c_snd_pcm_avail_delay (line 35309) | typedef _c_snd_pcm_avail_delay = ffi.Int32 Function( type _dart_snd_pcm_avail_delay (line 35315) | typedef _dart_snd_pcm_avail_delay = int Function( type _c_snd_pcm_rewindable (line 35321) | typedef _c_snd_pcm_rewindable = ffi.Int64 Function( type _dart_snd_pcm_rewindable (line 35325) | typedef _dart_snd_pcm_rewindable = int Function( type _c_snd_pcm_rewind (line 35329) | typedef _c_snd_pcm_rewind = ffi.Int64 Function( type _dart_snd_pcm_rewind (line 35334) | typedef _dart_snd_pcm_rewind = int Function( type _c_snd_pcm_forwardable (line 35339) | typedef _c_snd_pcm_forwardable = ffi.Int64 Function( type _dart_snd_pcm_forwardable (line 35343) | typedef _dart_snd_pcm_forwardable = int Function( type _c_snd_pcm_forward (line 35347) | typedef _c_snd_pcm_forward = ffi.Int64 Function( type _dart_snd_pcm_forward (line 35352) | typedef _dart_snd_pcm_forward = int Function( type _c_snd_pcm_writei (line 35357) | typedef _c_snd_pcm_writei = ffi.Int64 Function( type _dart_snd_pcm_writei (line 35363) | typedef _dart_snd_pcm_writei = int Function( type _c_snd_pcm_readi (line 35369) | typedef _c_snd_pcm_readi = ffi.Int64 Function( type _dart_snd_pcm_readi (line 35375) | typedef _dart_snd_pcm_readi = int Function( type _c_snd_pcm_writen (line 35381) | typedef _c_snd_pcm_writen = ffi.Int64 Function( type _dart_snd_pcm_writen (line 35387) | typedef _dart_snd_pcm_writen = int Function( type _c_snd_pcm_readn (line 35393) | typedef _c_snd_pcm_readn = ffi.Int64 Function( type _dart_snd_pcm_readn (line 35399) | typedef _dart_snd_pcm_readn = int Function( type _c_snd_pcm_wait (line 35405) | typedef _c_snd_pcm_wait = ffi.Int32 Function( type _dart_snd_pcm_wait (line 35410) | typedef _dart_snd_pcm_wait = int Function( type _c_snd_pcm_link (line 35415) | typedef _c_snd_pcm_link = ffi.Int32 Function( type _dart_snd_pcm_link (line 35420) | typedef _dart_snd_pcm_link = int Function( type _c_snd_pcm_unlink (line 35425) | typedef _c_snd_pcm_unlink = ffi.Int32 Function( type _dart_snd_pcm_unlink (line 35429) | typedef _dart_snd_pcm_unlink = int Function( type _c_snd_pcm_query_chmaps (line 35433) | typedef _c_snd_pcm_query_chmaps type _dart_snd_pcm_query_chmaps (line 35438) | typedef _dart_snd_pcm_query_chmaps type _c_snd_pcm_query_chmaps_from_hw (line 35443) | typedef _c_snd_pcm_query_chmaps_from_hw type _dart_snd_pcm_query_chmaps_from_hw (line 35451) | typedef _dart_snd_pcm_query_chmaps_from_hw type _c_snd_pcm_free_chmaps (line 35459) | typedef _c_snd_pcm_free_chmaps = ffi.Void Function( type _dart_snd_pcm_free_chmaps (line 35463) | typedef _dart_snd_pcm_free_chmaps = void Function( type _c_snd_pcm_get_chmap (line 35467) | typedef _c_snd_pcm_get_chmap = ffi.Pointer Function( type _dart_snd_pcm_get_chmap (line 35471) | typedef _dart_snd_pcm_get_chmap = ffi.Pointer Function( type _c_snd_pcm_set_chmap (line 35475) | typedef _c_snd_pcm_set_chmap = ffi.Int32 Function( type _dart_snd_pcm_set_chmap (line 35480) | typedef _dart_snd_pcm_set_chmap = int Function( type _c_snd_pcm_chmap_type_name (line 35485) | typedef _c_snd_pcm_chmap_type_name = ffi.Pointer Function( type _dart_snd_pcm_chmap_type_name (line 35489) | typedef _dart_snd_pcm_chmap_type_name = ffi.Pointer Function( type _c_snd_pcm_chmap_name (line 35493) | typedef _c_snd_pcm_chmap_name = ffi.Pointer Function( type _dart_snd_pcm_chmap_name (line 35497) | typedef _dart_snd_pcm_chmap_name = ffi.Pointer Function( type _c_snd_pcm_chmap_long_name (line 35501) | typedef _c_snd_pcm_chmap_long_name = ffi.Pointer Function( type _dart_snd_pcm_chmap_long_name (line 35505) | typedef _dart_snd_pcm_chmap_long_name = ffi.Pointer Function( type _c_snd_pcm_chmap_print (line 35509) | typedef _c_snd_pcm_chmap_print = ffi.Int32 Function( type _dart_snd_pcm_chmap_print (line 35515) | typedef _dart_snd_pcm_chmap_print = int Function( type _c_snd_pcm_chmap_from_string (line 35521) | typedef _c_snd_pcm_chmap_from_string = ffi.Uint32 Function( type _dart_snd_pcm_chmap_from_string (line 35525) | typedef _dart_snd_pcm_chmap_from_string = int Function( type _c_snd_pcm_chmap_parse_string (line 35529) | typedef _c_snd_pcm_chmap_parse_string = ffi.Pointer Fun... type _dart_snd_pcm_chmap_parse_string (line 35533) | typedef _dart_snd_pcm_chmap_parse_string = ffi.Pointer type _c_snd_pcm_recover (line 35538) | typedef _c_snd_pcm_recover = ffi.Int32 Function( type _dart_snd_pcm_recover (line 35544) | typedef _dart_snd_pcm_recover = int Function( type _c_snd_pcm_set_params (line 35550) | typedef _c_snd_pcm_set_params = ffi.Int32 Function( type _dart_snd_pcm_set_params (line 35560) | typedef _dart_snd_pcm_set_params = int Function( type _c_snd_pcm_get_params (line 35570) | typedef _c_snd_pcm_get_params = ffi.Int32 Function( type _dart_snd_pcm_get_params (line 35576) | typedef _dart_snd_pcm_get_params = int Function( type _c_snd_pcm_info_sizeof (line 35582) | typedef _c_snd_pcm_info_sizeof = ffi.Uint64 Function(); type _dart_snd_pcm_info_sizeof (line 35584) | typedef _dart_snd_pcm_info_sizeof = int Function(); type _c_snd_pcm_info_malloc (line 35586) | typedef _c_snd_pcm_info_malloc = ffi.Int32 Function( type _dart_snd_pcm_info_malloc (line 35590) | typedef _dart_snd_pcm_info_malloc = int Function( type _c_snd_pcm_info_free (line 35594) | typedef _c_snd_pcm_info_free = ffi.Void Function( type _dart_snd_pcm_info_free (line 35598) | typedef _dart_snd_pcm_info_free = void Function( type _c_snd_pcm_info_copy (line 35602) | typedef _c_snd_pcm_info_copy = ffi.Void Function( type _dart_snd_pcm_info_copy (line 35607) | typedef _dart_snd_pcm_info_copy = void Function( type _c_snd_pcm_info_get_device (line 35612) | typedef _c_snd_pcm_info_get_device = ffi.Uint32 Function( type _dart_snd_pcm_info_get_device (line 35616) | typedef _dart_snd_pcm_info_get_device = int Function( type _c_snd_pcm_info_get_subdevice (line 35620) | typedef _c_snd_pcm_info_get_subdevice = ffi.Uint32 Function( type _dart_snd_pcm_info_get_subdevice (line 35624) | typedef _dart_snd_pcm_info_get_subdevice = int Function( type _c_snd_pcm_info_get_stream (line 35628) | typedef _c_snd_pcm_info_get_stream = ffi.Int32 Function( type _dart_snd_pcm_info_get_stream (line 35632) | typedef _dart_snd_pcm_info_get_stream = int Function( type _c_snd_pcm_info_get_card (line 35636) | typedef _c_snd_pcm_info_get_card = ffi.Int32 Function( type _dart_snd_pcm_info_get_card (line 35640) | typedef _dart_snd_pcm_info_get_card = int Function( type _c_snd_pcm_info_get_id (line 35644) | typedef _c_snd_pcm_info_get_id = ffi.Pointer Function( type _dart_snd_pcm_info_get_id (line 35648) | typedef _dart_snd_pcm_info_get_id = ffi.Pointer Function( type _c_snd_pcm_info_get_name (line 35652) | typedef _c_snd_pcm_info_get_name = ffi.Pointer Function( type _dart_snd_pcm_info_get_name (line 35656) | typedef _dart_snd_pcm_info_get_name = ffi.Pointer Function( type _c_snd_pcm_info_get_subdevice_name (line 35660) | typedef _c_snd_pcm_info_get_subdevice_name = ffi.Pointer Funct... type _dart_snd_pcm_info_get_subdevice_name (line 35664) | typedef _dart_snd_pcm_info_get_subdevice_name = ffi.Pointer Fu... type _c_snd_pcm_info_get_class (line 35668) | typedef _c_snd_pcm_info_get_class = ffi.Int32 Function( type _dart_snd_pcm_info_get_class (line 35672) | typedef _dart_snd_pcm_info_get_class = int Function( type _c_snd_pcm_info_get_subclass (line 35676) | typedef _c_snd_pcm_info_get_subclass = ffi.Int32 Function( type _dart_snd_pcm_info_get_subclass (line 35680) | typedef _dart_snd_pcm_info_get_subclass = int Function( type _c_snd_pcm_info_get_subdevices_count (line 35684) | typedef _c_snd_pcm_info_get_subdevices_count = ffi.Uint32 Function( type _dart_snd_pcm_info_get_subdevices_count (line 35688) | typedef _dart_snd_pcm_info_get_subdevices_count = int Function( type _c_snd_pcm_info_get_subdevices_avail (line 35692) | typedef _c_snd_pcm_info_get_subdevices_avail = ffi.Uint32 Function( type _dart_snd_pcm_info_get_subdevices_avail (line 35696) | typedef _dart_snd_pcm_info_get_subdevices_avail = int Function( type _c_snd_pcm_info_set_device (line 35700) | typedef _c_snd_pcm_info_set_device = ffi.Void Function( type _dart_snd_pcm_info_set_device (line 35705) | typedef _dart_snd_pcm_info_set_device = void Function( type _c_snd_pcm_info_set_subdevice (line 35710) | typedef _c_snd_pcm_info_set_subdevice = ffi.Void Function( type _dart_snd_pcm_info_set_subdevice (line 35715) | typedef _dart_snd_pcm_info_set_subdevice = void Function( type _c_snd_pcm_info_set_stream (line 35720) | typedef _c_snd_pcm_info_set_stream = ffi.Void Function( type _dart_snd_pcm_info_set_stream (line 35725) | typedef _dart_snd_pcm_info_set_stream = void Function( type _c_snd_pcm_hw_params_any (line 35730) | typedef _c_snd_pcm_hw_params_any = ffi.Int32 Function( type _dart_snd_pcm_hw_params_any (line 35735) | typedef _dart_snd_pcm_hw_params_any = int Function( type _c_snd_pcm_hw_params_can_mmap_sample_resolution (line 35740) | typedef _c_snd_pcm_hw_params_can_mmap_sample_resolution = ffi.Int32 Func... type _dart_snd_pcm_hw_params_can_mmap_sample_resolution (line 35744) | typedef _dart_snd_pcm_hw_params_can_mmap_sample_resolution = int Function( type _c_snd_pcm_hw_params_is_double (line 35748) | typedef _c_snd_pcm_hw_params_is_double = ffi.Int32 Function( type _dart_snd_pcm_hw_params_is_double (line 35752) | typedef _dart_snd_pcm_hw_params_is_double = int Function( type _c_snd_pcm_hw_params_is_batch (line 35756) | typedef _c_snd_pcm_hw_params_is_batch = ffi.Int32 Function( type _dart_snd_pcm_hw_params_is_batch (line 35760) | typedef _dart_snd_pcm_hw_params_is_batch = int Function( type _c_snd_pcm_hw_params_is_block_transfer (line 35764) | typedef _c_snd_pcm_hw_params_is_block_transfer = ffi.Int32 Function( type _dart_snd_pcm_hw_params_is_block_transfer (line 35768) | typedef _dart_snd_pcm_hw_params_is_block_transfer = int Function( type _c_snd_pcm_hw_params_is_monotonic (line 35772) | typedef _c_snd_pcm_hw_params_is_monotonic = ffi.Int32 Function( type _dart_snd_pcm_hw_params_is_monotonic (line 35776) | typedef _dart_snd_pcm_hw_params_is_monotonic = int Function( type _c_snd_pcm_hw_params_can_overrange (line 35780) | typedef _c_snd_pcm_hw_params_can_overrange = ffi.Int32 Function( type _dart_snd_pcm_hw_params_can_overrange (line 35784) | typedef _dart_snd_pcm_hw_params_can_overrange = int Function( type _c_snd_pcm_hw_params_can_pause (line 35788) | typedef _c_snd_pcm_hw_params_can_pause = ffi.Int32 Function( type _dart_snd_pcm_hw_params_can_pause (line 35792) | typedef _dart_snd_pcm_hw_params_can_pause = int Function( type _c_snd_pcm_hw_params_can_resume (line 35796) | typedef _c_snd_pcm_hw_params_can_resume = ffi.Int32 Function( type _dart_snd_pcm_hw_params_can_resume (line 35800) | typedef _dart_snd_pcm_hw_params_can_resume = int Function( type _c_snd_pcm_hw_params_is_half_duplex (line 35804) | typedef _c_snd_pcm_hw_params_is_half_duplex = ffi.Int32 Function( type _dart_snd_pcm_hw_params_is_half_duplex (line 35808) | typedef _dart_snd_pcm_hw_params_is_half_duplex = int Function( type _c_snd_pcm_hw_params_is_joint_duplex (line 35812) | typedef _c_snd_pcm_hw_params_is_joint_duplex = ffi.Int32 Function( type _dart_snd_pcm_hw_params_is_joint_duplex (line 35816) | typedef _dart_snd_pcm_hw_params_is_joint_duplex = int Function( type _c_snd_pcm_hw_params_can_sync_start (line 35820) | typedef _c_snd_pcm_hw_params_can_sync_start = ffi.Int32 Function( type _dart_snd_pcm_hw_params_can_sync_start (line 35824) | typedef _dart_snd_pcm_hw_params_can_sync_start = int Function( type _c_snd_pcm_hw_params_can_disable_period_wakeup (line 35828) | typedef _c_snd_pcm_hw_params_can_disable_period_wakeup = ffi.Int32 Funct... type _dart_snd_pcm_hw_params_can_disable_period_wakeup (line 35832) | typedef _dart_snd_pcm_hw_params_can_disable_period_wakeup = int Function( type _c_snd_pcm_hw_params_supports_audio_wallclock_ts (line 35836) | typedef _c_snd_pcm_hw_params_supports_audio_wallclock_ts = ffi.Int32 Fun... type _dart_snd_pcm_hw_params_supports_audio_wallclock_ts (line 35840) | typedef _dart_snd_pcm_hw_params_supports_audio_wallclock_ts = int Function( type _c_snd_pcm_hw_params_supports_audio_ts_type (line 35844) | typedef _c_snd_pcm_hw_params_supports_audio_ts_type = ffi.Int32 Function( type _dart_snd_pcm_hw_params_supports_audio_ts_type (line 35849) | typedef _dart_snd_pcm_hw_params_supports_audio_ts_type = int Function( type _c_snd_pcm_hw_params_get_rate_numden (line 35854) | typedef _c_snd_pcm_hw_params_get_rate_numden = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_rate_numden (line 35860) | typedef _dart_snd_pcm_hw_params_get_rate_numden = int Function( type _c_snd_pcm_hw_params_get_sbits (line 35866) | typedef _c_snd_pcm_hw_params_get_sbits = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_sbits (line 35870) | typedef _dart_snd_pcm_hw_params_get_sbits = int Function( type _c_snd_pcm_hw_params_get_fifo_size (line 35874) | typedef _c_snd_pcm_hw_params_get_fifo_size = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_fifo_size (line 35878) | typedef _dart_snd_pcm_hw_params_get_fifo_size = int Function( type _c_snd_pcm_hw_params_sizeof (line 35882) | typedef _c_snd_pcm_hw_params_sizeof = ffi.Uint64 Function(); type _dart_snd_pcm_hw_params_sizeof (line 35884) | typedef _dart_snd_pcm_hw_params_sizeof = int Function(); type _c_snd_pcm_hw_params_malloc (line 35886) | typedef _c_snd_pcm_hw_params_malloc = ffi.Int32 Function( type _dart_snd_pcm_hw_params_malloc (line 35890) | typedef _dart_snd_pcm_hw_params_malloc = int Function( type _c_snd_pcm_hw_params_free (line 35894) | typedef _c_snd_pcm_hw_params_free = ffi.Void Function( type _dart_snd_pcm_hw_params_free (line 35898) | typedef _dart_snd_pcm_hw_params_free = void Function( type _c_snd_pcm_hw_params_copy (line 35902) | typedef _c_snd_pcm_hw_params_copy = ffi.Void Function( type _dart_snd_pcm_hw_params_copy (line 35907) | typedef _dart_snd_pcm_hw_params_copy = void Function( type _c_snd_pcm_hw_params_get_access (line 35912) | typedef _c_snd_pcm_hw_params_get_access = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_access (line 35917) | typedef _dart_snd_pcm_hw_params_get_access = int Function( type _c_snd_pcm_hw_params_test_access (line 35922) | typedef _c_snd_pcm_hw_params_test_access = ffi.Int32 Function( type _dart_snd_pcm_hw_params_test_access (line 35928) | typedef _dart_snd_pcm_hw_params_test_access = int Function( type _c_snd_pcm_hw_params_set_access (line 35934) | typedef _c_snd_pcm_hw_params_set_access = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_access (line 35940) | typedef _dart_snd_pcm_hw_params_set_access = int Function( type _c_snd_pcm_hw_params_set_access_first (line 35946) | typedef _c_snd_pcm_hw_params_set_access_first = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_access_first (line 35952) | typedef _dart_snd_pcm_hw_params_set_access_first = int Function( type _c_snd_pcm_hw_params_set_access_last (line 35958) | typedef _c_snd_pcm_hw_params_set_access_last = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_access_last (line 35964) | typedef _dart_snd_pcm_hw_params_set_access_last = int Function( type _c_snd_pcm_hw_params_set_access_mask (line 35970) | typedef _c_snd_pcm_hw_params_set_access_mask = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_access_mask (line 35976) | typedef _dart_snd_pcm_hw_params_set_access_mask = int Function( type _c_snd_pcm_hw_params_get_access_mask (line 35982) | typedef _c_snd_pcm_hw_params_get_access_mask = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_access_mask (line 35987) | typedef _dart_snd_pcm_hw_params_get_access_mask = int Function( type _c_snd_pcm_hw_params_get_format (line 35992) | typedef _c_snd_pcm_hw_params_get_format = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_format (line 35997) | typedef _dart_snd_pcm_hw_params_get_format = int Function( type _c_snd_pcm_hw_params_test_format (line 36002) | typedef _c_snd_pcm_hw_params_test_format = ffi.Int32 Function( type _dart_snd_pcm_hw_params_test_format (line 36008) | typedef _dart_snd_pcm_hw_params_test_format = int Function( type _c_snd_pcm_hw_params_set_format (line 36014) | typedef _c_snd_pcm_hw_params_set_format = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_format (line 36020) | typedef _dart_snd_pcm_hw_params_set_format = int Function( type _c_snd_pcm_hw_params_set_format_first (line 36026) | typedef _c_snd_pcm_hw_params_set_format_first = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_format_first (line 36032) | typedef _dart_snd_pcm_hw_params_set_format_first = int Function( type _c_snd_pcm_hw_params_set_format_last (line 36038) | typedef _c_snd_pcm_hw_params_set_format_last = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_format_last (line 36044) | typedef _dart_snd_pcm_hw_params_set_format_last = int Function( type _c_snd_pcm_hw_params_set_format_mask (line 36050) | typedef _c_snd_pcm_hw_params_set_format_mask = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_format_mask (line 36056) | typedef _dart_snd_pcm_hw_params_set_format_mask = int Function( type _c_snd_pcm_hw_params_get_format_mask (line 36062) | typedef _c_snd_pcm_hw_params_get_format_mask = ffi.Void Function( type _dart_snd_pcm_hw_params_get_format_mask (line 36067) | typedef _dart_snd_pcm_hw_params_get_format_mask = void Function( type _c_snd_pcm_hw_params_get_subformat (line 36072) | typedef _c_snd_pcm_hw_params_get_subformat = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_subformat (line 36077) | typedef _dart_snd_pcm_hw_params_get_subformat = int Function( type _c_snd_pcm_hw_params_test_subformat (line 36082) | typedef _c_snd_pcm_hw_params_test_subformat = ffi.Int32 Function( type _dart_snd_pcm_hw_params_test_subformat (line 36088) | typedef _dart_snd_pcm_hw_params_test_subformat = int Function( type _c_snd_pcm_hw_params_set_subformat (line 36094) | typedef _c_snd_pcm_hw_params_set_subformat = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_subformat (line 36100) | typedef _dart_snd_pcm_hw_params_set_subformat = int Function( type _c_snd_pcm_hw_params_set_subformat_first (line 36106) | typedef _c_snd_pcm_hw_params_set_subformat_first = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_subformat_first (line 36112) | typedef _dart_snd_pcm_hw_params_set_subformat_first = int Function( type _c_snd_pcm_hw_params_set_subformat_last (line 36118) | typedef _c_snd_pcm_hw_params_set_subformat_last = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_subformat_last (line 36124) | typedef _dart_snd_pcm_hw_params_set_subformat_last = int Function( type _c_snd_pcm_hw_params_set_subformat_mask (line 36130) | typedef _c_snd_pcm_hw_params_set_subformat_mask = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_subformat_mask (line 36136) | typedef _dart_snd_pcm_hw_params_set_subformat_mask = int Function( type _c_snd_pcm_hw_params_get_subformat_mask (line 36142) | typedef _c_snd_pcm_hw_params_get_subformat_mask = ffi.Void Function( type _dart_snd_pcm_hw_params_get_subformat_mask (line 36147) | typedef _dart_snd_pcm_hw_params_get_subformat_mask = void Function( type _c_snd_pcm_hw_params_get_channels (line 36152) | typedef _c_snd_pcm_hw_params_get_channels = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_channels (line 36157) | typedef _dart_snd_pcm_hw_params_get_channels = int Function( type _c_snd_pcm_hw_params_get_channels_min (line 36162) | typedef _c_snd_pcm_hw_params_get_channels_min = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_channels_min (line 36167) | typedef _dart_snd_pcm_hw_params_get_channels_min = int Function( type _c_snd_pcm_hw_params_get_channels_max (line 36172) | typedef _c_snd_pcm_hw_params_get_channels_max = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_channels_max (line 36177) | typedef _dart_snd_pcm_hw_params_get_channels_max = int Function( type _c_snd_pcm_hw_params_test_channels (line 36182) | typedef _c_snd_pcm_hw_params_test_channels = ffi.Int32 Function( type _dart_snd_pcm_hw_params_test_channels (line 36188) | typedef _dart_snd_pcm_hw_params_test_channels = int Function( type _c_snd_pcm_hw_params_set_channels (line 36194) | typedef _c_snd_pcm_hw_params_set_channels = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_channels (line 36200) | typedef _dart_snd_pcm_hw_params_set_channels = int Function( type _c_snd_pcm_hw_params_set_channels_min (line 36206) | typedef _c_snd_pcm_hw_params_set_channels_min = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_channels_min (line 36212) | typedef _dart_snd_pcm_hw_params_set_channels_min = int Function( type _c_snd_pcm_hw_params_set_channels_max (line 36218) | typedef _c_snd_pcm_hw_params_set_channels_max = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_channels_max (line 36224) | typedef _dart_snd_pcm_hw_params_set_channels_max = int Function( type _c_snd_pcm_hw_params_set_channels_minmax (line 36230) | typedef _c_snd_pcm_hw_params_set_channels_minmax = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_channels_minmax (line 36237) | typedef _dart_snd_pcm_hw_params_set_channels_minmax = int Function( type _c_snd_pcm_hw_params_set_channels_near (line 36244) | typedef _c_snd_pcm_hw_params_set_channels_near = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_channels_near (line 36250) | typedef _dart_snd_pcm_hw_params_set_channels_near = int Function( type _c_snd_pcm_hw_params_set_channels_first (line 36256) | typedef _c_snd_pcm_hw_params_set_channels_first = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_channels_first (line 36262) | typedef _dart_snd_pcm_hw_params_set_channels_first = int Function( type _c_snd_pcm_hw_params_set_channels_last (line 36268) | typedef _c_snd_pcm_hw_params_set_channels_last = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_channels_last (line 36274) | typedef _dart_snd_pcm_hw_params_set_channels_last = int Function( type _c_snd_pcm_hw_params_get_rate (line 36280) | typedef _c_snd_pcm_hw_params_get_rate = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_rate (line 36286) | typedef _dart_snd_pcm_hw_params_get_rate = int Function( type _c_snd_pcm_hw_params_get_rate_min (line 36292) | typedef _c_snd_pcm_hw_params_get_rate_min = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_rate_min (line 36298) | typedef _dart_snd_pcm_hw_params_get_rate_min = int Function( type _c_snd_pcm_hw_params_get_rate_max (line 36304) | typedef _c_snd_pcm_hw_params_get_rate_max = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_rate_max (line 36310) | typedef _dart_snd_pcm_hw_params_get_rate_max = int Function( type _c_snd_pcm_hw_params_test_rate (line 36316) | typedef _c_snd_pcm_hw_params_test_rate = ffi.Int32 Function( type _dart_snd_pcm_hw_params_test_rate (line 36323) | typedef _dart_snd_pcm_hw_params_test_rate = int Function( type _c_snd_pcm_hw_params_set_rate (line 36330) | typedef _c_snd_pcm_hw_params_set_rate = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_rate (line 36337) | typedef _dart_snd_pcm_hw_params_set_rate = int Function( type _c_snd_pcm_hw_params_set_rate_min (line 36344) | typedef _c_snd_pcm_hw_params_set_rate_min = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_rate_min (line 36351) | typedef _dart_snd_pcm_hw_params_set_rate_min = int Function( type _c_snd_pcm_hw_params_set_rate_max (line 36358) | typedef _c_snd_pcm_hw_params_set_rate_max = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_rate_max (line 36365) | typedef _dart_snd_pcm_hw_params_set_rate_max = int Function( type _c_snd_pcm_hw_params_set_rate_minmax (line 36372) | typedef _c_snd_pcm_hw_params_set_rate_minmax = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_rate_minmax (line 36381) | typedef _dart_snd_pcm_hw_params_set_rate_minmax = int Function( type _c_snd_pcm_hw_params_set_rate_near (line 36390) | typedef _c_snd_pcm_hw_params_set_rate_near = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_rate_near (line 36397) | typedef _dart_snd_pcm_hw_params_set_rate_near = int Function( type _c_snd_pcm_hw_params_set_rate_first (line 36404) | typedef _c_snd_pcm_hw_params_set_rate_first = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_rate_first (line 36411) | typedef _dart_snd_pcm_hw_params_set_rate_first = int Function( type _c_snd_pcm_hw_params_set_rate_last (line 36418) | typedef _c_snd_pcm_hw_params_set_rate_last = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_rate_last (line 36425) | typedef _dart_snd_pcm_hw_params_set_rate_last = int Function( type _c_snd_pcm_hw_params_set_rate_resample (line 36432) | typedef _c_snd_pcm_hw_params_set_rate_resample = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_rate_resample (line 36438) | typedef _dart_snd_pcm_hw_params_set_rate_resample = int Function( type _c_snd_pcm_hw_params_get_rate_resample (line 36444) | typedef _c_snd_pcm_hw_params_get_rate_resample = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_rate_resample (line 36450) | typedef _dart_snd_pcm_hw_params_get_rate_resample = int Function( type _c_snd_pcm_hw_params_set_export_buffer (line 36456) | typedef _c_snd_pcm_hw_params_set_export_buffer = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_export_buffer (line 36462) | typedef _dart_snd_pcm_hw_params_set_export_buffer = int Function( type _c_snd_pcm_hw_params_get_export_buffer (line 36468) | typedef _c_snd_pcm_hw_params_get_export_buffer = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_export_buffer (line 36474) | typedef _dart_snd_pcm_hw_params_get_export_buffer = int Function( type _c_snd_pcm_hw_params_set_period_wakeup (line 36480) | typedef _c_snd_pcm_hw_params_set_period_wakeup = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_period_wakeup (line 36486) | typedef _dart_snd_pcm_hw_params_set_period_wakeup = int Function( type _c_snd_pcm_hw_params_get_period_wakeup (line 36492) | typedef _c_snd_pcm_hw_params_get_period_wakeup = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_period_wakeup (line 36498) | typedef _dart_snd_pcm_hw_params_get_period_wakeup = int Function( type _c_snd_pcm_hw_params_get_period_time (line 36504) | typedef _c_snd_pcm_hw_params_get_period_time = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_period_time (line 36510) | typedef _dart_snd_pcm_hw_params_get_period_time = int Function( type _c_snd_pcm_hw_params_get_period_time_min (line 36516) | typedef _c_snd_pcm_hw_params_get_period_time_min = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_period_time_min (line 36522) | typedef _dart_snd_pcm_hw_params_get_period_time_min = int Function( type _c_snd_pcm_hw_params_get_period_time_max (line 36528) | typedef _c_snd_pcm_hw_params_get_period_time_max = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_period_time_max (line 36534) | typedef _dart_snd_pcm_hw_params_get_period_time_max = int Function( type _c_snd_pcm_hw_params_test_period_time (line 36540) | typedef _c_snd_pcm_hw_params_test_period_time = ffi.Int32 Function( type _dart_snd_pcm_hw_params_test_period_time (line 36547) | typedef _dart_snd_pcm_hw_params_test_period_time = int Function( type _c_snd_pcm_hw_params_set_period_time (line 36554) | typedef _c_snd_pcm_hw_params_set_period_time = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_period_time (line 36561) | typedef _dart_snd_pcm_hw_params_set_period_time = int Function( type _c_snd_pcm_hw_params_set_period_time_min (line 36568) | typedef _c_snd_pcm_hw_params_set_period_time_min = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_period_time_min (line 36575) | typedef _dart_snd_pcm_hw_params_set_period_time_min = int Function( type _c_snd_pcm_hw_params_set_period_time_max (line 36582) | typedef _c_snd_pcm_hw_params_set_period_time_max = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_period_time_max (line 36589) | typedef _dart_snd_pcm_hw_params_set_period_time_max = int Function( type _c_snd_pcm_hw_params_set_period_time_minmax (line 36596) | typedef _c_snd_pcm_hw_params_set_period_time_minmax = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_period_time_minmax (line 36605) | typedef _dart_snd_pcm_hw_params_set_period_time_minmax = int Function( type _c_snd_pcm_hw_params_set_period_time_near (line 36614) | typedef _c_snd_pcm_hw_params_set_period_time_near = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_period_time_near (line 36621) | typedef _dart_snd_pcm_hw_params_set_period_time_near = int Function( type _c_snd_pcm_hw_params_set_period_time_first (line 36628) | typedef _c_snd_pcm_hw_params_set_period_time_first = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_period_time_first (line 36635) | typedef _dart_snd_pcm_hw_params_set_period_time_first = int Function( type _c_snd_pcm_hw_params_set_period_time_last (line 36642) | typedef _c_snd_pcm_hw_params_set_period_time_last = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_period_time_last (line 36649) | typedef _dart_snd_pcm_hw_params_set_period_time_last = int Function( type _c_snd_pcm_hw_params_get_period_size (line 36656) | typedef _c_snd_pcm_hw_params_get_period_size = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_period_size (line 36662) | typedef _dart_snd_pcm_hw_params_get_period_size = int Function( type _c_snd_pcm_hw_params_get_period_size_min (line 36668) | typedef _c_snd_pcm_hw_params_get_period_size_min = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_period_size_min (line 36674) | typedef _dart_snd_pcm_hw_params_get_period_size_min = int Function( type _c_snd_pcm_hw_params_get_period_size_max (line 36680) | typedef _c_snd_pcm_hw_params_get_period_size_max = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_period_size_max (line 36686) | typedef _dart_snd_pcm_hw_params_get_period_size_max = int Function( type _c_snd_pcm_hw_params_test_period_size (line 36692) | typedef _c_snd_pcm_hw_params_test_period_size = ffi.Int32 Function( type _dart_snd_pcm_hw_params_test_period_size (line 36699) | typedef _dart_snd_pcm_hw_params_test_period_size = int Function( type _c_snd_pcm_hw_params_set_period_size (line 36706) | typedef _c_snd_pcm_hw_params_set_period_size = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_period_size (line 36713) | typedef _dart_snd_pcm_hw_params_set_period_size = int Function( type _c_snd_pcm_hw_params_set_period_size_min (line 36720) | typedef _c_snd_pcm_hw_params_set_period_size_min = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_period_size_min (line 36727) | typedef _dart_snd_pcm_hw_params_set_period_size_min = int Function( type _c_snd_pcm_hw_params_set_period_size_max (line 36734) | typedef _c_snd_pcm_hw_params_set_period_size_max = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_period_size_max (line 36741) | typedef _dart_snd_pcm_hw_params_set_period_size_max = int Function( type _c_snd_pcm_hw_params_set_period_size_minmax (line 36748) | typedef _c_snd_pcm_hw_params_set_period_size_minmax = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_period_size_minmax (line 36757) | typedef _dart_snd_pcm_hw_params_set_period_size_minmax = int Function( type _c_snd_pcm_hw_params_set_period_size_near (line 36766) | typedef _c_snd_pcm_hw_params_set_period_size_near = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_period_size_near (line 36773) | typedef _dart_snd_pcm_hw_params_set_period_size_near = int Function( type _c_snd_pcm_hw_params_set_period_size_first (line 36780) | typedef _c_snd_pcm_hw_params_set_period_size_first = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_period_size_first (line 36787) | typedef _dart_snd_pcm_hw_params_set_period_size_first = int Function( type _c_snd_pcm_hw_params_set_period_size_last (line 36794) | typedef _c_snd_pcm_hw_params_set_period_size_last = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_period_size_last (line 36801) | typedef _dart_snd_pcm_hw_params_set_period_size_last = int Function( type _c_snd_pcm_hw_params_set_period_size_integer (line 36808) | typedef _c_snd_pcm_hw_params_set_period_size_integer = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_period_size_integer (line 36813) | typedef _dart_snd_pcm_hw_params_set_period_size_integer = int Function( type _c_snd_pcm_hw_params_get_periods (line 36818) | typedef _c_snd_pcm_hw_params_get_periods = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_periods (line 36824) | typedef _dart_snd_pcm_hw_params_get_periods = int Function( type _c_snd_pcm_hw_params_get_periods_min (line 36830) | typedef _c_snd_pcm_hw_params_get_periods_min = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_periods_min (line 36836) | typedef _dart_snd_pcm_hw_params_get_periods_min = int Function( type _c_snd_pcm_hw_params_get_periods_max (line 36842) | typedef _c_snd_pcm_hw_params_get_periods_max = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_periods_max (line 36848) | typedef _dart_snd_pcm_hw_params_get_periods_max = int Function( type _c_snd_pcm_hw_params_test_periods (line 36854) | typedef _c_snd_pcm_hw_params_test_periods = ffi.Int32 Function( type _dart_snd_pcm_hw_params_test_periods (line 36861) | typedef _dart_snd_pcm_hw_params_test_periods = int Function( type _c_snd_pcm_hw_params_set_periods (line 36868) | typedef _c_snd_pcm_hw_params_set_periods = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_periods (line 36875) | typedef _dart_snd_pcm_hw_params_set_periods = int Function( type _c_snd_pcm_hw_params_set_periods_min (line 36882) | typedef _c_snd_pcm_hw_params_set_periods_min = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_periods_min (line 36889) | typedef _dart_snd_pcm_hw_params_set_periods_min = int Function( type _c_snd_pcm_hw_params_set_periods_max (line 36896) | typedef _c_snd_pcm_hw_params_set_periods_max = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_periods_max (line 36903) | typedef _dart_snd_pcm_hw_params_set_periods_max = int Function( type _c_snd_pcm_hw_params_set_periods_minmax (line 36910) | typedef _c_snd_pcm_hw_params_set_periods_minmax = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_periods_minmax (line 36919) | typedef _dart_snd_pcm_hw_params_set_periods_minmax = int Function( type _c_snd_pcm_hw_params_set_periods_near (line 36928) | typedef _c_snd_pcm_hw_params_set_periods_near = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_periods_near (line 36935) | typedef _dart_snd_pcm_hw_params_set_periods_near = int Function( type _c_snd_pcm_hw_params_set_periods_first (line 36942) | typedef _c_snd_pcm_hw_params_set_periods_first = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_periods_first (line 36949) | typedef _dart_snd_pcm_hw_params_set_periods_first = int Function( type _c_snd_pcm_hw_params_set_periods_last (line 36956) | typedef _c_snd_pcm_hw_params_set_periods_last = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_periods_last (line 36963) | typedef _dart_snd_pcm_hw_params_set_periods_last = int Function( type _c_snd_pcm_hw_params_set_periods_integer (line 36970) | typedef _c_snd_pcm_hw_params_set_periods_integer = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_periods_integer (line 36975) | typedef _dart_snd_pcm_hw_params_set_periods_integer = int Function( type _c_snd_pcm_hw_params_get_buffer_time (line 36980) | typedef _c_snd_pcm_hw_params_get_buffer_time = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_buffer_time (line 36986) | typedef _dart_snd_pcm_hw_params_get_buffer_time = int Function( type _c_snd_pcm_hw_params_get_buffer_time_min (line 36992) | typedef _c_snd_pcm_hw_params_get_buffer_time_min = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_buffer_time_min (line 36998) | typedef _dart_snd_pcm_hw_params_get_buffer_time_min = int Function( type _c_snd_pcm_hw_params_get_buffer_time_max (line 37004) | typedef _c_snd_pcm_hw_params_get_buffer_time_max = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_buffer_time_max (line 37010) | typedef _dart_snd_pcm_hw_params_get_buffer_time_max = int Function( type _c_snd_pcm_hw_params_test_buffer_time (line 37016) | typedef _c_snd_pcm_hw_params_test_buffer_time = ffi.Int32 Function( type _dart_snd_pcm_hw_params_test_buffer_time (line 37023) | typedef _dart_snd_pcm_hw_params_test_buffer_time = int Function( type _c_snd_pcm_hw_params_set_buffer_time (line 37030) | typedef _c_snd_pcm_hw_params_set_buffer_time = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_buffer_time (line 37037) | typedef _dart_snd_pcm_hw_params_set_buffer_time = int Function( type _c_snd_pcm_hw_params_set_buffer_time_min (line 37044) | typedef _c_snd_pcm_hw_params_set_buffer_time_min = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_buffer_time_min (line 37051) | typedef _dart_snd_pcm_hw_params_set_buffer_time_min = int Function( type _c_snd_pcm_hw_params_set_buffer_time_max (line 37058) | typedef _c_snd_pcm_hw_params_set_buffer_time_max = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_buffer_time_max (line 37065) | typedef _dart_snd_pcm_hw_params_set_buffer_time_max = int Function( type _c_snd_pcm_hw_params_set_buffer_time_minmax (line 37072) | typedef _c_snd_pcm_hw_params_set_buffer_time_minmax = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_buffer_time_minmax (line 37081) | typedef _dart_snd_pcm_hw_params_set_buffer_time_minmax = int Function( type _c_snd_pcm_hw_params_set_buffer_time_near (line 37090) | typedef _c_snd_pcm_hw_params_set_buffer_time_near = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_buffer_time_near (line 37097) | typedef _dart_snd_pcm_hw_params_set_buffer_time_near = int Function( type _c_snd_pcm_hw_params_set_buffer_time_first (line 37104) | typedef _c_snd_pcm_hw_params_set_buffer_time_first = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_buffer_time_first (line 37111) | typedef _dart_snd_pcm_hw_params_set_buffer_time_first = int Function( type _c_snd_pcm_hw_params_set_buffer_time_last (line 37118) | typedef _c_snd_pcm_hw_params_set_buffer_time_last = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_buffer_time_last (line 37125) | typedef _dart_snd_pcm_hw_params_set_buffer_time_last = int Function( type _c_snd_pcm_hw_params_get_buffer_size (line 37132) | typedef _c_snd_pcm_hw_params_get_buffer_size = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_buffer_size (line 37137) | typedef _dart_snd_pcm_hw_params_get_buffer_size = int Function( type _c_snd_pcm_hw_params_get_buffer_size_min (line 37142) | typedef _c_snd_pcm_hw_params_get_buffer_size_min = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_buffer_size_min (line 37147) | typedef _dart_snd_pcm_hw_params_get_buffer_size_min = int Function( type _c_snd_pcm_hw_params_get_buffer_size_max (line 37152) | typedef _c_snd_pcm_hw_params_get_buffer_size_max = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_buffer_size_max (line 37157) | typedef _dart_snd_pcm_hw_params_get_buffer_size_max = int Function( type _c_snd_pcm_hw_params_test_buffer_size (line 37162) | typedef _c_snd_pcm_hw_params_test_buffer_size = ffi.Int32 Function( type _dart_snd_pcm_hw_params_test_buffer_size (line 37168) | typedef _dart_snd_pcm_hw_params_test_buffer_size = int Function( type _c_snd_pcm_hw_params_set_buffer_size (line 37174) | typedef _c_snd_pcm_hw_params_set_buffer_size = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_buffer_size (line 37180) | typedef _dart_snd_pcm_hw_params_set_buffer_size = int Function( type _c_snd_pcm_hw_params_set_buffer_size_min (line 37186) | typedef _c_snd_pcm_hw_params_set_buffer_size_min = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_buffer_size_min (line 37192) | typedef _dart_snd_pcm_hw_params_set_buffer_size_min = int Function( type _c_snd_pcm_hw_params_set_buffer_size_max (line 37198) | typedef _c_snd_pcm_hw_params_set_buffer_size_max = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_buffer_size_max (line 37204) | typedef _dart_snd_pcm_hw_params_set_buffer_size_max = int Function( type _c_snd_pcm_hw_params_set_buffer_size_minmax (line 37210) | typedef _c_snd_pcm_hw_params_set_buffer_size_minmax = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_buffer_size_minmax (line 37217) | typedef _dart_snd_pcm_hw_params_set_buffer_size_minmax = int Function( type _c_snd_pcm_hw_params_set_buffer_size_near (line 37224) | typedef _c_snd_pcm_hw_params_set_buffer_size_near = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_buffer_size_near (line 37230) | typedef _dart_snd_pcm_hw_params_set_buffer_size_near = int Function( type _c_snd_pcm_hw_params_set_buffer_size_first (line 37236) | typedef _c_snd_pcm_hw_params_set_buffer_size_first = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_buffer_size_first (line 37242) | typedef _dart_snd_pcm_hw_params_set_buffer_size_first = int Function( type _c_snd_pcm_hw_params_set_buffer_size_last (line 37248) | typedef _c_snd_pcm_hw_params_set_buffer_size_last = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_buffer_size_last (line 37254) | typedef _dart_snd_pcm_hw_params_set_buffer_size_last = int Function( type _c_snd_pcm_hw_params_get_min_align (line 37260) | typedef _c_snd_pcm_hw_params_get_min_align = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_min_align (line 37265) | typedef _dart_snd_pcm_hw_params_get_min_align = int Function( type _c_snd_pcm_sw_params_sizeof (line 37270) | typedef _c_snd_pcm_sw_params_sizeof = ffi.Uint64 Function(); type _dart_snd_pcm_sw_params_sizeof (line 37272) | typedef _dart_snd_pcm_sw_params_sizeof = int Function(); type _c_snd_pcm_sw_params_malloc (line 37274) | typedef _c_snd_pcm_sw_params_malloc = ffi.Int32 Function( type _dart_snd_pcm_sw_params_malloc (line 37278) | typedef _dart_snd_pcm_sw_params_malloc = int Function( type _c_snd_pcm_sw_params_free (line 37282) | typedef _c_snd_pcm_sw_params_free = ffi.Void Function( type _dart_snd_pcm_sw_params_free (line 37286) | typedef _dart_snd_pcm_sw_params_free = void Function( type _c_snd_pcm_sw_params_copy (line 37290) | typedef _c_snd_pcm_sw_params_copy = ffi.Void Function( type _dart_snd_pcm_sw_params_copy (line 37295) | typedef _dart_snd_pcm_sw_params_copy = void Function( type _c_snd_pcm_sw_params_get_boundary (line 37300) | typedef _c_snd_pcm_sw_params_get_boundary = ffi.Int32 Function( type _dart_snd_pcm_sw_params_get_boundary (line 37305) | typedef _dart_snd_pcm_sw_params_get_boundary = int Function( type _c_snd_pcm_sw_params_set_tstamp_mode (line 37310) | typedef _c_snd_pcm_sw_params_set_tstamp_mode = ffi.Int32 Function( type _dart_snd_pcm_sw_params_set_tstamp_mode (line 37316) | typedef _dart_snd_pcm_sw_params_set_tstamp_mode = int Function( type _c_snd_pcm_sw_params_get_tstamp_mode (line 37322) | typedef _c_snd_pcm_sw_params_get_tstamp_mode = ffi.Int32 Function( type _dart_snd_pcm_sw_params_get_tstamp_mode (line 37327) | typedef _dart_snd_pcm_sw_params_get_tstamp_mode = int Function( type _c_snd_pcm_sw_params_set_tstamp_type (line 37332) | typedef _c_snd_pcm_sw_params_set_tstamp_type = ffi.Int32 Function( type _dart_snd_pcm_sw_params_set_tstamp_type (line 37338) | typedef _dart_snd_pcm_sw_params_set_tstamp_type = int Function( type _c_snd_pcm_sw_params_get_tstamp_type (line 37344) | typedef _c_snd_pcm_sw_params_get_tstamp_type = ffi.Int32 Function( type _dart_snd_pcm_sw_params_get_tstamp_type (line 37349) | typedef _dart_snd_pcm_sw_params_get_tstamp_type = int Function( type _c_snd_pcm_sw_params_set_avail_min (line 37354) | typedef _c_snd_pcm_sw_params_set_avail_min = ffi.Int32 Function( type _dart_snd_pcm_sw_params_set_avail_min (line 37360) | typedef _dart_snd_pcm_sw_params_set_avail_min = int Function( type _c_snd_pcm_sw_params_get_avail_min (line 37366) | typedef _c_snd_pcm_sw_params_get_avail_min = ffi.Int32 Function( type _dart_snd_pcm_sw_params_get_avail_min (line 37371) | typedef _dart_snd_pcm_sw_params_get_avail_min = int Function( type _c_snd_pcm_sw_params_set_period_event (line 37376) | typedef _c_snd_pcm_sw_params_set_period_event = ffi.Int32 Function( type _dart_snd_pcm_sw_params_set_period_event (line 37382) | typedef _dart_snd_pcm_sw_params_set_period_event = int Function( type _c_snd_pcm_sw_params_get_period_event (line 37388) | typedef _c_snd_pcm_sw_params_get_period_event = ffi.Int32 Function( type _dart_snd_pcm_sw_params_get_period_event (line 37393) | typedef _dart_snd_pcm_sw_params_get_period_event = int Function( type _c_snd_pcm_sw_params_set_start_threshold (line 37398) | typedef _c_snd_pcm_sw_params_set_start_threshold = ffi.Int32 Function( type _dart_snd_pcm_sw_params_set_start_threshold (line 37404) | typedef _dart_snd_pcm_sw_params_set_start_threshold = int Function( type _c_snd_pcm_sw_params_get_start_threshold (line 37410) | typedef _c_snd_pcm_sw_params_get_start_threshold = ffi.Int32 Function( type _dart_snd_pcm_sw_params_get_start_threshold (line 37415) | typedef _dart_snd_pcm_sw_params_get_start_threshold = int Function( type _c_snd_pcm_sw_params_set_stop_threshold (line 37420) | typedef _c_snd_pcm_sw_params_set_stop_threshold = ffi.Int32 Function( type _dart_snd_pcm_sw_params_set_stop_threshold (line 37426) | typedef _dart_snd_pcm_sw_params_set_stop_threshold = int Function( type _c_snd_pcm_sw_params_get_stop_threshold (line 37432) | typedef _c_snd_pcm_sw_params_get_stop_threshold = ffi.Int32 Function( type _dart_snd_pcm_sw_params_get_stop_threshold (line 37437) | typedef _dart_snd_pcm_sw_params_get_stop_threshold = int Function( type _c_snd_pcm_sw_params_set_silence_threshold (line 37442) | typedef _c_snd_pcm_sw_params_set_silence_threshold = ffi.Int32 Function( type _dart_snd_pcm_sw_params_set_silence_threshold (line 37448) | typedef _dart_snd_pcm_sw_params_set_silence_threshold = int Function( type _c_snd_pcm_sw_params_get_silence_threshold (line 37454) | typedef _c_snd_pcm_sw_params_get_silence_threshold = ffi.Int32 Function( type _dart_snd_pcm_sw_params_get_silence_threshold (line 37459) | typedef _dart_snd_pcm_sw_params_get_silence_threshold = int Function( type _c_snd_pcm_sw_params_set_silence_size (line 37464) | typedef _c_snd_pcm_sw_params_set_silence_size = ffi.Int32 Function( type _dart_snd_pcm_sw_params_set_silence_size (line 37470) | typedef _dart_snd_pcm_sw_params_set_silence_size = int Function( type _c_snd_pcm_sw_params_get_silence_size (line 37476) | typedef _c_snd_pcm_sw_params_get_silence_size = ffi.Int32 Function( type _dart_snd_pcm_sw_params_get_silence_size (line 37481) | typedef _dart_snd_pcm_sw_params_get_silence_size = int Function( type _c_snd_pcm_access_mask_sizeof (line 37486) | typedef _c_snd_pcm_access_mask_sizeof = ffi.Uint64 Function(); type _dart_snd_pcm_access_mask_sizeof (line 37488) | typedef _dart_snd_pcm_access_mask_sizeof = int Function(); type _c_snd_pcm_access_mask_malloc (line 37490) | typedef _c_snd_pcm_access_mask_malloc = ffi.Int32 Function( type _dart_snd_pcm_access_mask_malloc (line 37494) | typedef _dart_snd_pcm_access_mask_malloc = int Function( type _c_snd_pcm_access_mask_free (line 37498) | typedef _c_snd_pcm_access_mask_free = ffi.Void Function( type _dart_snd_pcm_access_mask_free (line 37502) | typedef _dart_snd_pcm_access_mask_free = void Function( type _c_snd_pcm_access_mask_copy (line 37506) | typedef _c_snd_pcm_access_mask_copy = ffi.Void Function( type _dart_snd_pcm_access_mask_copy (line 37511) | typedef _dart_snd_pcm_access_mask_copy = void Function( type _c_snd_pcm_access_mask_none (line 37516) | typedef _c_snd_pcm_access_mask_none = ffi.Void Function( type _dart_snd_pcm_access_mask_none (line 37520) | typedef _dart_snd_pcm_access_mask_none = void Function( type _c_snd_pcm_access_mask_any (line 37524) | typedef _c_snd_pcm_access_mask_any = ffi.Void Function( type _dart_snd_pcm_access_mask_any (line 37528) | typedef _dart_snd_pcm_access_mask_any = void Function( type _c_snd_pcm_access_mask_test (line 37532) | typedef _c_snd_pcm_access_mask_test = ffi.Int32 Function( type _dart_snd_pcm_access_mask_test (line 37537) | typedef _dart_snd_pcm_access_mask_test = int Function( type _c_snd_pcm_access_mask_empty (line 37542) | typedef _c_snd_pcm_access_mask_empty = ffi.Int32 Function( type _dart_snd_pcm_access_mask_empty (line 37546) | typedef _dart_snd_pcm_access_mask_empty = int Function( type _c_snd_pcm_access_mask_set (line 37550) | typedef _c_snd_pcm_access_mask_set = ffi.Void Function( type _dart_snd_pcm_access_mask_set (line 37555) | typedef _dart_snd_pcm_access_mask_set = void Function( type _c_snd_pcm_access_mask_reset (line 37560) | typedef _c_snd_pcm_access_mask_reset = ffi.Void Function( type _dart_snd_pcm_access_mask_reset (line 37565) | typedef _dart_snd_pcm_access_mask_reset = void Function( type _c_snd_pcm_format_mask_sizeof (line 37570) | typedef _c_snd_pcm_format_mask_sizeof = ffi.Uint64 Function(); type _dart_snd_pcm_format_mask_sizeof (line 37572) | typedef _dart_snd_pcm_format_mask_sizeof = int Function(); type _c_snd_pcm_format_mask_malloc (line 37574) | typedef _c_snd_pcm_format_mask_malloc = ffi.Int32 Function( type _dart_snd_pcm_format_mask_malloc (line 37578) | typedef _dart_snd_pcm_format_mask_malloc = int Function( type _c_snd_pcm_format_mask_free (line 37582) | typedef _c_snd_pcm_format_mask_free = ffi.Void Function( type _dart_snd_pcm_format_mask_free (line 37586) | typedef _dart_snd_pcm_format_mask_free = void Function( type _c_snd_pcm_format_mask_copy (line 37590) | typedef _c_snd_pcm_format_mask_copy = ffi.Void Function( type _dart_snd_pcm_format_mask_copy (line 37595) | typedef _dart_snd_pcm_format_mask_copy = void Function( type _c_snd_pcm_format_mask_none (line 37600) | typedef _c_snd_pcm_format_mask_none = ffi.Void Function( type _dart_snd_pcm_format_mask_none (line 37604) | typedef _dart_snd_pcm_format_mask_none = void Function( type _c_snd_pcm_format_mask_any (line 37608) | typedef _c_snd_pcm_format_mask_any = ffi.Void Function( type _dart_snd_pcm_format_mask_any (line 37612) | typedef _dart_snd_pcm_format_mask_any = void Function( type _c_snd_pcm_format_mask_test (line 37616) | typedef _c_snd_pcm_format_mask_test = ffi.Int32 Function( type _dart_snd_pcm_format_mask_test (line 37621) | typedef _dart_snd_pcm_format_mask_test = int Function( type _c_snd_pcm_format_mask_empty (line 37626) | typedef _c_snd_pcm_format_mask_empty = ffi.Int32 Function( type _dart_snd_pcm_format_mask_empty (line 37630) | typedef _dart_snd_pcm_format_mask_empty = int Function( type _c_snd_pcm_format_mask_set (line 37634) | typedef _c_snd_pcm_format_mask_set = ffi.Void Function( type _dart_snd_pcm_format_mask_set (line 37639) | typedef _dart_snd_pcm_format_mask_set = void Function( type _c_snd_pcm_format_mask_reset (line 37644) | typedef _c_snd_pcm_format_mask_reset = ffi.Void Function( type _dart_snd_pcm_format_mask_reset (line 37649) | typedef _dart_snd_pcm_format_mask_reset = void Function( type _c_snd_pcm_subformat_mask_sizeof (line 37654) | typedef _c_snd_pcm_subformat_mask_sizeof = ffi.Uint64 Function(); type _dart_snd_pcm_subformat_mask_sizeof (line 37656) | typedef _dart_snd_pcm_subformat_mask_sizeof = int Function(); type _c_snd_pcm_subformat_mask_malloc (line 37658) | typedef _c_snd_pcm_subformat_mask_malloc = ffi.Int32 Function( type _dart_snd_pcm_subformat_mask_malloc (line 37662) | typedef _dart_snd_pcm_subformat_mask_malloc = int Function( type _c_snd_pcm_subformat_mask_free (line 37666) | typedef _c_snd_pcm_subformat_mask_free = ffi.Void Function( type _dart_snd_pcm_subformat_mask_free (line 37670) | typedef _dart_snd_pcm_subformat_mask_free = void Function( type _c_snd_pcm_subformat_mask_copy (line 37674) | typedef _c_snd_pcm_subformat_mask_copy = ffi.Void Function( type _dart_snd_pcm_subformat_mask_copy (line 37679) | typedef _dart_snd_pcm_subformat_mask_copy = void Function( type _c_snd_pcm_subformat_mask_none (line 37684) | typedef _c_snd_pcm_subformat_mask_none = ffi.Void Function( type _dart_snd_pcm_subformat_mask_none (line 37688) | typedef _dart_snd_pcm_subformat_mask_none = void Function( type _c_snd_pcm_subformat_mask_any (line 37692) | typedef _c_snd_pcm_subformat_mask_any = ffi.Void Function( type _dart_snd_pcm_subformat_mask_any (line 37696) | typedef _dart_snd_pcm_subformat_mask_any = void Function( type _c_snd_pcm_subformat_mask_test (line 37700) | typedef _c_snd_pcm_subformat_mask_test = ffi.Int32 Function( type _dart_snd_pcm_subformat_mask_test (line 37705) | typedef _dart_snd_pcm_subformat_mask_test = int Function( type _c_snd_pcm_subformat_mask_empty (line 37710) | typedef _c_snd_pcm_subformat_mask_empty = ffi.Int32 Function( type _dart_snd_pcm_subformat_mask_empty (line 37714) | typedef _dart_snd_pcm_subformat_mask_empty = int Function( type _c_snd_pcm_subformat_mask_set (line 37718) | typedef _c_snd_pcm_subformat_mask_set = ffi.Void Function( type _dart_snd_pcm_subformat_mask_set (line 37723) | typedef _dart_snd_pcm_subformat_mask_set = void Function( type _c_snd_pcm_subformat_mask_reset (line 37728) | typedef _c_snd_pcm_subformat_mask_reset = ffi.Void Function( type _dart_snd_pcm_subformat_mask_reset (line 37733) | typedef _dart_snd_pcm_subformat_mask_reset = void Function( type _c_snd_pcm_status_sizeof (line 37738) | typedef _c_snd_pcm_status_sizeof = ffi.Uint64 Function(); type _dart_snd_pcm_status_sizeof (line 37740) | typedef _dart_snd_pcm_status_sizeof = int Function(); type _c_snd_pcm_status_malloc (line 37742) | typedef _c_snd_pcm_status_malloc = ffi.Int32 Function( type _dart_snd_pcm_status_malloc (line 37746) | typedef _dart_snd_pcm_status_malloc = int Function( type _c_snd_pcm_status_free (line 37750) | typedef _c_snd_pcm_status_free = ffi.Void Function( type _dart_snd_pcm_status_free (line 37754) | typedef _dart_snd_pcm_status_free = void Function( type _c_snd_pcm_status_copy (line 37758) | typedef _c_snd_pcm_status_copy = ffi.Void Function( type _dart_snd_pcm_status_copy (line 37763) | typedef _dart_snd_pcm_status_copy = void Function( type _c_snd_pcm_status_get_state (line 37768) | typedef _c_snd_pcm_status_get_state = ffi.Int32 Function( type _dart_snd_pcm_status_get_state (line 37772) | typedef _dart_snd_pcm_status_get_state = int Function( type _c_snd_pcm_status_get_trigger_tstamp (line 37776) | typedef _c_snd_pcm_status_get_trigger_tstamp = ffi.Void Function( type _dart_snd_pcm_status_get_trigger_tstamp (line 37781) | typedef _dart_snd_pcm_status_get_trigger_tstamp = void Function( type _c_snd_pcm_status_get_trigger_htstamp (line 37786) | typedef _c_snd_pcm_status_get_trigger_htstamp = ffi.Void Function( type _dart_snd_pcm_status_get_trigger_htstamp (line 37791) | typedef _dart_snd_pcm_status_get_trigger_htstamp = void Function( type _c_snd_pcm_status_get_tstamp (line 37796) | typedef _c_snd_pcm_status_get_tstamp = ffi.Void Function( type _dart_snd_pcm_status_get_tstamp (line 37801) | typedef _dart_snd_pcm_status_get_tstamp = void Function( type _c_snd_pcm_status_get_htstamp (line 37806) | typedef _c_snd_pcm_status_get_htstamp = ffi.Void Function( type _dart_snd_pcm_status_get_htstamp (line 37811) | typedef _dart_snd_pcm_status_get_htstamp = void Function( type _c_snd_pcm_status_get_audio_htstamp (line 37816) | typedef _c_snd_pcm_status_get_audio_htstamp = ffi.Void Function( type _dart_snd_pcm_status_get_audio_htstamp (line 37821) | typedef _dart_snd_pcm_status_get_audio_htstamp = void Function( type _c_snd_pcm_status_get_driver_htstamp (line 37826) | typedef _c_snd_pcm_status_get_driver_htstamp = ffi.Void Function( type _dart_snd_pcm_status_get_driver_htstamp (line 37831) | typedef _dart_snd_pcm_status_get_driver_htstamp = void Function( type _c_snd_pcm_status_get_audio_htstamp_report (line 37836) | typedef _c_snd_pcm_status_get_audio_htstamp_report = ffi.Void Function( type _dart_snd_pcm_status_get_audio_htstamp_report (line 37841) | typedef _dart_snd_pcm_status_get_audio_htstamp_report = void Function( type _c_snd_pcm_status_set_audio_htstamp_config (line 37846) | typedef _c_snd_pcm_status_set_audio_htstamp_config = ffi.Void Function( type _dart_snd_pcm_status_set_audio_htstamp_config (line 37851) | typedef _dart_snd_pcm_status_set_audio_htstamp_config = void Function( type _c_snd_pcm_status_get_delay (line 37856) | typedef _c_snd_pcm_status_get_delay = ffi.Int64 Function( type _dart_snd_pcm_status_get_delay (line 37860) | typedef _dart_snd_pcm_status_get_delay = int Function( type _c_snd_pcm_status_get_avail (line 37864) | typedef _c_snd_pcm_status_get_avail = ffi.Uint64 Function( type _dart_snd_pcm_status_get_avail (line 37868) | typedef _dart_snd_pcm_status_get_avail = int Function( type _c_snd_pcm_status_get_avail_max (line 37872) | typedef _c_snd_pcm_status_get_avail_max = ffi.Uint64 Function( type _dart_snd_pcm_status_get_avail_max (line 37876) | typedef _dart_snd_pcm_status_get_avail_max = int Function( type _c_snd_pcm_status_get_overrange (line 37880) | typedef _c_snd_pcm_status_get_overrange = ffi.Uint64 Function( type _dart_snd_pcm_status_get_overrange (line 37884) | typedef _dart_snd_pcm_status_get_overrange = int Function( type _c_snd_pcm_type_name (line 37888) | typedef _c_snd_pcm_type_name = ffi.Pointer Function( type _dart_snd_pcm_type_name (line 37892) | typedef _dart_snd_pcm_type_name = ffi.Pointer Function( type _c_snd_pcm_stream_name (line 37896) | typedef _c_snd_pcm_stream_name = ffi.Pointer Function( type _dart_snd_pcm_stream_name (line 37900) | typedef _dart_snd_pcm_stream_name = ffi.Pointer Function( type _c_snd_pcm_access_name (line 37904) | typedef _c_snd_pcm_access_name = ffi.Pointer Function( type _dart_snd_pcm_access_name (line 37908) | typedef _dart_snd_pcm_access_name = ffi.Pointer Function( type _c_snd_pcm_format_name (line 37912) | typedef _c_snd_pcm_format_name = ffi.Pointer Function( type _dart_snd_pcm_format_name (line 37916) | typedef _dart_snd_pcm_format_name = ffi.Pointer Function( type _c_snd_pcm_format_description (line 37920) | typedef _c_snd_pcm_format_description = ffi.Pointer Function( type _dart_snd_pcm_format_description (line 37924) | typedef _dart_snd_pcm_format_description = ffi.Pointer Function( type _c_snd_pcm_subformat_name (line 37928) | typedef _c_snd_pcm_subformat_name = ffi.Pointer Function( type _dart_snd_pcm_subformat_name (line 37932) | typedef _dart_snd_pcm_subformat_name = ffi.Pointer Function( type _c_snd_pcm_subformat_description (line 37936) | typedef _c_snd_pcm_subformat_description = ffi.Pointer Function( type _dart_snd_pcm_subformat_description (line 37940) | typedef _dart_snd_pcm_subformat_description = ffi.Pointer Func... type _c_snd_pcm_format_value (line 37944) | typedef _c_snd_pcm_format_value = ffi.Int32 Function( type _dart_snd_pcm_format_value (line 37948) | typedef _dart_snd_pcm_format_value = int Function( type _c_snd_pcm_tstamp_mode_name (line 37952) | typedef _c_snd_pcm_tstamp_mode_name = ffi.Pointer Function( type _dart_snd_pcm_tstamp_mode_name (line 37956) | typedef _dart_snd_pcm_tstamp_mode_name = ffi.Pointer Function( type _c_snd_pcm_state_name (line 37960) | typedef _c_snd_pcm_state_name = ffi.Pointer Function( type _dart_snd_pcm_state_name (line 37964) | typedef _dart_snd_pcm_state_name = ffi.Pointer Function( type _c_snd_pcm_dump (line 37968) | typedef _c_snd_pcm_dump = ffi.Int32 Function( type _dart_snd_pcm_dump (line 37973) | typedef _dart_snd_pcm_dump = int Function( type _c_snd_pcm_dump_hw_setup (line 37978) | typedef _c_snd_pcm_dump_hw_setup = ffi.Int32 Function( type _dart_snd_pcm_dump_hw_setup (line 37983) | typedef _dart_snd_pcm_dump_hw_setup = int Function( type _c_snd_pcm_dump_sw_setup (line 37988) | typedef _c_snd_pcm_dump_sw_setup = ffi.Int32 Function( type _dart_snd_pcm_dump_sw_setup (line 37993) | typedef _dart_snd_pcm_dump_sw_setup = int Function( type _c_snd_pcm_dump_setup (line 37998) | typedef _c_snd_pcm_dump_setup = ffi.Int32 Function( type _dart_snd_pcm_dump_setup (line 38003) | typedef _dart_snd_pcm_dump_setup = int Function( type _c_snd_pcm_hw_params_dump (line 38008) | typedef _c_snd_pcm_hw_params_dump = ffi.Int32 Function( type _dart_snd_pcm_hw_params_dump (line 38013) | typedef _dart_snd_pcm_hw_params_dump = int Function( type _c_snd_pcm_sw_params_dump (line 38018) | typedef _c_snd_pcm_sw_params_dump = ffi.Int32 Function( type _dart_snd_pcm_sw_params_dump (line 38023) | typedef _dart_snd_pcm_sw_params_dump = int Function( type _c_snd_pcm_status_dump (line 38028) | typedef _c_snd_pcm_status_dump = ffi.Int32 Function( type _dart_snd_pcm_status_dump (line 38033) | typedef _dart_snd_pcm_status_dump = int Function( type _c_snd_pcm_mmap_begin (line 38038) | typedef _c_snd_pcm_mmap_begin = ffi.Int32 Function( type _dart_snd_pcm_mmap_begin (line 38045) | typedef _dart_snd_pcm_mmap_begin = int Function( type _c_snd_pcm_mmap_commit (line 38052) | typedef _c_snd_pcm_mmap_commit = ffi.Int64 Function( type _dart_snd_pcm_mmap_commit (line 38058) | typedef _dart_snd_pcm_mmap_commit = int Function( type _c_snd_pcm_mmap_writei (line 38064) | typedef _c_snd_pcm_mmap_writei = ffi.Int64 Function( type _dart_snd_pcm_mmap_writei (line 38070) | typedef _dart_snd_pcm_mmap_writei = int Function( type _c_snd_pcm_mmap_readi (line 38076) | typedef _c_snd_pcm_mmap_readi = ffi.Int64 Function( type _dart_snd_pcm_mmap_readi (line 38082) | typedef _dart_snd_pcm_mmap_readi = int Function( type _c_snd_pcm_mmap_writen (line 38088) | typedef _c_snd_pcm_mmap_writen = ffi.Int64 Function( type _dart_snd_pcm_mmap_writen (line 38094) | typedef _dart_snd_pcm_mmap_writen = int Function( type _c_snd_pcm_mmap_readn (line 38100) | typedef _c_snd_pcm_mmap_readn = ffi.Int64 Function( type _dart_snd_pcm_mmap_readn (line 38106) | typedef _dart_snd_pcm_mmap_readn = int Function( type _c_snd_pcm_format_signed (line 38112) | typedef _c_snd_pcm_format_signed = ffi.Int32 Function( type _dart_snd_pcm_format_signed (line 38116) | typedef _dart_snd_pcm_format_signed = int Function( type _c_snd_pcm_format_unsigned (line 38120) | typedef _c_snd_pcm_format_unsigned = ffi.Int32 Function( type _dart_snd_pcm_format_unsigned (line 38124) | typedef _dart_snd_pcm_format_unsigned = int Function( type _c_snd_pcm_format_linear (line 38128) | typedef _c_snd_pcm_format_linear = ffi.Int32 Function( type _dart_snd_pcm_format_linear (line 38132) | typedef _dart_snd_pcm_format_linear = int Function( type _c_snd_pcm_format_float (line 38136) | typedef _c_snd_pcm_format_float = ffi.Int32 Function( type _dart_snd_pcm_format_float (line 38140) | typedef _dart_snd_pcm_format_float = int Function( type _c_snd_pcm_format_little_endian (line 38144) | typedef _c_snd_pcm_format_little_endian = ffi.Int32 Function( type _dart_snd_pcm_format_little_endian (line 38148) | typedef _dart_snd_pcm_format_little_endian = int Function( type _c_snd_pcm_format_big_endian (line 38152) | typedef _c_snd_pcm_format_big_endian = ffi.Int32 Function( type _dart_snd_pcm_format_big_endian (line 38156) | typedef _dart_snd_pcm_format_big_endian = int Function( type _c_snd_pcm_format_cpu_endian (line 38160) | typedef _c_snd_pcm_format_cpu_endian = ffi.Int32 Function( type _dart_snd_pcm_format_cpu_endian (line 38164) | typedef _dart_snd_pcm_format_cpu_endian = int Function( type _c_snd_pcm_format_width (line 38168) | typedef _c_snd_pcm_format_width = ffi.Int32 Function( type _dart_snd_pcm_format_width (line 38172) | typedef _dart_snd_pcm_format_width = int Function( type _c_snd_pcm_format_physical_width (line 38176) | typedef _c_snd_pcm_format_physical_width = ffi.Int32 Function( type _dart_snd_pcm_format_physical_width (line 38180) | typedef _dart_snd_pcm_format_physical_width = int Function( type _c_snd_pcm_build_linear_format (line 38184) | typedef _c_snd_pcm_build_linear_format = ffi.Int32 Function( type _dart_snd_pcm_build_linear_format (line 38191) | typedef _dart_snd_pcm_build_linear_format = int Function( type _c_snd_pcm_format_size (line 38198) | typedef _c_snd_pcm_format_size = ffi.Int64 Function( type _dart_snd_pcm_format_size (line 38203) | typedef _dart_snd_pcm_format_size = int Function( type _c_snd_pcm_format_silence (line 38208) | typedef _c_snd_pcm_format_silence = ffi.Uint8 Function( type _dart_snd_pcm_format_silence (line 38212) | typedef _dart_snd_pcm_format_silence = int Function( type _c_snd_pcm_format_silence_16 (line 38216) | typedef _c_snd_pcm_format_silence_16 = ffi.Uint16 Function( type _dart_snd_pcm_format_silence_16 (line 38220) | typedef _dart_snd_pcm_format_silence_16 = int Function( type _c_snd_pcm_format_silence_32 (line 38224) | typedef _c_snd_pcm_format_silence_32 = ffi.Uint32 Function( type _dart_snd_pcm_format_silence_32 (line 38228) | typedef _dart_snd_pcm_format_silence_32 = int Function( type _c_snd_pcm_format_silence_64 (line 38232) | typedef _c_snd_pcm_format_silence_64 = ffi.Uint64 Function( type _dart_snd_pcm_format_silence_64 (line 38236) | typedef _dart_snd_pcm_format_silence_64 = int Function( type _c_snd_pcm_format_set_silence (line 38240) | typedef _c_snd_pcm_format_set_silence = ffi.Int32 Function( type _dart_snd_pcm_format_set_silence (line 38246) | typedef _dart_snd_pcm_format_set_silence = int Function( type _c_snd_pcm_bytes_to_frames (line 38252) | typedef _c_snd_pcm_bytes_to_frames = ffi.Int64 Function( type _dart_snd_pcm_bytes_to_frames (line 38257) | typedef _dart_snd_pcm_bytes_to_frames = int Function( type _c_snd_pcm_frames_to_bytes (line 38262) | typedef _c_snd_pcm_frames_to_bytes = ffi.Int64 Function( type _dart_snd_pcm_frames_to_bytes (line 38267) | typedef _dart_snd_pcm_frames_to_bytes = int Function( type _c_snd_pcm_bytes_to_samples (line 38272) | typedef _c_snd_pcm_bytes_to_samples = ffi.Int64 Function( type _dart_snd_pcm_bytes_to_samples (line 38277) | typedef _dart_snd_pcm_bytes_to_samples = int Function( type _c_snd_pcm_samples_to_bytes (line 38282) | typedef _c_snd_pcm_samples_to_bytes = ffi.Int64 Function( type _dart_snd_pcm_samples_to_bytes (line 38287) | typedef _dart_snd_pcm_samples_to_bytes = int Function( type _c_snd_pcm_area_silence (line 38292) | typedef _c_snd_pcm_area_silence = ffi.Int32 Function( type _dart_snd_pcm_area_silence (line 38299) | typedef _dart_snd_pcm_area_silence = int Function( type _c_snd_pcm_areas_silence (line 38306) | typedef _c_snd_pcm_areas_silence = ffi.Int32 Function( type _dart_snd_pcm_areas_silence (line 38314) | typedef _dart_snd_pcm_areas_silence = int Function( type _c_snd_pcm_area_copy (line 38322) | typedef _c_snd_pcm_area_copy = ffi.Int32 Function( type _dart_snd_pcm_area_copy (line 38331) | typedef _dart_snd_pcm_area_copy = int Function( type _c_snd_pcm_areas_copy (line 38340) | typedef _c_snd_pcm_areas_copy = ffi.Int32 Function( type _dart_snd_pcm_areas_copy (line 38350) | typedef _dart_snd_pcm_areas_copy = int Function( type _c_snd_pcm_areas_copy_wrap (line 38360) | typedef _c_snd_pcm_areas_copy_wrap = ffi.Int32 Function( type _dart_snd_pcm_areas_copy_wrap (line 38372) | typedef _dart_snd_pcm_areas_copy_wrap = int Function( type _c_snd_pcm_hook_get_pcm (line 38384) | typedef _c_snd_pcm_hook_get_pcm = ffi.Pointer Function( type _dart_snd_pcm_hook_get_pcm (line 38388) | typedef _dart_snd_pcm_hook_get_pcm = ffi.Pointer Function( type _c_snd_pcm_hook_get_private (line 38392) | typedef _c_snd_pcm_hook_get_private = ffi.Pointer Function( type _dart_snd_pcm_hook_get_private (line 38396) | typedef _dart_snd_pcm_hook_get_private = ffi.Pointer Function( type _c_snd_pcm_hook_set_private (line 38400) | typedef _c_snd_pcm_hook_set_private = ffi.Void Function( type _dart_snd_pcm_hook_set_private (line 38405) | typedef _dart_snd_pcm_hook_set_private = void Function( type snd_pcm_hook_func_t (line 38410) | typedef snd_pcm_hook_func_t = ffi.Int32 Function( type _c_snd_pcm_hook_add (line 38414) | typedef _c_snd_pcm_hook_add = ffi.Int32 Function( type _dart_snd_pcm_hook_add (line 38422) | typedef _dart_snd_pcm_hook_add = int Function( type _c_snd_pcm_hook_remove (line 38430) | typedef _c_snd_pcm_hook_remove = ffi.Int32 Function( type _dart_snd_pcm_hook_remove (line 38434) | typedef _dart_snd_pcm_hook_remove = int Function( type _c_snd_pcm_meter_get_bufsize (line 38438) | typedef _c_snd_pcm_meter_get_bufsize = ffi.Uint64 Function( type _dart_snd_pcm_meter_get_bufsize (line 38442) | typedef _dart_snd_pcm_meter_get_bufsize = int Function( type _c_snd_pcm_meter_get_channels (line 38446) | typedef _c_snd_pcm_meter_get_channels = ffi.Uint32 Function( type _dart_snd_pcm_meter_get_channels (line 38450) | typedef _dart_snd_pcm_meter_get_channels = int Function( type _c_snd_pcm_meter_get_rate (line 38454) | typedef _c_snd_pcm_meter_get_rate = ffi.Uint32 Function( type _dart_snd_pcm_meter_get_rate (line 38458) | typedef _dart_snd_pcm_meter_get_rate = int Function( type _c_snd_pcm_meter_get_now (line 38462) | typedef _c_snd_pcm_meter_get_now = ffi.Uint64 Function( type _dart_snd_pcm_meter_get_now (line 38466) | typedef _dart_snd_pcm_meter_get_now = int Function( type _c_snd_pcm_meter_get_boundary (line 38470) | typedef _c_snd_pcm_meter_get_boundary = ffi.Uint64 Function( type _dart_snd_pcm_meter_get_boundary (line 38474) | typedef _dart_snd_pcm_meter_get_boundary = int Function( type _c_snd_pcm_meter_add_scope (line 38478) | typedef _c_snd_pcm_meter_add_scope = ffi.Int32 Function( type _dart_snd_pcm_meter_add_scope (line 38483) | typedef _dart_snd_pcm_meter_add_scope = int Function( type _c_snd_pcm_meter_search_scope (line 38488) | typedef _c_snd_pcm_meter_search_scope = ffi.Pointer Func... type _dart_snd_pcm_meter_search_scope (line 38493) | typedef _dart_snd_pcm_meter_search_scope = ffi.Pointer F... type _c_snd_pcm_scope_malloc (line 38498) | typedef _c_snd_pcm_scope_malloc = ffi.Int32 Function( type _dart_snd_pcm_scope_malloc (line 38502) | typedef _dart_snd_pcm_scope_malloc = int Function( type _c_snd_pcm_scope_set_ops (line 38506) | typedef _c_snd_pcm_scope_set_ops = ffi.Void Function( type _dart_snd_pcm_scope_set_ops (line 38511) | typedef _dart_snd_pcm_scope_set_ops = void Function( type _c_snd_pcm_scope_set_name (line 38516) | typedef _c_snd_pcm_scope_set_name = ffi.Void Function( type _dart_snd_pcm_scope_set_name (line 38521) | typedef _dart_snd_pcm_scope_set_name = void Function( type _c_snd_pcm_scope_get_name (line 38526) | typedef _c_snd_pcm_scope_get_name = ffi.Pointer Function( type _dart_snd_pcm_scope_get_name (line 38530) | typedef _dart_snd_pcm_scope_get_name = ffi.Pointer Function( type _c_snd_pcm_scope_get_callback_private (line 38534) | typedef _c_snd_pcm_scope_get_callback_private = ffi.Pointer Fu... type _dart_snd_pcm_scope_get_callback_private (line 38538) | typedef _dart_snd_pcm_scope_get_callback_private = ffi.Pointer type _c_snd_pcm_scope_set_callback_private (line 38543) | typedef _c_snd_pcm_scope_set_callback_private = ffi.Void Function( type _dart_snd_pcm_scope_set_callback_private (line 38548) | typedef _dart_snd_pcm_scope_set_callback_private = void Function( type _c_snd_pcm_scope_s16_open (line 38553) | typedef _c_snd_pcm_scope_s16_open = ffi.Int32 Function( type _dart_snd_pcm_scope_s16_open (line 38559) | typedef _dart_snd_pcm_scope_s16_open = int Function( type _c_snd_pcm_scope_s16_get_channel_buffer (line 38565) | typedef _c_snd_pcm_scope_s16_get_channel_buffer = ffi.Pointer type _dart_snd_pcm_scope_s16_get_channel_buffer (line 38571) | typedef _dart_snd_pcm_scope_s16_get_channel_buffer = ffi.Pointer type _c_snd_spcm_init (line 38577) | typedef _c_snd_spcm_init = ffi.Int32 Function( type _dart_snd_spcm_init (line 38588) | typedef _dart_snd_spcm_init = int Function( type _c_snd_spcm_init_duplex (line 38599) | typedef _c_snd_spcm_init_duplex = ffi.Int32 Function( type _dart_snd_spcm_init_duplex (line 38612) | typedef _dart_snd_spcm_init_duplex = int Function( type _c_snd_spcm_init_get_params (line 38625) | typedef _c_snd_spcm_init_get_params = ffi.Int32 Function( type _dart_snd_spcm_init_get_params (line 38632) | typedef _dart_snd_spcm_init_get_params = int Function( type _c_snd_pcm_start_mode_name (line 38639) | typedef _c_snd_pcm_start_mode_name = ffi.Pointer Function( type _dart_snd_pcm_start_mode_name (line 38643) | typedef _dart_snd_pcm_start_mode_name = ffi.Pointer Function( type _c_snd_pcm_xrun_mode_name (line 38647) | typedef _c_snd_pcm_xrun_mode_name = ffi.Pointer Function( type _dart_snd_pcm_xrun_mode_name (line 38651) | typedef _dart_snd_pcm_xrun_mode_name = ffi.Pointer Function( type _c_snd_pcm_sw_params_set_start_mode (line 38655) | typedef _c_snd_pcm_sw_params_set_start_mode = ffi.Int32 Function( type _dart_snd_pcm_sw_params_set_start_mode (line 38661) | typedef _dart_snd_pcm_sw_params_set_start_mode = int Function( type _c_snd_pcm_sw_params_get_start_mode (line 38667) | typedef _c_snd_pcm_sw_params_get_start_mode = ffi.Int32 Function( type _dart_snd_pcm_sw_params_get_start_mode (line 38671) | typedef _dart_snd_pcm_sw_params_get_start_mode = int Function( type _c_snd_pcm_sw_params_set_xrun_mode (line 38675) | typedef _c_snd_pcm_sw_params_set_xrun_mode = ffi.Int32 Function( type _dart_snd_pcm_sw_params_set_xrun_mode (line 38681) | typedef _dart_snd_pcm_sw_params_set_xrun_mode = int Function( type _c_snd_pcm_sw_params_get_xrun_mode (line 38687) | typedef _c_snd_pcm_sw_params_get_xrun_mode = ffi.Int32 Function( type _dart_snd_pcm_sw_params_get_xrun_mode (line 38691) | typedef _dart_snd_pcm_sw_params_get_xrun_mode = int Function( type _c_snd_pcm_sw_params_set_xfer_align (line 38695) | typedef _c_snd_pcm_sw_params_set_xfer_align = ffi.Int32 Function( type _dart_snd_pcm_sw_params_set_xfer_align (line 38701) | typedef _dart_snd_pcm_sw_params_set_xfer_align = int Function( type _c_snd_pcm_sw_params_get_xfer_align (line 38707) | typedef _c_snd_pcm_sw_params_get_xfer_align = ffi.Int32 Function( type _dart_snd_pcm_sw_params_get_xfer_align (line 38712) | typedef _dart_snd_pcm_sw_params_get_xfer_align = int Function( type _c_snd_pcm_sw_params_set_sleep_min (line 38717) | typedef _c_snd_pcm_sw_params_set_sleep_min = ffi.Int32 Function( type _dart_snd_pcm_sw_params_set_sleep_min (line 38723) | typedef _dart_snd_pcm_sw_params_set_sleep_min = int Function( type _c_snd_pcm_sw_params_get_sleep_min (line 38729) | typedef _c_snd_pcm_sw_params_get_sleep_min = ffi.Int32 Function( type _dart_snd_pcm_sw_params_get_sleep_min (line 38734) | typedef _dart_snd_pcm_sw_params_get_sleep_min = int Function( type _c_snd_pcm_hw_params_get_tick_time (line 38739) | typedef _c_snd_pcm_hw_params_get_tick_time = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_tick_time (line 38745) | typedef _dart_snd_pcm_hw_params_get_tick_time = int Function( type _c_snd_pcm_hw_params_get_tick_time_min (line 38751) | typedef _c_snd_pcm_hw_params_get_tick_time_min = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_tick_time_min (line 38757) | typedef _dart_snd_pcm_hw_params_get_tick_time_min = int Function( type _c_snd_pcm_hw_params_get_tick_time_max (line 38763) | typedef _c_snd_pcm_hw_params_get_tick_time_max = ffi.Int32 Function( type _dart_snd_pcm_hw_params_get_tick_time_max (line 38769) | typedef _dart_snd_pcm_hw_params_get_tick_time_max = int Function( type _c_snd_pcm_hw_params_test_tick_time (line 38775) | typedef _c_snd_pcm_hw_params_test_tick_time = ffi.Int32 Function( type _dart_snd_pcm_hw_params_test_tick_time (line 38782) | typedef _dart_snd_pcm_hw_params_test_tick_time = int Function( type _c_snd_pcm_hw_params_set_tick_time (line 38789) | typedef _c_snd_pcm_hw_params_set_tick_time = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_tick_time (line 38796) | typedef _dart_snd_pcm_hw_params_set_tick_time = int Function( type _c_snd_pcm_hw_params_set_tick_time_min (line 38803) | typedef _c_snd_pcm_hw_params_set_tick_time_min = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_tick_time_min (line 38810) | typedef _dart_snd_pcm_hw_params_set_tick_time_min = int Function( type _c_snd_pcm_hw_params_set_tick_time_max (line 38817) | typedef _c_snd_pcm_hw_params_set_tick_time_max = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_tick_time_max (line 38824) | typedef _dart_snd_pcm_hw_params_set_tick_time_max = int Function( type _c_snd_pcm_hw_params_set_tick_time_minmax (line 38831) | typedef _c_snd_pcm_hw_params_set_tick_time_minmax = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_tick_time_minmax (line 38840) | typedef _dart_snd_pcm_hw_params_set_tick_time_minmax = int Function( type _c_snd_pcm_hw_params_set_tick_time_near (line 38849) | typedef _c_snd_pcm_hw_params_set_tick_time_near = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_tick_time_near (line 38856) | typedef _dart_snd_pcm_hw_params_set_tick_time_near = int Function( type _c_snd_pcm_hw_params_set_tick_time_first (line 38863) | typedef _c_snd_pcm_hw_params_set_tick_time_first = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_tick_time_first (line 38870) | typedef _dart_snd_pcm_hw_params_set_tick_time_first = int Function( type _c_snd_pcm_hw_params_set_tick_time_last (line 38877) | typedef _c_snd_pcm_hw_params_set_tick_time_last = ffi.Int32 Function( type _dart_snd_pcm_hw_params_set_tick_time_last (line 38884) | typedef _dart_snd_pcm_hw_params_set_tick_time_last = int Function( type _c_snd_rawmidi_open (line 38891) | typedef _c_snd_rawmidi_open = ffi.Int32 Function( type _dart_snd_rawmidi_open (line 38898) | typedef _dart_snd_rawmidi_open = int Function( type _c_snd_rawmidi_open_lconf (line 38905) | typedef _c_snd_rawmidi_open_lconf = ffi.Int32 Function( type _dart_snd_rawmidi_open_lconf (line 38913) | typedef _dart_snd_rawmidi_open_lconf = int Function( type _c_snd_rawmidi_close (line 38921) | typedef _c_snd_rawmidi_close = ffi.Int32 Function( type _dart_snd_rawmidi_close (line 38925) | typedef _dart_snd_rawmidi_close = int Function( type _c_snd_rawmidi_poll_descriptors_count (line 38929) | typedef _c_snd_rawmidi_poll_descriptors_count = ffi.Int32 Function( type _dart_snd_rawmidi_poll_descriptors_count (line 38933) | typedef _dart_snd_rawmidi_poll_descriptors_count = int Function( type _c_snd_rawmidi_poll_descriptors (line 38937) | typedef _c_snd_rawmidi_poll_descriptors = ffi.Int32 Function( type _dart_snd_rawmidi_poll_descriptors (line 38943) | typedef _dart_snd_rawmidi_poll_descriptors = int Function( type _c_snd_rawmidi_poll_descriptors_revents (line 38949) | typedef _c_snd_rawmidi_poll_descriptors_revents = ffi.Int32 Function( type _dart_snd_rawmidi_poll_descriptors_revents (line 38956) | typedef _dart_snd_rawmidi_poll_descriptors_revents = int Function( type _c_snd_rawmidi_nonblock (line 38963) | typedef _c_snd_rawmidi_nonblock = ffi.Int32 Function( type _dart_snd_rawmidi_nonblock (line 38968) | typedef _dart_snd_rawmidi_nonblock = int Function( type _c_snd_rawmidi_info_sizeof (line 38973) | typedef _c_snd_rawmidi_info_sizeof = ffi.Uint64 Function(); type _dart_snd_rawmidi_info_sizeof (line 38975) | typedef _dart_snd_rawmidi_info_sizeof = int Function(); type _c_snd_rawmidi_info_malloc (line 38977) | typedef _c_snd_rawmidi_info_malloc = ffi.Int32 Function( type _dart_snd_rawmidi_info_malloc (line 38981) | typedef _dart_snd_rawmidi_info_malloc = int Function( type _c_snd_rawmidi_info_free (line 38985) | typedef _c_snd_rawmidi_info_free = ffi.Void Function( type _dart_snd_rawmidi_info_free (line 38989) | typedef _dart_snd_rawmidi_info_free = void Function( type _c_snd_rawmidi_info_copy (line 38993) | typedef _c_snd_rawmidi_info_copy = ffi.Void Function( type _dart_snd_rawmidi_info_copy (line 38998) | typedef _dart_snd_rawmidi_info_copy = void Function( type _c_snd_rawmidi_info_get_device (line 39003) | typedef _c_snd_rawmidi_info_get_device = ffi.Uint32 Function( type _dart_snd_rawmidi_info_get_device (line 39007) | typedef _dart_snd_rawmidi_info_get_device = int Function( type _c_snd_rawmidi_info_get_subdevice (line 39011) | typedef _c_snd_rawmidi_info_get_subdevice = ffi.Uint32 Function( type _dart_snd_rawmidi_info_get_subdevice (line 39015) | typedef _dart_snd_rawmidi_info_get_subdevice = int Function( type _c_snd_rawmidi_info_get_stream (line 39019) | typedef _c_snd_rawmidi_info_get_stream = ffi.Int32 Function( type _dart_snd_rawmidi_info_get_stream (line 39023) | typedef _dart_snd_rawmidi_info_get_stream = int Function( type _c_snd_rawmidi_info_get_card (line 39027) | typedef _c_snd_rawmidi_info_get_card = ffi.Int32 Function( type _dart_snd_rawmidi_info_get_card (line 39031) | typedef _dart_snd_rawmidi_info_get_card = int Function( type _c_snd_rawmidi_info_get_flags (line 39035) | typedef _c_snd_rawmidi_info_get_flags = ffi.Uint32 Function( type _dart_snd_rawmidi_info_get_flags (line 39039) | typedef _dart_snd_rawmidi_info_get_flags = int Function( type _c_snd_rawmidi_info_get_id (line 39043) | typedef _c_snd_rawmidi_info_get_id = ffi.Pointer Function( type _dart_snd_rawmidi_info_get_id (line 39047) | typedef _dart_snd_rawmidi_info_get_id = ffi.Pointer Function( type _c_snd_rawmidi_info_get_name (line 39051) | typedef _c_snd_rawmidi_info_get_name = ffi.Pointer Function( type _dart_snd_rawmidi_info_get_name (line 39055) | typedef _dart_snd_rawmidi_info_get_name = ffi.Pointer Function( type _c_snd_rawmidi_info_get_subdevice_name (line 39059) | typedef _c_snd_rawmidi_info_get_subdevice_name = ffi.Pointer F... type _dart_snd_rawmidi_info_get_subdevice_name (line 39063) | typedef _dart_snd_rawmidi_info_get_subdevice_name = ffi.Pointer type _c_snd_rawmidi_info_get_subdevices_count (line 39068) | typedef _c_snd_rawmidi_info_get_subdevices_count = ffi.Uint32 Function( type _dart_snd_rawmidi_info_get_subdevices_count (line 39072) | typedef _dart_snd_rawmidi_info_get_subdevices_count = int Function( type _c_snd_rawmidi_info_get_subdevices_avail (line 39076) | typedef _c_snd_rawmidi_info_get_subdevices_avail = ffi.Uint32 Function( type _dart_snd_rawmidi_info_get_subdevices_avail (line 39080) | typedef _dart_snd_rawmidi_info_get_subdevices_avail = int Function( type _c_snd_rawmidi_info_set_device (line 39084) | typedef _c_snd_rawmidi_info_set_device = ffi.Void Function( type _dart_snd_rawmidi_info_set_device (line 39089) | typedef _dart_snd_rawmidi_info_set_device = void Function( type _c_snd_rawmidi_info_set_subdevice (line 39094) | typedef _c_snd_rawmidi_info_set_subdevice = ffi.Void Function( type _dart_snd_rawmidi_info_set_subdevice (line 39099) | typedef _dart_snd_rawmidi_info_set_subdevice = void Function( type _c_snd_rawmidi_info_set_stream (line 39104) | typedef _c_snd_rawmidi_info_set_stream = ffi.Void Function( type _dart_snd_rawmidi_info_set_stream (line 39109) | typedef _dart_snd_rawmidi_info_set_stream = void Function( type _c_snd_rawmidi_info (line 39114) | typedef _c_snd_rawmidi_info = ffi.Int32 Function( type _dart_snd_rawmidi_info (line 39119) | typedef _dart_snd_rawmidi_info = int Function( type _c_snd_rawmidi_params_sizeof (line 39124) | typedef _c_snd_rawmidi_params_sizeof = ffi.Uint64 Function(); type _dart_snd_rawmidi_params_sizeof (line 39126) | typedef _dart_snd_rawmidi_params_sizeof = int Function(); type _c_snd_rawmidi_params_malloc (line 39128) | typedef _c_snd_rawmidi_params_malloc = ffi.Int32 Function( type _dart_snd_rawmidi_params_malloc (line 39132) | typedef _dart_snd_rawmidi_params_malloc = int Function( type _c_snd_rawmidi_params_free (line 39136) | typedef _c_snd_rawmidi_params_free = ffi.Void Function( type _dart_snd_rawmidi_params_free (line 39140) | typedef _dart_snd_rawmidi_params_free = void Function( type _c_snd_rawmidi_params_copy (line 39144) | typedef _c_snd_rawmidi_params_copy = ffi.Void Function( type _dart_snd_rawmidi_params_copy (line 39149) | typedef _dart_snd_rawmidi_params_copy = void Function( type _c_snd_rawmidi_params_set_buffer_size (line 39154) | typedef _c_snd_rawmidi_params_set_buffer_size = ffi.Int32 Function( type _dart_snd_rawmidi_params_set_buffer_size (line 39160) | typedef _dart_snd_rawmidi_params_set_buffer_size = int Function( type _c_snd_rawmidi_params_get_buffer_size (line 39166) | typedef _c_snd_rawmidi_params_get_buffer_size = ffi.Uint64 Function( type _dart_snd_rawmidi_params_get_buffer_size (line 39170) | typedef _dart_snd_rawmidi_params_get_buffer_size = int Function( type _c_snd_rawmidi_params_set_avail_min (line 39174) | typedef _c_snd_rawmidi_params_set_avail_min = ffi.Int32 Function( type _dart_snd_rawmidi_params_set_avail_min (line 39180) | typedef _dart_snd_rawmidi_params_set_avail_min = int Function( type _c_snd_rawmidi_params_get_avail_min (line 39186) | typedef _c_snd_rawmidi_params_get_avail_min = ffi.Uint64 Function( type _dart_snd_rawmidi_params_get_avail_min (line 39190) | typedef _dart_snd_rawmidi_params_get_avail_min = int Function( type _c_snd_rawmidi_params_set_no_active_sensing (line 39194) | typedef _c_snd_rawmidi_params_set_no_active_sensing = ffi.Int32 Function( type _dart_snd_rawmidi_params_set_no_active_sensing (line 39200) | typedef _dart_snd_rawmidi_params_set_no_active_sensing = int Function( type _c_snd_rawmidi_params_get_no_active_sensing (line 39206) | typedef _c_snd_rawmidi_params_get_no_active_sensing = ffi.Int32 Function( type _dart_snd_rawmidi_params_get_no_active_sensing (line 39210) | typedef _dart_snd_rawmidi_params_get_no_active_sensing = int Function( type _c_snd_rawmidi_params (line 39214) | typedef _c_snd_rawmidi_params = ffi.Int32 Function( type _dart_snd_rawmidi_params (line 39219) | typedef _dart_snd_rawmidi_params = int Function( type _c_snd_rawmidi_params_current (line 39224) | typedef _c_snd_rawmidi_params_current = ffi.Int32 Function( type _dart_snd_rawmidi_params_current (line 39229) | typedef _dart_snd_rawmidi_params_current = int Function( type _c_snd_rawmidi_status_sizeof (line 39234) | typedef _c_snd_rawmidi_status_sizeof = ffi.Uint64 Function(); type _dart_snd_rawmidi_status_sizeof (line 39236) | typedef _dart_snd_rawmidi_status_sizeof = int Function(); type _c_snd_rawmidi_status_malloc (line 39238) | typedef _c_snd_rawmidi_status_malloc = ffi.Int32 Function( type _dart_snd_rawmidi_status_malloc (line 39242) | typedef _dart_snd_rawmidi_status_malloc = int Function( type _c_snd_rawmidi_status_free (line 39246) | typedef _c_snd_rawmidi_status_free = ffi.Void Function( type _dart_snd_rawmidi_status_free (line 39250) | typedef _dart_snd_rawmidi_status_free = void Function( type _c_snd_rawmidi_status_copy (line 39254) | typedef _c_snd_rawmidi_status_copy = ffi.Void Function( type _dart_snd_rawmidi_status_copy (line 39259) | typedef _dart_snd_rawmidi_status_copy = void Function( type _c_snd_rawmidi_status_get_tstamp (line 39264) | typedef _c_snd_rawmidi_status_get_tstamp = ffi.Void Function( type _dart_snd_rawmidi_status_get_tstamp (line 39269) | typedef _dart_snd_rawmidi_status_get_tstamp = void Function( type _c_snd_rawmidi_status_get_avail (line 39274) | typedef _c_snd_rawmidi_status_get_avail = ffi.Uint64 Function( type _dart_snd_rawmidi_status_get_avail (line 39278) | typedef _dart_snd_rawmidi_status_get_avail = int Function( type _c_snd_rawmidi_status_get_xruns (line 39282) | typedef _c_snd_rawmidi_status_get_xruns = ffi.Uint64 Function( type _dart_snd_rawmidi_status_get_xruns (line 39286) | typedef _dart_snd_rawmidi_status_get_xruns = int Function( type _c_snd_rawmidi_status (line 39290) | typedef _c_snd_rawmidi_status = ffi.Int32 Function( type _dart_snd_rawmidi_status (line 39295) | typedef _dart_snd_rawmidi_status = int Function( type _c_snd_rawmidi_drain (line 39300) | typedef _c_snd_rawmidi_drain = ffi.Int32 Function( type _dart_snd_rawmidi_drain (line 39304) | typedef _dart_snd_rawmidi_drain = int Function( type _c_snd_rawmidi_drop (line 39308) | typedef _c_snd_rawmidi_drop = ffi.Int32 Function( type _dart_snd_rawmidi_drop (line 39312) | typedef _dart_snd_rawmidi_drop = int Function( type _c_snd_rawmidi_write (line 39316) | typedef _c_snd_rawmidi_write = ffi.Int64 Function( type _dart_snd_rawmidi_write (line 39322) | typedef _dart_snd_rawmidi_write = int Function( type _c_snd_rawmidi_read (line 39328) | typedef _c_snd_rawmidi_read = ffi.Int64 Function( type _dart_snd_rawmidi_read (line 39334) | typedef _dart_snd_rawmidi_read = int Function( type _c_snd_rawmidi_name (line 39340) | typedef _c_snd_rawmidi_name = ffi.Pointer Function( type _dart_snd_rawmidi_name (line 39344) | typedef _dart_snd_rawmidi_name = ffi.Pointer Function( type _c_snd_rawmidi_type (line 39348) | typedef _c_snd_rawmidi_type = ffi.Int32 Function( type _dart_snd_rawmidi_type (line 39352) | typedef _dart_snd_rawmidi_type = int Function( type _c_snd_rawmidi_stream (line 39356) | typedef _c_snd_rawmidi_stream = ffi.Int32 Function( type _dart_snd_rawmidi_stream (line 39360) | typedef _dart_snd_rawmidi_stream = int Function( type _c_snd_timer_query_open (line 39364) | typedef _c_snd_timer_query_open = ffi.Int32 Function( type _dart_snd_timer_query_open (line 39370) | typedef _dart_snd_timer_query_open = int Function( type _c_snd_timer_query_open_lconf (line 39376) | typedef _c_snd_timer_query_open_lconf = ffi.Int32 Function( type _dart_snd_timer_query_open_lconf (line 39383) | typedef _dart_snd_timer_query_open_lconf = int Function( type _c_snd_timer_query_close (line 39390) | typedef _c_snd_timer_query_close = ffi.Int32 Function( type _dart_snd_timer_query_close (line 39394) | typedef _dart_snd_timer_query_close = int Function( type _c_snd_timer_query_next_device (line 39398) | typedef _c_snd_timer_query_next_device = ffi.Int32 Function( type _dart_snd_timer_query_next_device (line 39403) | typedef _dart_snd_timer_query_next_device = int Function( type _c_snd_timer_query_info (line 39408) | typedef _c_snd_timer_query_info = ffi.Int32 Function( type _dart_snd_timer_query_info (line 39413) | typedef _dart_snd_timer_query_info = int Function( type _c_snd_timer_query_params (line 39418) | typedef _c_snd_timer_query_params = ffi.Int32 Function( type _dart_snd_timer_query_params (line 39423) | typedef _dart_snd_timer_query_params = int Function( type _c_snd_timer_query_status (line 39428) | typedef _c_snd_timer_query_status = ffi.Int32 Function( type _dart_snd_timer_query_status (line 39433) | typedef _dart_snd_timer_query_status = int Function( type _c_snd_timer_open (line 39438) | typedef _c_snd_timer_open = ffi.Int32 Function( type _dart_snd_timer_open (line 39444) | typedef _dart_snd_timer_open = int Function( type _c_snd_timer_open_lconf (line 39450) | typedef _c_snd_timer_open_lconf = ffi.Int32 Function( type _dart_snd_timer_open_lconf (line 39457) | typedef _dart_snd_timer_open_lconf = int Function( type _c_snd_timer_close (line 39464) | typedef _c_snd_timer_close = ffi.Int32 Function( type _dart_snd_timer_close (line 39468) | typedef _dart_snd_timer_close = int Function( type _c_snd_async_add_timer_handler (line 39472) | typedef _c_snd_async_add_timer_handler = ffi.Int32 Function( type _dart_snd_async_add_timer_handler (line 39479) | typedef _dart_snd_async_add_timer_handler = int Function( type _c_snd_async_handler_get_timer (line 39486) | typedef _c_snd_async_handler_get_timer = ffi.Pointer Function( type _dart_snd_async_handler_get_timer (line 39490) | typedef _dart_snd_async_handler_get_timer = ffi.Pointer Func... type _c_snd_timer_poll_descriptors_count (line 39494) | typedef _c_snd_timer_poll_descriptors_count = ffi.Int32 Function( type _dart_snd_timer_poll_descriptors_count (line 39498) | typedef _dart_snd_timer_poll_descriptors_count = int Function( type _c_snd_timer_poll_descriptors (line 39502) | typedef _c_snd_timer_poll_descriptors = ffi.Int32 Function( type _dart_snd_timer_poll_descriptors (line 39508) | typedef _dart_snd_timer_poll_descriptors = int Function( type _c_snd_timer_poll_descriptors_revents (line 39514) | typedef _c_snd_timer_poll_descriptors_revents = ffi.Int32 Function( type _dart_snd_timer_poll_descriptors_revents (line 39521) | typedef _dart_snd_timer_poll_descriptors_revents = int Function( type _c_snd_timer_info (line 39528) | typedef _c_snd_timer_info = ffi.Int32 Function( type _dart_snd_timer_info (line 39533) | typedef _dart_snd_timer_info = int Function( type _c_snd_timer_params (line 39538) | typedef _c_snd_timer_params = ffi.Int32 Function( type _dart_snd_timer_params (line 39543) | typedef _dart_snd_timer_params = int Function( type _c_snd_timer_status (line 39548) | typedef _c_snd_timer_status = ffi.Int32 Function( type _dart_snd_timer_status (line 39553) | typedef _dart_snd_timer_status = int Function( type _c_snd_timer_start (line 39558) | typedef _c_snd_timer_start = ffi.Int32 Function( type _dart_snd_timer_start (line 39562) | typedef _dart_snd_timer_start = int Function( type _c_snd_timer_stop (line 39566) | typedef _c_snd_timer_stop = ffi.Int32 Function( type _dart_snd_timer_stop (line 39570) | typedef _dart_snd_timer_stop = int Function( type _c_snd_timer_continue (line 39574) | typedef _c_snd_timer_continue = ffi.Int32 Function( type _dart_snd_timer_continue (line 39578) | typedef _dart_snd_timer_continue = int Function( type _c_snd_timer_read (line 39582) | typedef _c_snd_timer_read = ffi.Int64 Function( type _dart_snd_timer_read (line 39588) | typedef _dart_snd_timer_read = int Function( type _c_snd_timer_id_sizeof (line 39594) | typedef _c_snd_timer_id_sizeof = ffi.Uint64 Function(); type _dart_snd_timer_id_sizeof (line 39596) | typedef _dart_snd_timer_id_sizeof = int Function(); type _c_snd_timer_id_malloc (line 39598) | typedef _c_snd_timer_id_malloc = ffi.Int32 Function( type _dart_snd_timer_id_malloc (line 39602) | typedef _dart_snd_timer_id_malloc = int Function( type _c_snd_timer_id_free (line 39606) | typedef _c_snd_timer_id_free = ffi.Void Function( type _dart_snd_timer_id_free (line 39610) | typedef _dart_snd_timer_id_free = void Function( type _c_snd_timer_id_copy (line 39614) | typedef _c_snd_timer_id_copy = ffi.Void Function( type _dart_snd_timer_id_copy (line 39619) | typedef _dart_snd_timer_id_copy = void Function( type _c_snd_timer_id_set_class (line 39624) | typedef _c_snd_timer_id_set_class = ffi.Void Function( type _dart_snd_timer_id_set_class (line 39629) | typedef _dart_snd_timer_id_set_class = void Function( type _c_snd_timer_id_get_class (line 39634) | typedef _c_snd_timer_id_get_class = ffi.Int32 Function( type _dart_snd_timer_id_get_class (line 39638) | typedef _dart_snd_timer_id_get_class = int Function( type _c_snd_timer_id_set_sclass (line 39642) | typedef _c_snd_timer_id_set_sclass = ffi.Void Function( type _dart_snd_timer_id_set_sclass (line 39647) | typedef _dart_snd_timer_id_set_sclass = void Function( type _c_snd_timer_id_get_sclass (line 39652) | typedef _c_snd_timer_id_get_sclass = ffi.Int32 Function( type _dart_snd_timer_id_get_sclass (line 39656) | typedef _dart_snd_timer_id_get_sclass = int Function( type _c_snd_timer_id_set_card (line 39660) | typedef _c_snd_timer_id_set_card = ffi.Void Function( type _dart_snd_timer_id_set_card (line 39665) | typedef _dart_snd_timer_id_set_card = void Function( type _c_snd_timer_id_get_card (line 39670) | typedef _c_snd_timer_id_get_card = ffi.Int32 Function( type _dart_snd_timer_id_get_card (line 39674) | typedef _dart_snd_timer_id_get_card = int Function( type _c_snd_timer_id_set_device (line 39678) | typedef _c_snd_timer_id_set_device = ffi.Void Function( type _dart_snd_timer_id_set_device (line 39683) | typedef _dart_snd_timer_id_set_device = void Function( type _c_snd_timer_id_get_device (line 39688) | typedef _c_snd_timer_id_get_device = ffi.Int32 Function( type _dart_snd_timer_id_get_device (line 39692) | typedef _dart_snd_timer_id_get_device = int Function( type _c_snd_timer_id_set_subdevice (line 39696) | typedef _c_snd_timer_id_set_subdevice = ffi.Void Function( type _dart_snd_timer_id_set_subdevice (line 39701) | typedef _dart_snd_timer_id_set_subdevice = void Function( type _c_snd_timer_id_get_subdevice (line 39706) | typedef _c_snd_timer_id_get_subdevice = ffi.Int32 Function( type _dart_snd_timer_id_get_subdevice (line 39710) | typedef _dart_snd_timer_id_get_subdevice = int Function( type _c_snd_timer_ginfo_sizeof (line 39714) | typedef _c_snd_timer_ginfo_sizeof = ffi.Uint64 Function(); type _dart_snd_timer_ginfo_sizeof (line 39716) | typedef _dart_snd_timer_ginfo_sizeof = int Function(); type _c_snd_timer_ginfo_malloc (line 39718) | typedef _c_snd_timer_ginfo_malloc = ffi.Int32 Function( type _dart_snd_timer_ginfo_malloc (line 39722) | typedef _dart_snd_timer_ginfo_malloc = int Function( type _c_snd_timer_ginfo_free (line 39726) | typedef _c_snd_timer_ginfo_free = ffi.Void Function( type _dart_snd_timer_ginfo_free (line 39730) | typedef _dart_snd_timer_ginfo_free = void Function( type _c_snd_timer_ginfo_copy (line 39734) | typedef _c_snd_timer_ginfo_copy = ffi.Void Function( type _dart_snd_timer_ginfo_copy (line 39739) | typedef _dart_snd_timer_ginfo_copy = void Function( type _c_snd_timer_ginfo_set_tid (line 39744) | typedef _c_snd_timer_ginfo_set_tid = ffi.Int32 Function( type _dart_snd_timer_ginfo_set_tid (line 39749) | typedef _dart_snd_timer_ginfo_set_tid = int Function( type _c_snd_timer_ginfo_get_tid (line 39754) | typedef _c_snd_timer_ginfo_get_tid = ffi.Pointer Function( type _dart_snd_timer_ginfo_get_tid (line 39758) | typedef _dart_snd_timer_ginfo_get_tid = ffi.Pointer Funct... type _c_snd_timer_ginfo_get_flags (line 39762) | typedef _c_snd_timer_ginfo_get_flags = ffi.Uint32 Function( type _dart_snd_timer_ginfo_get_flags (line 39766) | typedef _dart_snd_timer_ginfo_get_flags = int Function( type _c_snd_timer_ginfo_get_card (line 39770) | typedef _c_snd_timer_ginfo_get_card = ffi.Int32 Function( type _dart_snd_timer_ginfo_get_card (line 39774) | typedef _dart_snd_timer_ginfo_get_card = int Function( type _c_snd_timer_ginfo_get_id (line 39778) | typedef _c_snd_timer_ginfo_get_id = ffi.Pointer Function( type _dart_snd_timer_ginfo_get_id (line 39782) | typedef _dart_snd_timer_ginfo_get_id = ffi.Pointer Function( type _c_snd_timer_ginfo_get_name (line 39786) | typedef _c_snd_timer_ginfo_get_name = ffi.Pointer Function( type _dart_snd_timer_ginfo_get_name (line 39790) | typedef _dart_snd_timer_ginfo_get_name = ffi.Pointer Function( type _c_snd_timer_ginfo_get_resolution (line 39794) | typedef _c_snd_timer_ginfo_get_resolution = ffi.Uint64 Function( type _dart_snd_timer_ginfo_get_resolution (line 39798) | typedef _dart_snd_timer_ginfo_get_resolution = int Function( type _c_snd_timer_ginfo_get_resolution_min (line 39802) | typedef _c_snd_timer_ginfo_get_resolution_min = ffi.Uint64 Function( type _dart_snd_timer_ginfo_get_resolution_min (line 39806) | typedef _dart_snd_timer_ginfo_get_resolution_min = int Function( type _c_snd_timer_ginfo_get_resolution_max (line 39810) | typedef _c_snd_timer_ginfo_get_resolution_max = ffi.Uint64 Function( type _dart_snd_timer_ginfo_get_resolution_max (line 39814) | typedef _dart_snd_timer_ginfo_get_resolution_max = int Function( type _c_snd_timer_ginfo_get_clients (line 39818) | typedef _c_snd_timer_ginfo_get_clients = ffi.Uint32 Function( type _dart_snd_timer_ginfo_get_clients (line 39822) | typedef _dart_snd_timer_ginfo_get_clients = int Function( type _c_snd_timer_info_sizeof (line 39826) | typedef _c_snd_timer_info_sizeof = ffi.Uint64 Function(); type _dart_snd_timer_info_sizeof (line 39828) | typedef _dart_snd_timer_info_sizeof = int Function(); type _c_snd_timer_info_malloc (line 39830) | typedef _c_snd_timer_info_malloc = ffi.Int32 Function( type _dart_snd_timer_info_malloc (line 39834) | typedef _dart_snd_timer_info_malloc = int Function( type _c_snd_timer_info_free (line 39838) | typedef _c_snd_timer_info_free = ffi.Void Function( type _dart_snd_timer_info_free (line 39842) | typedef _dart_snd_timer_info_free = void Function( type _c_snd_timer_info_copy (line 39846) | typedef _c_snd_timer_info_copy = ffi.Void Function( type _dart_snd_timer_info_copy (line 39851) | typedef _dart_snd_timer_info_copy = void Function( type _c_snd_timer_info_is_slave (line 39856) | typedef _c_snd_timer_info_is_slave = ffi.Int32 Function( type _dart_snd_timer_info_is_slave (line 39860) | typedef _dart_snd_timer_info_is_slave = int Function( type _c_snd_timer_info_get_card (line 39864) | typedef _c_snd_timer_info_get_card = ffi.Int32 Function( type _dart_snd_timer_info_get_card (line 39868) | typedef _dart_snd_timer_info_get_card = int Function( type _c_snd_timer_info_get_id (line 39872) | typedef _c_snd_timer_info_get_id = ffi.Pointer Function( type _dart_snd_timer_info_get_id (line 39876) | typedef _dart_snd_timer_info_get_id = ffi.Pointer Function( type _c_snd_timer_info_get_name (line 39880) | typedef _c_snd_timer_info_get_name = ffi.Pointer Function( type _dart_snd_timer_info_get_name (line 39884) | typedef _dart_snd_timer_info_get_name = ffi.Pointer Function( type _c_snd_timer_info_get_resolution (line 39888) | typedef _c_snd_timer_info_get_resolution = ffi.Int64 Function( type _dart_snd_timer_info_get_resolution (line 39892) | typedef _dart_snd_timer_info_get_resolution = int Function( type _c_snd_timer_params_sizeof (line 39896) | typedef _c_snd_timer_params_sizeof = ffi.Uint64 Function(); type _dart_snd_timer_params_sizeof (line 39898) | typedef _dart_snd_timer_params_sizeof = int Function(); type _c_snd_timer_params_malloc (line 39900) | typedef _c_snd_timer_params_malloc = ffi.Int32 Function( type _dart_snd_timer_params_malloc (line 39904) | typedef _dart_snd_timer_params_malloc = int Function( type _c_snd_timer_params_free (line 39908) | typedef _c_snd_timer_params_free = ffi.Void Function( type _dart_snd_timer_params_free (line 39912) | typedef _dart_snd_timer_params_free = void Function( type _c_snd_timer_params_copy (line 39916) | typedef _c_snd_timer_params_copy = ffi.Void Function( type _dart_snd_timer_params_copy (line 39921) | typedef _dart_snd_timer_params_copy = void Function( type _c_snd_timer_params_set_auto_start (line 39926) | typedef _c_snd_timer_params_set_auto_start = ffi.Int32 Function( type _dart_snd_timer_params_set_auto_start (line 39931) | typedef _dart_snd_timer_params_set_auto_start = int Function( type _c_snd_timer_params_get_auto_start (line 39936) | typedef _c_snd_timer_params_get_auto_start = ffi.Int32 Function( type _dart_snd_timer_params_get_auto_start (line 39940) | typedef _dart_snd_timer_params_get_auto_start = int Function( type _c_snd_timer_params_set_exclusive (line 39944) | typedef _c_snd_timer_params_set_exclusive = ffi.Int32 Function( type _dart_snd_timer_params_set_exclusive (line 39949) | typedef _dart_snd_timer_params_set_exclusive = int Function( type _c_snd_timer_params_get_exclusive (line 39954) | typedef _c_snd_timer_params_get_exclusive = ffi.Int32 Function( type _dart_snd_timer_params_get_exclusive (line 39958) | typedef _dart_snd_timer_params_get_exclusive = int Function( type _c_snd_timer_params_set_early_event (line 39962) | typedef _c_snd_timer_params_set_early_event = ffi.Int32 Function( type _dart_snd_timer_params_set_early_event (line 39967) | typedef _dart_snd_timer_params_set_early_event = int Function( type _c_snd_timer_params_get_early_event (line 39972) | typedef _c_snd_timer_params_get_early_event = ffi.Int32 Function( type _dart_snd_timer_params_get_early_event (line 39976) | typedef _dart_snd_timer_params_get_early_event = int Function( type _c_snd_timer_params_set_ticks (line 39980) | typedef _c_snd_timer_params_set_ticks = ffi.Void Function( type _dart_snd_timer_params_set_ticks (line 39985) | typedef _dart_snd_timer_params_set_ticks = void Function( type _c_snd_timer_params_get_ticks (line 39990) | typedef _c_snd_timer_params_get_ticks = ffi.Int64 Function( type _dart_snd_timer_params_get_ticks (line 39994) | typedef _dart_snd_timer_params_get_ticks = int Function( type _c_snd_timer_params_set_queue_size (line 39998) | typedef _c_snd_timer_params_set_queue_size = ffi.Void Function( type _dart_snd_timer_params_set_queue_size (line 40003) | typedef _dart_snd_timer_params_set_queue_size = void Function( type _c_snd_timer_params_get_queue_size (line 40008) | typedef _c_snd_timer_params_get_queue_size = ffi.Int64 Function( type _dart_snd_timer_params_get_queue_size (line 40012) | typedef _dart_snd_timer_params_get_queue_size = int Function( type _c_snd_timer_params_set_filter (line 40016) | typedef _c_snd_timer_params_set_filter = ffi.Void Function( type _dart_snd_timer_params_set_filter (line 40021) | typedef _dart_snd_timer_params_set_filter = void Function( type _c_snd_timer_params_get_filter (line 40026) | typedef _c_snd_timer_params_get_filter = ffi.Uint32 Function( type _dart_snd_timer_params_get_filter (line 40030) | typedef _dart_snd_timer_params_get_filter = int Function( type _c_snd_timer_status_sizeof (line 40034) | typedef _c_snd_timer_status_sizeof = ffi.Uint64 Function(); type _dart_snd_timer_status_sizeof (line 40036) | typedef _dart_snd_timer_status_sizeof = int Function(); type _c_snd_timer_status_malloc (line 40038) | typedef _c_snd_timer_status_malloc = ffi.Int32 Function( type _dart_snd_timer_status_malloc (line 40042) | typedef _dart_snd_timer_status_malloc = int Function( type _c_snd_timer_status_free (line 40046) | typedef _c_snd_timer_status_free = ffi.Void Function( type _dart_snd_timer_status_free (line 40050) | typedef _dart_snd_timer_status_free = void Function( type _c_snd_timer_status_copy (line 40054) | typedef _c_snd_timer_status_copy = ffi.Void Function( type _dart_snd_timer_status_copy (line 40059) | typedef _dart_snd_timer_status_copy = void Function( type _c_snd_timer_status_get_timestamp (line 40064) | typedef _c_snd_timer_status_get_timestamp = timespec Function( type _dart_snd_timer_status_get_timestamp (line 40068) | typedef _dart_snd_timer_status_get_timestamp = timespec Function( type _c_snd_timer_status_get_resolution (line 40072) | typedef _c_snd_timer_status_get_resolution = ffi.Int64 Function( type _dart_snd_timer_status_get_resolution (line 40076) | typedef _dart_snd_timer_status_get_resolution = int Function( type _c_snd_timer_status_get_lost (line 40080) | typedef _c_snd_timer_status_get_lost = ffi.Int64 Function( type _dart_snd_timer_status_get_lost (line 40084) | typedef _dart_snd_timer_status_get_lost = int Function( type _c_snd_timer_status_get_overrun (line 40088) | typedef _c_snd_timer_status_get_overrun = ffi.Int64 Function( type _dart_snd_timer_status_get_overrun (line 40092) | typedef _dart_snd_timer_status_get_overrun = int Function( type _c_snd_timer_status_get_queue (line 40096) | typedef _c_snd_timer_status_get_queue = ffi.Int64 Function( type _dart_snd_timer_status_get_queue (line 40100) | typedef _dart_snd_timer_status_get_queue = int Function( type _c_snd_timer_info_get_ticks (line 40104) | typedef _c_snd_timer_info_get_ticks = ffi.Int64 Function( type _dart_snd_timer_info_get_ticks (line 40108) | typedef _dart_snd_timer_info_get_ticks = int Function( type _c_snd_hwdep_open (line 40112) | typedef _c_snd_hwdep_open = ffi.Int32 Function( type _dart_snd_hwdep_open (line 40118) | typedef _dart_snd_hwdep_open = int Function( type _c_snd_hwdep_close (line 40124) | typedef _c_snd_hwdep_close = ffi.Int32 Function( type _dart_snd_hwdep_close (line 40128) | typedef _dart_snd_hwdep_close = int Function( type _c_snd_hwdep_poll_descriptors (line 40132) | typedef _c_snd_hwdep_poll_descriptors = ffi.Int32 Function( type _dart_snd_hwdep_poll_descriptors (line 40138) | typedef _dart_snd_hwdep_poll_descriptors = int Function( type _c_snd_hwdep_poll_descriptors_count (line 40144) | typedef _c_snd_hwdep_poll_descriptors_count = ffi.Int32 Function( type _dart_snd_hwdep_poll_descriptors_count (line 40148) | typedef _dart_snd_hwdep_poll_descriptors_count = int Function( type _c_snd_hwdep_poll_descriptors_revents (line 40152) | typedef _c_snd_hwdep_poll_descriptors_revents = ffi.Int32 Function( type _dart_snd_hwdep_poll_descriptors_revents (line 40159) | typedef _dart_snd_hwdep_poll_descriptors_revents = int Function( type _c_snd_hwdep_nonblock (line 40166) | typedef _c_snd_hwdep_nonblock = ffi.Int32 Function( type _dart_snd_hwdep_nonblock (line 40171) | typedef _dart_snd_hwdep_nonblock = int Function( type _c_snd_hwdep_info (line 40176) | typedef _c_snd_hwdep_info = ffi.Int32 Function( type _dart_snd_hwdep_info (line 40181) | typedef _dart_snd_hwdep_info = int Function( type _c_snd_hwdep_dsp_status (line 40186) | typedef _c_snd_hwdep_dsp_status = ffi.Int32 Function( type _dart_snd_hwdep_dsp_status (line 40191) | typedef _dart_snd_hwdep_dsp_status = int Function( type _c_snd_hwdep_dsp_load (line 40196) | typedef _c_snd_hwdep_dsp_load = ffi.Int32 Function( type _dart_snd_hwdep_dsp_load (line 40201) | typedef _dart_snd_hwdep_dsp_load = int Function( type _c_snd_hwdep_ioctl (line 40206) | typedef _c_snd_hwdep_ioctl = ffi.Int32 Function( type _dart_snd_hwdep_ioctl (line 40212) | typedef _dart_snd_hwdep_ioctl = int Function( type _c_snd_hwdep_write (line 40218) | typedef _c_snd_hwdep_write = ffi.Int64 Function( type _dart_snd_hwdep_write (line 40224) | typedef _dart_snd_hwdep_write = int Function( type _c_snd_hwdep_read (line 40230) | typedef _c_snd_hwdep_read = ffi.Int64 Function( type _dart_snd_hwdep_read (line 40236) | typedef _dart_snd_hwdep_read = int Function( type _c_snd_hwdep_info_sizeof (line 40242) | typedef _c_snd_hwdep_info_sizeof = ffi.Uint64 Function(); type _dart_snd_hwdep_info_sizeof (line 40244) | typedef _dart_snd_hwdep_info_sizeof = int Function(); type _c_snd_hwdep_info_malloc (line 40246) | typedef _c_snd_hwdep_info_malloc = ffi.Int32 Function( type _dart_snd_hwdep_info_malloc (line 40250) | typedef _dart_snd_hwdep_info_malloc = int Function( type _c_snd_hwdep_info_free (line 40254) | typedef _c_snd_hwdep_info_free = ffi.Void Function( type _dart_snd_hwdep_info_free (line 40258) | typedef _dart_snd_hwdep_info_free = void Function( type _c_snd_hwdep_info_copy (line 40262) | typedef _c_snd_hwdep_info_copy = ffi.Void Function( type _dart_snd_hwdep_info_copy (line 40267) | typedef _dart_snd_hwdep_info_copy = void Function( type _c_snd_hwdep_info_get_device (line 40272) | typedef _c_snd_hwdep_info_get_device = ffi.Uint32 Function( type _dart_snd_hwdep_info_get_device (line 40276) | typedef _dart_snd_hwdep_info_get_device = int Function( type _c_snd_hwdep_info_get_card (line 40280) | typedef _c_snd_hwdep_info_get_card = ffi.Int32 Function( type _dart_snd_hwdep_info_get_card (line 40284) | typedef _dart_snd_hwdep_info_get_card = int Function( type _c_snd_hwdep_info_get_id (line 40288) | typedef _c_snd_hwdep_info_get_id = ffi.Pointer Function( type _dart_snd_hwdep_info_get_id (line 40292) | typedef _dart_snd_hwdep_info_get_id = ffi.Pointer Function( type _c_snd_hwdep_info_get_name (line 40296) | typedef _c_snd_hwdep_info_get_name = ffi.Pointer Function( type _dart_snd_hwdep_info_get_name (line 40300) | typedef _dart_snd_hwdep_info_get_name = ffi.Pointer Function( type _c_snd_hwdep_info_get_iface (line 40304) | typedef _c_snd_hwdep_info_get_iface = ffi.Int32 Function( type _dart_snd_hwdep_info_get_iface (line 40308) | typedef _dart_snd_hwdep_info_get_iface = int Function( type _c_snd_hwdep_info_set_device (line 40312) | typedef _c_snd_hwdep_info_set_device = ffi.Void Function( type _dart_snd_hwdep_info_set_device (line 40317) | typedef _dart_snd_hwdep_info_set_device = void Function( type _c_snd_hwdep_dsp_status_sizeof (line 40322) | typedef _c_snd_hwdep_dsp_status_sizeof = ffi.Uint64 Function(); type _dart_snd_hwdep_dsp_status_sizeof (line 40324) | typedef _dart_snd_hwdep_dsp_status_sizeof = int Function(); type _c_snd_hwdep_dsp_status_malloc (line 40326) | typedef _c_snd_hwdep_dsp_status_malloc = ffi.Int32 Function( type _dart_snd_hwdep_dsp_status_malloc (line 40330) | typedef _dart_snd_hwdep_dsp_status_malloc = int Function( type _c_snd_hwdep_dsp_status_free (line 40334) | typedef _c_snd_hwdep_dsp_status_free = ffi.Void Function( type _dart_snd_hwdep_dsp_status_free (line 40338) | typedef _dart_snd_hwdep_dsp_status_free = void Function( type _c_snd_hwdep_dsp_status_copy (line 40342) | typedef _c_snd_hwdep_dsp_status_copy = ffi.Void Function( type _dart_snd_hwdep_dsp_status_copy (line 40347) | typedef _dart_snd_hwdep_dsp_status_copy = void Function( type _c_snd_hwdep_dsp_status_get_version (line 40352) | typedef _c_snd_hwdep_dsp_status_get_version = ffi.Uint32 Function( type _dart_snd_hwdep_dsp_status_get_version (line 40356) | typedef _dart_snd_hwdep_dsp_status_get_version = int Function( type _c_snd_hwdep_dsp_status_get_id (line 40360) | typedef _c_snd_hwdep_dsp_status_get_id = ffi.Pointer Function( type _dart_snd_hwdep_dsp_status_get_id (line 40364) | typedef _dart_snd_hwdep_dsp_status_get_id = ffi.Pointer Function( type _c_snd_hwdep_dsp_status_get_num_dsps (line 40368) | typedef _c_snd_hwdep_dsp_status_get_num_dsps = ffi.Uint32 Function( type _dart_snd_hwdep_dsp_status_get_num_dsps (line 40372) | typedef _dart_snd_hwdep_dsp_status_get_num_dsps = int Function( type _c_snd_hwdep_dsp_status_get_dsp_loaded (line 40376) | typedef _c_snd_hwdep_dsp_status_get_dsp_loaded = ffi.Uint32 Function( type _dart_snd_hwdep_dsp_status_get_dsp_loaded (line 40380) | typedef _dart_snd_hwdep_dsp_status_get_dsp_loaded = int Function( type _c_snd_hwdep_dsp_status_get_chip_ready (line 40384) | typedef _c_snd_hwdep_dsp_status_get_chip_ready = ffi.Uint32 Function( type _dart_snd_hwdep_dsp_status_get_chip_ready (line 40388) | typedef _dart_snd_hwdep_dsp_status_get_chip_ready = int Function( type _c_snd_hwdep_dsp_image_sizeof (line 40392) | typedef _c_snd_hwdep_dsp_image_sizeof = ffi.Uint64 Function(); type _dart_snd_hwdep_dsp_image_sizeof (line 40394) | typedef _dart_snd_hwdep_dsp_image_sizeof = int Function(); type _c_snd_hwdep_dsp_image_malloc (line 40396) | typedef _c_snd_hwdep_dsp_image_malloc = ffi.Int32 Function( type _dart_snd_hwdep_dsp_image_malloc (line 40400) | typedef _dart_snd_hwdep_dsp_image_malloc = int Function( type _c_snd_hwdep_dsp_image_free (line 40404) | typedef _c_snd_hwdep_dsp_image_free = ffi.Void Function( type _dart_snd_hwdep_dsp_image_free (line 40408) | typedef _dart_snd_hwdep_dsp_image_free = void Function( type _c_snd_hwdep_dsp_image_copy (line 40412) | typedef _c_snd_hwdep_dsp_image_copy = ffi.Void Function( type _dart_snd_hwdep_dsp_image_copy (line 40417) | typedef _dart_snd_hwdep_dsp_image_copy = void Function( type _c_snd_hwdep_dsp_image_get_index (line 40422) | typedef _c_snd_hwdep_dsp_image_get_index = ffi.Uint32 Function( type _dart_snd_hwdep_dsp_image_get_index (line 40426) | typedef _dart_snd_hwdep_dsp_image_get_index = int Function( type _c_snd_hwdep_dsp_image_get_name (line 40430) | typedef _c_snd_hwdep_dsp_image_get_name = ffi.Pointer Function( type _dart_snd_hwdep_dsp_image_get_name (line 40434) | typedef _dart_snd_hwdep_dsp_image_get_name = ffi.Pointer Funct... type _c_snd_hwdep_dsp_image_get_image (line 40438) | typedef _c_snd_hwdep_dsp_image_get_image = ffi.Pointer Function( type _dart_snd_hwdep_dsp_image_get_image (line 40442) | typedef _dart_snd_hwdep_dsp_image_get_image = ffi.Pointer Func... type _c_snd_hwdep_dsp_image_get_length (line 40446) | typedef _c_snd_hwdep_dsp_image_get_length = ffi.Uint64 Function( type _dart_snd_hwdep_dsp_image_get_length (line 40450) | typedef _dart_snd_hwdep_dsp_image_get_length = int Function( type _c_snd_hwdep_dsp_image_set_index (line 40454) | typedef _c_snd_hwdep_dsp_image_set_index = ffi.Void Function( type _dart_snd_hwdep_dsp_image_set_index (line 40459) | typedef _dart_snd_hwdep_dsp_image_set_index = void Function( type _c_snd_hwdep_dsp_image_set_name (line 40464) | typedef _c_snd_hwdep_dsp_image_set_name = ffi.Void Function( type _dart_snd_hwdep_dsp_image_set_name (line 40469) | typedef _dart_snd_hwdep_dsp_image_set_name = void Function( type _c_snd_hwdep_dsp_image_set_image (line 40474) | typedef _c_snd_hwdep_dsp_image_set_image = ffi.Void Function( type _dart_snd_hwdep_dsp_image_set_image (line 40479) | typedef _dart_snd_hwdep_dsp_image_set_image = void Function( type _c_snd_hwdep_dsp_image_set_length (line 40484) | typedef _c_snd_hwdep_dsp_image_set_length = ffi.Void Function( type _dart_snd_hwdep_dsp_image_set_length (line 40489) | typedef _dart_snd_hwdep_dsp_image_set_length = void Function( type _c_snd_card_load (line 40494) | typedef _c_snd_card_load = ffi.Int32 Function( type _dart_snd_card_load (line 40498) | typedef _dart_snd_card_load = int Function( type _c_snd_card_next (line 40502) | typedef _c_snd_card_next = ffi.Int32 Function( type _dart_snd_card_next (line 40506) | typedef _dart_snd_card_next = int Function( type _c_snd_card_get_index (line 40510) | typedef _c_snd_card_get_index = ffi.Int32 Function( type _dart_snd_card_get_index (line 40514) | typedef _dart_snd_card_get_index = int Function( type _c_snd_card_get_name (line 40518) | typedef _c_snd_card_get_name = ffi.Int32 Function( type _dart_snd_card_get_name (line 40523) | typedef _dart_snd_card_get_name = int Function( type _c_snd_card_get_longname (line 40528) | typedef _c_snd_card_get_longname = ffi.Int32 Function( type _dart_snd_card_get_longname (line 40533) | typedef _dart_snd_card_get_longname = int Function( type _c_snd_device_name_hint (line 40538) | typedef _c_snd_device_name_hint = ffi.Int32 Function( type _dart_snd_device_name_hint (line 40544) | typedef _dart_snd_device_name_hint = int Function( type _c_snd_device_name_free_hint (line 40550) | typedef _c_snd_device_name_free_hint = ffi.Int32 Function( type _dart_snd_device_name_free_hint (line 40554) | typedef _dart_snd_device_name_free_hint = int Function( type _c_snd_device_name_get_hint (line 40558) | typedef _c_snd_device_name_get_hint = ffi.Pointer Function( type _dart_snd_device_name_get_hint (line 40563) | typedef _dart_snd_device_name_get_hint = ffi.Pointer Function( type _c_snd_ctl_open (line 40568) | typedef _c_snd_ctl_open = ffi.Int32 Function( type _dart_snd_ctl_open (line 40574) | typedef _dart_snd_ctl_open = int Function( type _c_snd_ctl_open_lconf (line 40580) | typedef _c_snd_ctl_open_lconf = ffi.Int32 Function( type _dart_snd_ctl_open_lconf (line 40587) | typedef _dart_snd_ctl_open_lconf = int Function( type _c_snd_ctl_open_fallback (line 40594) | typedef _c_snd_ctl_open_fallback = ffi.Int32 Function( type _dart_snd_ctl_open_fallback (line 40602) | typedef _dart_snd_ctl_open_fallback = int Function( type _c_snd_ctl_close (line 40610) | typedef _c_snd_ctl_close = ffi.Int32 Function( type _dart_snd_ctl_close (line 40614) | typedef _dart_snd_ctl_close = int Function( type _c_snd_ctl_nonblock (line 40618) | typedef _c_snd_ctl_nonblock = ffi.Int32 Function( type _dart_snd_ctl_nonblock (line 40623) | typedef _dart_snd_ctl_nonblock = int Function( type _c_snd_async_add_ctl_handler (line 40628) | typedef _c_snd_async_add_ctl_handler = ffi.Int32 Function( type _dart_snd_async_add_ctl_handler (line 40635) | typedef _dart_snd_async_add_ctl_handler = int Function( type _c_snd_async_handler_get_ctl (line 40642) | typedef _c_snd_async_handler_get_ctl = ffi.Pointer Function( type _dart_snd_async_handler_get_ctl (line 40646) | typedef _dart_snd_async_handler_get_ctl = ffi.Pointer Function( type _c_snd_ctl_poll_descriptors_count (line 40650) | typedef _c_snd_ctl_poll_descriptors_count = ffi.Int32 Function( type _dart_snd_ctl_poll_descriptors_count (line 40654) | typedef _dart_snd_ctl_poll_descriptors_count = int Function( type _c_snd_ctl_poll_descriptors (line 40658) | typedef _c_snd_ctl_poll_descriptors = ffi.Int32 Function( type _dart_snd_ctl_poll_descriptors (line 40664) | typedef _dart_snd_ctl_poll_descriptors = int Function( type _c_snd_ctl_poll_descriptors_revents (line 40670) | typedef _c_snd_ctl_poll_descriptors_revents = ffi.Int32 Function( type _dart_snd_ctl_poll_descriptors_revents (line 40677) | typedef _dart_snd_ctl_poll_descriptors_revents = int Function( type _c_snd_ctl_subscribe_events (line 40684) | typedef _c_snd_ctl_subscribe_events = ffi.Int32 Function( type _dart_snd_ctl_subscribe_events (line 40689) | typedef _dart_snd_ctl_subscribe_events = int Function( type _c_snd_ctl_card_info (line 40694) | typedef _c_snd_ctl_card_info = ffi.Int32 Function( type _dart_snd_ctl_card_info (line 40699) | typedef _dart_snd_ctl_card_info = int Function( type _c_snd_ctl_elem_list (line 40704) | typedef _c_snd_ctl_elem_list = ffi.Int32 Function( type _dart_snd_ctl_elem_list (line 40709) | typedef _dart_snd_ctl_elem_list = int Function( type _c_snd_ctl_elem_info (line 40714) | typedef _c_snd_ctl_elem_info = ffi.Int32 Function( type _dart_snd_ctl_elem_info (line 40719) | typedef _dart_snd_ctl_elem_info = int Function( type _c_snd_ctl_elem_read (line 40724) | typedef _c_snd_ctl_elem_read = ffi.Int32 Function( type _dart_snd_ctl_elem_read (line 40729) | typedef _dart_snd_ctl_elem_read = int Function( type _c_snd_ctl_elem_write (line 40734) | typedef _c_snd_ctl_elem_write = ffi.Int32 Function( type _dart_snd_ctl_elem_write (line 40739) | typedef _dart_snd_ctl_elem_write = int Function( type _c_snd_ctl_elem_lock (line 40744) | typedef _c_snd_ctl_elem_lock = ffi.Int32 Function( type _dart_snd_ctl_elem_lock (line 40749) | typedef _dart_snd_ctl_elem_lock = int Function( type _c_snd_ctl_elem_unlock (line 40754) | typedef _c_snd_ctl_elem_unlock = ffi.Int32 Function( type _dart_snd_ctl_elem_unlock (line 40759) | typedef _dart_snd_ctl_elem_unlock = int Function( type _c_snd_ctl_elem_tlv_read (line 40764) | typedef _c_snd_ctl_elem_tlv_read = ffi.Int32 Function( type _dart_snd_ctl_elem_tlv_read (line 40771) | typedef _dart_snd_ctl_elem_tlv_read = int Function( type _c_snd_ctl_elem_tlv_write (line 40778) | typedef _c_snd_ctl_elem_tlv_write = ffi.Int32 Function( type _dart_snd_ctl_elem_tlv_write (line 40784) | typedef _dart_snd_ctl_elem_tlv_write = int Function( type _c_snd_ctl_elem_tlv_command (line 40790) | typedef _c_snd_ctl_elem_tlv_command = ffi.Int32 Function( type _dart_snd_ctl_elem_tlv_command (line 40796) | typedef _dart_snd_ctl_elem_tlv_command = int Function( type _c_snd_ctl_hwdep_next_device (line 40802) | typedef _c_snd_ctl_hwdep_next_device = ffi.Int32 Function( type _dart_snd_ctl_hwdep_next_device (line 40807) | typedef _dart_snd_ctl_hwdep_next_device = int Function( type _c_snd_ctl_hwdep_info (line 40812) | typedef _c_snd_ctl_hwdep_info = ffi.Int32 Function( type _dart_snd_ctl_hwdep_info (line 40817) | typedef _dart_snd_ctl_hwdep_info = int Function( type _c_snd_ctl_pcm_next_device (line 40822) | typedef _c_snd_ctl_pcm_next_device = ffi.Int32 Function( type _dart_snd_ctl_pcm_next_device (line 40827) | typedef _dart_snd_ctl_pcm_next_device = int Function( type _c_snd_ctl_pcm_info (line 40832) | typedef _c_snd_ctl_pcm_info = ffi.Int32 Function( type _dart_snd_ctl_pcm_info (line 40837) | typedef _dart_snd_ctl_pcm_info = int Function( type _c_snd_ctl_pcm_prefer_subdevice (line 40842) | typedef _c_snd_ctl_pcm_prefer_subdevice = ffi.Int32 Function( type _dart_snd_ctl_pcm_prefer_subdevice (line 40847) | typedef _dart_snd_ctl_pcm_prefer_subdevice = int Function( type _c_snd_ctl_rawmidi_next_device (line 40852) | typedef _c_snd_ctl_rawmidi_next_device = ffi.Int32 Function( type _dart_snd_ctl_rawmidi_next_device (line 40857) | typedef _dart_snd_ctl_rawmidi_next_device = int Function( type _c_snd_ctl_rawmidi_info (line 40862) | typedef _c_snd_ctl_rawmidi_info = ffi.Int32 Function( type _dart_snd_ctl_rawmidi_info (line 40867) | typedef _dart_snd_ctl_rawmidi_info = int Function( type _c_snd_ctl_rawmidi_prefer_subdevice (line 40872) | typedef _c_snd_ctl_rawmidi_prefer_subdevice = ffi.Int32 Function( type _dart_snd_ctl_rawmidi_prefer_subdevice (line 40877) | typedef _dart_snd_ctl_rawmidi_prefer_subdevice = int Function( type _c_snd_ctl_set_power_state (line 40882) | typedef _c_snd_ctl_set_power_state = ffi.Int32 Function( type _dart_snd_ctl_set_power_state (line 40887) | typedef _dart_snd_ctl_set_power_state = int Function( type _c_snd_ctl_get_power_state (line 40892) | typedef _c_snd_ctl_get_power_state = ffi.Int32 Function( type _dart_snd_ctl_get_power_state (line 40897) | typedef _dart_snd_ctl_get_power_state = int Function( type _c_snd_ctl_read (line 40902) | typedef _c_snd_ctl_read = ffi.Int32 Function( type _dart_snd_ctl_read (line 40907) | typedef _dart_snd_ctl_read = int Function( type _c_snd_ctl_wait (line 40912) | typedef _c_snd_ctl_wait = ffi.Int32 Function( type _dart_snd_ctl_wait (line 40917) | typedef _dart_snd_ctl_wait = int Function( type _c_snd_ctl_name (line 40922) | typedef _c_snd_ctl_name = ffi.Pointer Function( type _dart_snd_ctl_name (line 40926) | typedef _dart_snd_ctl_name = ffi.Pointer Function( type _c_snd_ctl_type (line 40930) | typedef _c_snd_ctl_type = ffi.Int32 Function( type _dart_snd_ctl_type (line 40934) | typedef _dart_snd_ctl_type = int Function( type _c_snd_ctl_elem_type_name (line 40938) | typedef _c_snd_ctl_elem_type_name = ffi.Pointer Function( type _dart_snd_ctl_elem_type_name (line 40942) | typedef _dart_snd_ctl_elem_type_name = ffi.Pointer Function( type _c_snd_ctl_elem_iface_name (line 40946) | typedef _c_snd_ctl_elem_iface_name = ffi.Pointer Function( type _dart_snd_ctl_elem_iface_name (line 40950) | typedef _dart_snd_ctl_elem_iface_name = ffi.Pointer Function( type _c_snd_ctl_event_type_name (line 40954) | typedef _c_snd_ctl_event_type_name = ffi.Pointer Function( type _dart_snd_ctl_event_type_name (line 40958) | typedef _dart_snd_ctl_event_type_name = ffi.Pointer Function( type _c_snd_ctl_event_elem_get_mask (line 40962) | typedef _c_snd_ctl_event_elem_get_mask = ffi.Uint32 Function( type _dart_snd_ctl_event_elem_get_mask (line 40966) | typedef _dart_snd_ctl_event_elem_get_mask = int Function( type _c_snd_ctl_event_elem_get_numid (line 40970) | typedef _c_snd_ctl_event_elem_get_numid = ffi.Uint32 Function( type _dart_snd_ctl_event_elem_get_numid (line 40974) | typedef _dart_snd_ctl_event_elem_get_numid = int Function( type _c_snd_ctl_event_elem_get_id (line 40978) | typedef _c_snd_ctl_event_elem_get_id = ffi.Void Function( type _dart_snd_ctl_event_elem_get_id (line 40983) | typedef _dart_snd_ctl_event_elem_get_id = void Function( type _c_snd_ctl_event_elem_get_interface (line 40988) | typedef _c_snd_ctl_event_elem_get_interface = ffi.Int32 Function( type _dart_snd_ctl_event_elem_get_interface (line 40992) | typedef _dart_snd_ctl_event_elem_get_interface = int Function( type _c_snd_ctl_event_elem_get_device (line 40996) | typedef _c_snd_ctl_event_elem_get_device = ffi.Uint32 Function( type _dart_snd_ctl_event_elem_get_device (line 41000) | typedef _dart_snd_ctl_event_elem_get_device = int Function( type _c_snd_ctl_event_elem_get_subdevice (line 41004) | typedef _c_snd_ctl_event_elem_get_subdevice = ffi.Uint32 Function( type _dart_snd_ctl_event_elem_get_subdevice (line 41008) | typedef _dart_snd_ctl_event_elem_get_subdevice = int Function( type _c_snd_ctl_event_elem_get_name (line 41012) | typedef _c_snd_ctl_event_elem_get_name = ffi.Pointer Function( type _dart_snd_ctl_event_elem_get_name (line 41016) | typedef _dart_snd_ctl_event_elem_get_name = ffi.Pointer Function( type _c_snd_ctl_event_elem_get_index (line 41020) | typedef _c_snd_ctl_event_elem_get_index = ffi.Uint32 Function( type _dart_snd_ctl_event_elem_get_index (line 41024) | typedef _dart_snd_ctl_event_elem_get_index = int Function( type _c_snd_ctl_elem_list_alloc_space (line 41028) | typedef _c_snd_ctl_elem_list_alloc_space = ffi.Int32 Function( type _dart_snd_ctl_elem_list_alloc_space (line 41033) | typedef _dart_snd_ctl_elem_list_alloc_space = int Function( type _c_snd_ctl_elem_list_free_space (line 41038) | typedef _c_snd_ctl_elem_list_free_space = ffi.Void Function( type _dart_snd_ctl_elem_list_free_space (line 41042) | typedef _dart_snd_ctl_elem_list_free_space = void Function( type _c_snd_ctl_ascii_elem_id_get (line 41046) | typedef _c_snd_ctl_ascii_elem_id_get = ffi.Pointer Function( type _dart_snd_ctl_ascii_elem_id_get (line 41050) | typedef _dart_snd_ctl_ascii_elem_id_get = ffi.Pointer Function( type _c_snd_ctl_ascii_elem_id_parse (line 41054) | typedef _c_snd_ctl_ascii_elem_id_parse = ffi.Int32 Function( type _dart_snd_ctl_ascii_elem_id_parse (line 41059) | typedef _dart_snd_ctl_ascii_elem_id_parse = int Function( type _c_snd_ctl_ascii_value_parse (line 41064) | typedef _c_snd_ctl_ascii_value_parse = ffi.Int32 Function( type _dart_snd_ctl_ascii_value_parse (line 41071) | typedef _dart_snd_ctl_ascii_value_parse = int Function( type _c_snd_ctl_elem_id_sizeof (line 41078) | typedef _c_snd_ctl_elem_id_sizeof = ffi.Uint64 Function(); type _dart_snd_ctl_elem_id_sizeof (line 41080) | typedef _dart_snd_ctl_elem_id_sizeof = int Function(); type _c_snd_ctl_elem_id_malloc (line 41082) | typedef _c_snd_ctl_elem_id_malloc = ffi.Int32 Function( type _dart_snd_ctl_elem_id_malloc (line 41086) | typedef _dart_snd_ctl_elem_id_malloc = int Function( type _c_snd_ctl_elem_id_free (line 41090) | typedef _c_snd_ctl_elem_id_free = ffi.Void Function( type _dart_snd_ctl_elem_id_free (line 41094) | typedef _dart_snd_ctl_elem_id_free = void Function( type _c_snd_ctl_elem_id_clear (line 41098) | typedef _c_snd_ctl_elem_id_clear = ffi.Void Function( type _dart_snd_ctl_elem_id_clear (line 41102) | typedef _dart_snd_ctl_elem_id_clear = void Function( type _c_snd_ctl_elem_id_copy (line 41106) | typedef _c_snd_ctl_elem_id_copy = ffi.Void Function( type _dart_snd_ctl_elem_id_copy (line 41111) | typedef _dart_snd_ctl_elem_id_copy = void Function( type _c_snd_ctl_elem_id_get_numid (line 41116) | typedef _c_snd_ctl_elem_id_get_numid = ffi.Uint32 Function( type _dart_snd_ctl_elem_id_get_numid (line 41120) | typedef _dart_snd_ctl_elem_id_get_numid = int Function( type _c_snd_ctl_elem_id_get_interface (line 41124) | typedef _c_snd_ctl_elem_id_get_interface = ffi.Int32 Function( type _dart_snd_ctl_elem_id_get_interface (line 41128) | typedef _dart_snd_ctl_elem_id_get_interface = int Function( type _c_snd_ctl_elem_id_get_device (line 41132) | typedef _c_snd_ctl_elem_id_get_device = ffi.Uint32 Function( type _dart_snd_ctl_elem_id_get_device (line 41136) | typedef _dart_snd_ctl_elem_id_get_device = int Function( type _c_snd_ctl_elem_id_get_subdevice (line 41140) | typedef _c_snd_ctl_elem_id_get_subdevice = ffi.Uint32 Function( type _dart_snd_ctl_elem_id_get_subdevice (line 41144) | typedef _dart_snd_ctl_elem_id_get_subdevice = int Function( type _c_snd_ctl_elem_id_get_name (line 41148) | typedef _c_snd_ctl_elem_id_get_name = ffi.Pointer Function( type _dart_snd_ctl_elem_id_get_name (line 41152) | typedef _dart_snd_ctl_elem_id_get_name = ffi.Pointer Function( type _c_snd_ctl_elem_id_get_index (line 41156) | typedef _c_snd_ctl_elem_id_get_index = ffi.Uint32 Function( type _dart_snd_ctl_elem_id_get_index (line 41160) | typedef _dart_snd_ctl_elem_id_get_index = int Function( type _c_snd_ctl_elem_id_set_numid (line 41164) | typedef _c_snd_ctl_elem_id_set_numid = ffi.Void Function( type _dart_snd_ctl_elem_id_set_numid (line 41169) | typedef _dart_snd_ctl_elem_id_set_numid = void Function( type _c_snd_ctl_elem_id_set_interface (line 41174) | typedef _c_snd_ctl_elem_id_set_interface = ffi.Void Function( type _dart_snd_ctl_elem_id_set_interface (line 41179) | typedef _dart_snd_ctl_elem_id_set_interface = void Function( type _c_snd_ctl_elem_id_set_device (line 41184) | typedef _c_snd_ctl_elem_id_set_device = ffi.Void Function( type _dart_snd_ctl_elem_id_set_device (line 41189) | typedef _dart_snd_ctl_elem_id_set_device = void Function( type _c_snd_ctl_elem_id_set_subdevice (line 41194) | typedef _c_snd_ctl_elem_id_set_subdevice = ffi.Void Function( type _dart_snd_ctl_elem_id_set_subdevice (line 41199) | typedef _dart_snd_ctl_elem_id_set_subdevice = void Function( type _c_snd_ctl_elem_id_set_name (line 41204) | typedef _c_snd_ctl_elem_id_set_name = ffi.Void Function( type _dart_snd_ctl_elem_id_set_name (line 41209) | typedef _dart_snd_ctl_elem_id_set_name = void Function( type _c_snd_ctl_elem_id_set_index (line 41214) | typedef _c_snd_ctl_elem_id_set_index = ffi.Void Function( type _dart_snd_ctl_elem_id_set_index (line 41219) | typedef _dart_snd_ctl_elem_id_set_index = void Function( type _c_snd_ctl_card_info_sizeof (line 41224) | typedef _c_snd_ctl_card_info_sizeof = ffi.Uint64 Function(); type _dart_snd_ctl_card_info_sizeof (line 41226) | typedef _dart_snd_ctl_card_info_sizeof = int Function(); type _c_snd_ctl_card_info_malloc (line 41228) | typedef _c_snd_ctl_card_info_malloc = ffi.Int32 Function( type _dart_snd_ctl_card_info_malloc (line 41232) | typedef _dart_snd_ctl_card_info_malloc = int Function( type _c_snd_ctl_card_info_free (line 41236) | typedef _c_snd_ctl_card_info_free = ffi.Void Function( type _dart_snd_ctl_card_info_free (line 41240) | typedef _dart_snd_ctl_card_info_free = void Function( type _c_snd_ctl_card_info_clear (line 41244) | typedef _c_snd_ctl_card_info_clear = ffi.Void Function( type _dart_snd_ctl_card_info_clear (line 41248) | typedef _dart_snd_ctl_card_info_clear = void Function( type _c_snd_ctl_card_info_copy (line 41252) | typedef _c_snd_ctl_card_info_copy = ffi.Void Function( type _dart_snd_ctl_card_info_copy (line 41257) | typedef _dart_snd_ctl_card_info_copy = void Function( type _c_snd_ctl_card_info_get_card (line 41262) | typedef _c_snd_ctl_card_info_get_card = ffi.Int32 Function( type _dart_snd_ctl_card_info_get_card (line 41266) | typedef _dart_snd_ctl_card_info_get_card = int Function( type _c_snd_ctl_card_info_get_id (line 41270) | typedef _c_snd_ctl_card_info_get_id = ffi.Pointer Function( type _dart_snd_ctl_card_info_get_id (line 41274) | typedef _dart_snd_ctl_card_info_get_id = ffi.Pointer Function( type _c_snd_ctl_card_info_get_driver (line 41278) | typedef _c_snd_ctl_card_info_get_driver = ffi.Pointer Function( type _dart_snd_ctl_card_info_get_driver (line 41282) | typedef _dart_snd_ctl_card_info_get_driver = ffi.Pointer Funct... type _c_snd_ctl_card_info_get_name (line 41286) | typedef _c_snd_ctl_card_info_get_name = ffi.Pointer Function( type _dart_snd_ctl_card_info_get_name (line 41290) | typedef _dart_snd_ctl_card_info_get_name = ffi.Pointer Function( type _c_snd_ctl_card_info_get_longname (line 41294) | typedef _c_snd_ctl_card_info_get_longname = ffi.Pointer Function( type _dart_snd_ctl_card_info_get_longname (line 41298) | typedef _dart_snd_ctl_card_info_get_longname = ffi.Pointer Fun... type _c_snd_ctl_card_info_get_mixername (line 41302) | typedef _c_snd_ctl_card_info_get_mixername = ffi.Pointer Funct... type _dart_snd_ctl_card_info_get_mixername (line 41306) | typedef _dart_snd_ctl_card_info_get_mixername = ffi.Pointer Fu... type _c_snd_ctl_card_info_get_components (line 41310) | typedef _c_snd_ctl_card_info_get_components = ffi.Pointer Func... type _dart_snd_ctl_card_info_get_components (line 41314) | typedef _dart_snd_ctl_card_info_get_components = ffi.Pointer F... type _c_snd_ctl_event_sizeof (line 41318) | typedef _c_snd_ctl_event_sizeof = ffi.Uint64 Function(); type _dart_snd_ctl_event_sizeof (line 41320) | typedef _dart_snd_ctl_event_sizeof = int Function(); type _c_snd_ctl_event_malloc (line 41322) | typedef _c_snd_ctl_event_malloc = ffi.Int32 Function( type _dart_snd_ctl_event_malloc (line 41326) | typedef _dart_snd_ctl_event_malloc = int Function( type _c_snd_ctl_event_free (line 41330) | typedef _c_snd_ctl_event_free = ffi.Void Function( type _dart_snd_ctl_event_free (line 41334) | typedef _dart_snd_ctl_event_free = void Function( type _c_snd_ctl_event_clear (line 41338) | typedef _c_snd_ctl_event_clear = ffi.Void Function( type _dart_snd_ctl_event_clear (line 41342) | typedef _dart_snd_ctl_event_clear = void Function( type _c_snd_ctl_event_copy (line 41346) | typedef _c_snd_ctl_event_copy = ffi.Void Function( type _dart_snd_ctl_event_copy (line 41351) | typedef _dart_snd_ctl_event_copy = void Function( type _c_snd_ctl_event_get_type (line 41356) | typedef _c_snd_ctl_event_get_type = ffi.Int32 Function( type _dart_snd_ctl_event_get_type (line 41360) | typedef _dart_snd_ctl_event_get_type = int Function( type _c_snd_ctl_elem_list_sizeof (line 41364) | typedef _c_snd_ctl_elem_list_sizeof = ffi.Uint64 Function(); type _dart_snd_ctl_elem_list_sizeof (line 41366) | typedef _dart_snd_ctl_elem_list_sizeof = int Function(); type _c_snd_ctl_elem_list_malloc (line 41368) | typedef _c_snd_ctl_elem_list_malloc = ffi.Int32 Function( type _dart_snd_ctl_elem_list_malloc (line 41372) | typedef _dart_snd_ctl_elem_list_malloc = int Function( type _c_snd_ctl_elem_list_free (line 41376) | typedef _c_snd_ctl_elem_list_free = ffi.Void Function( type _dart_snd_ctl_elem_list_free (line 41380) | typedef _dart_snd_ctl_elem_list_free = void Function( type _c_snd_ctl_elem_list_clear (line 41384) | typedef _c_snd_ctl_elem_list_clear = ffi.Void Function( type _dart_snd_ctl_elem_list_clear (line 41388) | typedef _dart_snd_ctl_elem_list_clear = void Function( type _c_snd_ctl_elem_list_copy (line 41392) | typedef _c_snd_ctl_elem_list_copy = ffi.Void Function( type _dart_snd_ctl_elem_list_copy (line 41397) | typedef _dart_snd_ctl_elem_list_copy = void Function( type _c_snd_ctl_elem_list_set_offset (line 41402) | typedef _c_snd_ctl_elem_list_set_offset = ffi.Void Function( type _dart_snd_ctl_elem_list_set_offset (line 41407) | typedef _dart_snd_ctl_elem_list_set_offset = void Function( type _c_snd_ctl_elem_list_get_used (line 41412) | typedef _c_snd_ctl_elem_list_get_used = ffi.Uint32 Function( type _dart_snd_ctl_elem_list_get_used (line 41416) | typedef _dart_snd_ctl_elem_list_get_used = int Function( type _c_snd_ctl_elem_list_get_count (line 41420) | typedef _c_snd_ctl_elem_list_get_count = ffi.Uint32 Function( type _dart_snd_ctl_elem_list_get_count (line 41424) | typedef _dart_snd_ctl_elem_list_get_count = int Function( type _c_snd_ctl_elem_list_get_id (line 41428) | typedef _c_snd_ctl_elem_list_get_id = ffi.Void Function( type _dart_snd_ctl_elem_list_get_id (line 41434) | typedef _dart_snd_ctl_elem_list_get_id = void Function( type _c_snd_ctl_elem_list_get_numid (line 41440) | typedef _c_snd_ctl_elem_list_get_numid = ffi.Uint32 Function( type _dart_snd_ctl_elem_list_get_numid (line 41445) | typedef _dart_snd_ctl_elem_list_get_numid = int Function( type _c_snd_ctl_elem_list_get_interface (line 41450) | typedef _c_snd_ctl_elem_list_get_interface = ffi.Int32 Function( type _dart_snd_ctl_elem_list_get_interface (line 41455) | typedef _dart_snd_ctl_elem_list_get_interface = int Function( type _c_snd_ctl_elem_list_get_device (line 41460) | typedef _c_snd_ctl_elem_list_get_device = ffi.Uint32 Function( type _dart_snd_ctl_elem_list_get_device (line 41465) | typedef _dart_snd_ctl_elem_list_get_device = int Function( type _c_snd_ctl_elem_list_get_subdevice (line 41470) | typedef _c_snd_ctl_elem_list_get_subdevice = ffi.Uint32 Function( type _dart_snd_ctl_elem_list_get_subdevice (line 41475) | typedef _dart_snd_ctl_elem_list_get_subdevice = int Function( type _c_snd_ctl_elem_list_get_name (line 41480) | typedef _c_snd_ctl_elem_list_get_name = ffi.Pointer Function( type _dart_snd_ctl_elem_list_get_name (line 41485) | typedef _dart_snd_ctl_elem_list_get_name = ffi.Pointer Function( type _c_snd_ctl_elem_list_get_index (line 41490) | typedef _c_snd_ctl_elem_list_get_index = ffi.Uint32 Function( type _dart_snd_ctl_elem_list_get_index (line 41495) | typedef _dart_snd_ctl_elem_list_get_index = int Function( type _c_snd_ctl_elem_info_sizeof (line 41500) | typedef _c_snd_ctl_elem_info_sizeof = ffi.Uint64 Function(); type _dart_snd_ctl_elem_info_sizeof (line 41502) | typedef _dart_snd_ctl_elem_info_sizeof = int Function(); type _c_snd_ctl_elem_info_malloc (line 41504) | typedef _c_snd_ctl_elem_info_malloc = ffi.Int32 Function( type _dart_snd_ctl_elem_info_malloc (line 41508) | typedef _dart_snd_ctl_elem_info_malloc = int Function( type _c_snd_ctl_elem_info_free (line 41512) | typedef _c_snd_ctl_elem_info_free = ffi.Void Function( type _dart_snd_ctl_elem_info_free (line 41516) | typedef _dart_snd_ctl_elem_info_free = void Function( type _c_snd_ctl_elem_info_clear (line 41520) | typedef _c_snd_ctl_elem_info_clear = ffi.Void Function( type _dart_snd_ctl_elem_info_clear (line 41524) | typedef _dart_snd_ctl_elem_info_clear = void Function( type _c_snd_ctl_elem_info_copy (line 41528) | typedef _c_snd_ctl_elem_info_copy = ffi.Void Function( type _dart_snd_ctl_elem_info_copy (line 41533) | typedef _dart_snd_ctl_elem_info_copy = void Function( type _c_snd_ctl_elem_info_get_type (line 41538) | typedef _c_snd_ctl_elem_info_get_type = ffi.Int32 Function( type _dart_snd_ctl_elem_info_get_type (line 41542) | typedef _dart_snd_ctl_elem_info_get_type = int Function( type _c_snd_ctl_elem_info_is_readable (line 41546) | typedef _c_snd_ctl_elem_info_is_readable = ffi.Int32 Function( type _dart_snd_ctl_elem_info_is_readable (line 41550) | typedef _dart_snd_ctl_elem_info_is_readable = int Function( type _c_snd_ctl_elem_info_is_writable (line 41554) | typedef _c_snd_ctl_elem_info_is_writable = ffi.Int32 Function( type _dart_snd_ctl_elem_info_is_writable (line 41558) | typedef _dart_snd_ctl_elem_info_is_writable = int Function( type _c_snd_ctl_elem_info_is_volatile (line 41562) | typedef _c_snd_ctl_elem_info_is_volatile = ffi.Int32 Function( type _dart_snd_ctl_elem_info_is_volatile (line 41566) | typedef _dart_snd_ctl_elem_info_is_volatile = int Function( type _c_snd_ctl_elem_info_is_inactive (line 41570) | typedef _c_snd_ctl_elem_info_is_inactive = ffi.Int32 Function( type _dart_snd_ctl_elem_info_is_inactive (line 41574) | typedef _dart_snd_ctl_elem_info_is_inactive = int Function( type _c_snd_ctl_elem_info_is_locked (line 41578) | typedef _c_snd_ctl_elem_info_is_locked = ffi.Int32 Function( type _dart_snd_ctl_elem_info_is_locked (line 41582) | typedef _dart_snd_ctl_elem_info_is_locked = int Function( type _c_snd_ctl_elem_info_is_tlv_readable (line 41586) | typedef _c_snd_ctl_elem_info_is_tlv_readable = ffi.Int32 Function( type _dart_snd_ctl_elem_info_is_tlv_readable (line 41590) | typedef _dart_snd_ctl_elem_info_is_tlv_readable = int Function( type _c_snd_ctl_elem_info_is_tlv_writable (line 41594) | typedef _c_snd_ctl_elem_info_is_tlv_writable = ffi.Int32 Function( type _dart_snd_ctl_elem_info_is_tlv_writable (line 41598) | typedef _dart_snd_ctl_elem_info_is_tlv_writable = int Function( type _c_snd_ctl_elem_info_is_tlv_commandable (line 41602) | typedef _c_snd_ctl_elem_info_is_tlv_commandable = ffi.Int32 Function( type _dart_snd_ctl_elem_info_is_tlv_commandable (line 41606) | typedef _dart_snd_ctl_elem_info_is_tlv_commandable = int Function( type _c_snd_ctl_elem_info_is_owner (line 41610) | typedef _c_snd_ctl_elem_info_is_owner = ffi.Int32 Function( type _dart_snd_ctl_elem_info_is_owner (line 41614) | typedef _dart_snd_ctl_elem_info_is_owner = int Function( type _c_snd_ctl_elem_info_is_user (line 41618) | typedef _c_snd_ctl_elem_info_is_user = ffi.Int32 Function( type _dart_snd_ctl_elem_info_is_user (line 41622) | typedef _dart_snd_ctl_elem_info_is_user = int Function( type _c_snd_ctl_elem_info_get_owner (line 41626) | typedef _c_snd_ctl_elem_info_get_owner = ffi.Int32 Function( type _dart_snd_ctl_elem_info_get_owner (line 41630) | typedef _dart_snd_ctl_elem_info_get_owner = int Function( type _c_snd_ctl_elem_info_get_count (line 41634) | typedef _c_snd_ctl_elem_info_get_count = ffi.Uint32 Function( type _dart_snd_ctl_elem_info_get_count (line 41638) | typedef _dart_snd_ctl_elem_info_get_count = int Function( type _c_snd_ctl_elem_info_get_min (line 41642) | typedef _c_snd_ctl_elem_info_get_min = ffi.Int64 Function( type _dart_snd_ctl_elem_info_get_min (line 41646) | typedef _dart_snd_ctl_elem_info_get_min = int Function( type _c_snd_ctl_elem_info_get_max (line 41650) | typedef _c_snd_ctl_elem_info_get_max = ffi.Int64 Function( type _dart_snd_ctl_elem_info_get_max (line 41654) | typedef _dart_snd_ctl_elem_info_get_max = int Function( type _c_snd_ctl_elem_info_get_step (line 41658) | typedef _c_snd_ctl_elem_info_get_step = ffi.Int64 Function( type _dart_snd_ctl_elem_info_get_step (line 41662) | typedef _dart_snd_ctl_elem_info_get_step = int Function( type _c_snd_ctl_elem_info_get_min64 (line 41666) | typedef _c_snd_ctl_elem_info_get_min64 = ffi.Int64 Function( type _dart_snd_ctl_elem_info_get_min64 (line 41670) | typedef _dart_snd_ctl_elem_info_get_min64 = int Function( type _c_snd_ctl_elem_info_get_max64 (line 41674) | typedef _c_snd_ctl_elem_info_get_max64 = ffi.Int64 Function( type _dart_snd_ctl_elem_info_get_max64 (line 41678) | typedef _dart_snd_ctl_elem_info_get_max64 = int Function( type _c_snd_ctl_elem_info_get_step64 (line 41682) | typedef _c_snd_ctl_elem_info_get_step64 = ffi.Int64 Function( type _dart_snd_ctl_elem_info_get_step64 (line 41686) | typedef _dart_snd_ctl_elem_info_get_step64 = int Function( type _c_snd_ctl_elem_info_get_items (line 41690) | typedef _c_snd_ctl_elem_info_get_items = ffi.Uint32 Function( type _dart_snd_ctl_elem_info_get_items (line 41694) | typedef _dart_snd_ctl_elem_info_get_items = int Function( type _c_snd_ctl_elem_info_set_item (line 41698) | typedef _c_snd_ctl_elem_info_set_item = ffi.Void Function( type _dart_snd_ctl_elem_info_set_item (line 41703) | typedef _dart_snd_ctl_elem_info_set_item = void Function( type _c_snd_ctl_elem_info_get_item_name (line 41708) | typedef _c_snd_ctl_elem_info_get_item_name = ffi.Pointer Funct... type _dart_snd_ctl_elem_info_get_item_name (line 41712) | typedef _dart_snd_ctl_elem_info_get_item_name = ffi.Pointer Fu... type _c_snd_ctl_elem_info_get_dimensions (line 41716) | typedef _c_snd_ctl_elem_info_get_dimensions = ffi.Int32 Function( type _dart_snd_ctl_elem_info_get_dimensions (line 41720) | typedef _dart_snd_ctl_elem_info_get_dimensions = int Function( type _c_snd_ctl_elem_info_get_dimension (line 41724) | typedef _c_snd_ctl_elem_info_get_dimension = ffi.Int32 Function( type _dart_snd_ctl_elem_info_get_dimension (line 41729) | typedef _dart_snd_ctl_elem_info_get_dimension = int Function( type _c_snd_ctl_elem_info_set_dimension (line 41734) | typedef _c_snd_ctl_elem_info_set_dimension = ffi.Int32 Function( type _dart_snd_ctl_elem_info_set_dimension (line 41739) | typedef _dart_snd_ctl_elem_info_set_dimension = int Function( type _c_snd_ctl_elem_info_get_id (line 41744) | typedef _c_snd_ctl_elem_info_get_id = ffi.Void Function( type _dart_snd_ctl_elem_info_get_id (line 41749) | typedef _dart_snd_ctl_elem_info_get_id = void Function( type _c_snd_ctl_elem_info_get_numid (line 41754) | typedef _c_snd_ctl_elem_info_get_numid = ffi.Uint32 Function( type _dart_snd_ctl_elem_info_get_numid (line 41758) | typedef _dart_snd_ctl_elem_info_get_numid = int Function( type _c_snd_ctl_elem_info_get_interface (line 41762) | typedef _c_snd_ctl_elem_info_get_interface = ffi.Int32 Function( type _dart_snd_ctl_elem_info_get_interface (line 41766) | typedef _dart_snd_ctl_elem_info_get_interface = int Function( type _c_snd_ctl_elem_info_get_device (line 41770) | typedef _c_snd_ctl_elem_info_get_device = ffi.Uint32 Function( type _dart_snd_ctl_elem_info_get_device (line 41774) | typedef _dart_snd_ctl_elem_info_get_device = int Function( type _c_snd_ctl_elem_info_get_subdevice (line 41778) | typedef _c_snd_ctl_elem_info_get_subdevice = ffi.Uint32 Function( type _dart_snd_ctl_elem_info_get_subdevice (line 41782) | typedef _dart_snd_ctl_elem_info_get_subdevice = int Function( type _c_snd_ctl_elem_info_get_name (line 41786) | typedef _c_snd_ctl_elem_info_get_name = ffi.Pointer Function( type _dart_snd_ctl_elem_info_get_name (line 41790) | typedef _dart_snd_ctl_elem_info_get_name = ffi.Pointer Function( type _c_snd_ctl_elem_info_get_index (line 41794) | typedef _c_snd_ctl_elem_info_get_index = ffi.Uint32 Function( type _dart_snd_ctl_elem_info_get_index (line 41798) | typedef _dart_snd_ctl_elem_info_get_index = int Function( type _c_snd_ctl_elem_info_set_id (line 41802) | typedef _c_snd_ctl_elem_info_set_id = ffi.Void Function( type _dart_snd_ctl_elem_info_set_id (line 41807) | typedef _dart_snd_ctl_elem_info_set_id = void Function( type _c_snd_ctl_elem_info_set_numid (line 41812) | typedef _c_snd_ctl_elem_info_set_numid = ffi.Void Function( type _dart_snd_ctl_elem_info_set_numid (line 41817) | typedef _dart_snd_ctl_elem_info_set_numid = void Function( type _c_snd_ctl_elem_info_set_interface (line 41822) | typedef _c_snd_ctl_elem_info_set_interface = ffi.Void Function( type _dart_snd_ctl_elem_info_set_interface (line 41827) | typedef _dart_snd_ctl_elem_info_set_interface = void Function( type _c_snd_ctl_elem_info_set_device (line 41832) | typedef _c_snd_ctl_elem_info_set_device = ffi.Void Function( type _dart_snd_ctl_elem_info_set_device (line 41837) | typedef _dart_snd_ctl_elem_info_set_device = void Function( type _c_snd_ctl_elem_info_set_subdevice (line 41842) | typedef _c_snd_ctl_elem_info_set_subdevice = ffi.Void Function( type _dart_snd_ctl_elem_info_set_subdevice (line 41847) | typedef _dart_snd_ctl_elem_info_set_subdevice = void Function( type _c_snd_ctl_elem_info_set_name (line 41852) | typedef _c_snd_ctl_elem_info_set_name = ffi.Void Function( type _dart_snd_ctl_elem_info_set_name (line 41857) | typedef _dart_snd_ctl_elem_info_set_name = void Function( type _c_snd_ctl_elem_info_set_index (line 41862) | typedef _c_snd_ctl_elem_info_set_index = ffi.Void Function( type _dart_snd_ctl_elem_info_set_index (line 41867) | typedef _dart_snd_ctl_elem_info_set_index = void Function( type _c_snd_ctl_add_integer_elem_set (line 41872) | typedef _c_snd_ctl_add_integer_elem_set = ffi.Int32 Function( type _dart_snd_ctl_add_integer_elem_set (line 41882) | typedef _dart_snd_ctl_add_integer_elem_set = int Function( type _c_snd_ctl_add_integer64_elem_set (line 41892) | typedef _c_snd_ctl_add_integer64_elem_set = ffi.Int32 Function( type _dart_snd_ctl_add_integer64_elem_set (line 41902) | typedef _dart_snd_ctl_add_integer64_elem_set = int Function( type _c_snd_ctl_add_boolean_elem_set (line 41912) | typedef _c_snd_ctl_add_boolean_elem_set = ffi.Int32 Function( type _dart_snd_ctl_add_boolean_elem_set (line 41919) | typedef _dart_snd_ctl_add_boolean_elem_set = int Function( type _c_snd_ctl_add_enumerated_elem_set (line 41926) | typedef _c_snd_ctl_add_enumerated_elem_set = ffi.Int32 Function( type _dart_snd_ctl_add_enumerated_elem_set (line 41935) | typedef _dart_snd_ctl_add_enumerated_elem_set = int Function( type _c_snd_ctl_add_bytes_elem_set (line 41944) | typedef _c_snd_ctl_add_bytes_elem_set = ffi.Int32 Function( type _dart_snd_ctl_add_bytes_elem_set (line 41951) | typedef _dart_snd_ctl_add_bytes_elem_set = int Function( type _c_snd_ctl_elem_add_integer (line 41958) | typedef _c_snd_ctl_elem_add_integer = ffi.Int32 Function( type _dart_snd_ctl_elem_add_integer (line 41967) | typedef _dart_snd_ctl_elem_add_integer = int Function( type _c_snd_ctl_elem_add_integer64 (line 41976) | typedef _c_snd_ctl_elem_add_integer64 = ffi.Int32 Function( type _dart_snd_ctl_elem_add_integer64 (line 41985) | typedef _dart_snd_ctl_elem_add_integer64 = int Function( type _c_snd_ctl_elem_add_boolean (line 41994) | typedef _c_snd_ctl_elem_add_boolean = ffi.Int32 Function( type _dart_snd_ctl_elem_add_boolean (line 42000) | typedef _dart_snd_ctl_elem_add_boolean = int Function( type _c_snd_ctl_elem_add_enumerated (line 42006) | typedef _c_snd_ctl_elem_add_enumerated = ffi.Int32 Function( type _dart_snd_ctl_elem_add_enumerated (line 42014) | typedef _dart_snd_ctl_elem_add_enumerated = int Function( type _c_snd_ctl_elem_add_iec958 (line 42022) | typedef _c_snd_ctl_elem_add_iec958 = ffi.Int32 Function( type _dart_snd_ctl_elem_add_iec958 (line 42027) | typedef _dart_snd_ctl_elem_add_iec958 = int Function( type _c_snd_ctl_elem_remove (line 42032) | typedef _c_snd_ctl_elem_remove = ffi.Int32 Function( type _dart_snd_ctl_elem_remove (line 42037) | typedef _dart_snd_ctl_elem_remove = int Function( type _c_snd_ctl_elem_value_sizeof (line 42042) | typedef _c_snd_ctl_elem_value_sizeof = ffi.Uint64 Function(); type _dart_snd_ctl_elem_value_sizeof (line 42044) | typedef _dart_snd_ctl_elem_value_sizeof = int Function(); type _c_snd_ctl_elem_value_malloc (line 42046) | typedef _c_snd_ctl_elem_value_malloc = ffi.Int32 Function( type _dart_snd_ctl_elem_value_malloc (line 42050) | typedef _dart_snd_ctl_elem_value_malloc = int Function( type _c_snd_ctl_elem_value_free (line 42054) | typedef _c_snd_ctl_elem_value_free = ffi.Void Function( type _dart_snd_ctl_elem_value_free (line 42058) | typedef _dart_snd_ctl_elem_value_free = void Function( type _c_snd_ctl_elem_value_clear (line 42062) | typedef _c_snd_ctl_elem_value_clear = ffi.Void Function( type _dart_snd_ctl_elem_value_clear (line 42066) | typedef _dart_snd_ctl_elem_value_clear = void Function( type _c_snd_ctl_elem_value_copy (line 42070) | typedef _c_snd_ctl_elem_value_copy = ffi.Void Function( type _dart_snd_ctl_elem_value_copy (line 42075) | typedef _dart_snd_ctl_elem_value_copy = void Function( type _c_snd_ctl_elem_value_compare (line 42080) | typedef _c_snd_ctl_elem_value_compare = ffi.Int32 Function( type _dart_snd_ctl_elem_value_compare (line 42085) | typedef _dart_snd_ctl_elem_value_compare = int Function( type _c_snd_ctl_elem_value_get_id (line 42090) | typedef _c_snd_ctl_elem_value_get_id = ffi.Void Function( type _dart_snd_ctl_elem_value_get_id (line 42095) | typedef _dart_snd_ctl_elem_value_get_id = void Function( type _c_snd_ctl_elem_value_get_numid (line 42100) | typedef _c_snd_ctl_elem_value_get_numid = ffi.Uint32 Function( type _dart_snd_ctl_elem_value_get_numid (line 42104) | typedef _dart_snd_ctl_elem_value_get_numid = int Function( type _c_snd_ctl_elem_value_get_interface (line 42108) | typedef _c_snd_ctl_elem_value_get_interface = ffi.Int32 Function( type _dart_snd_ctl_elem_value_get_interface (line 42112) | typedef _dart_snd_ctl_elem_value_get_interface = int Function( type _c_snd_ctl_elem_value_get_device (line 42116) | typedef _c_snd_ctl_elem_value_get_device = ffi.Uint32 Function( type _dart_snd_ctl_elem_value_get_device (line 42120) | typedef _dart_snd_ctl_elem_value_get_device = int Function( type _c_snd_ctl_elem_value_get_subdevice (line 42124) | typedef _c_snd_ctl_elem_value_get_subdevice = ffi.Uint32 Function( type _dart_snd_ctl_elem_value_get_subdevice (line 42128) | typedef _dart_snd_ctl_elem_value_get_subdevice = int Function( type _c_snd_ctl_elem_value_get_name (line 42132) | typedef _c_snd_ctl_elem_value_get_name = ffi.Pointer Function( type _dart_snd_ctl_elem_value_get_name (line 42136) | typedef _dart_snd_ctl_elem_value_get_name = ffi.Pointer Function( type _c_snd_ctl_elem_value_get_index (line 42140) | typedef _c_snd_ctl_elem_value_get_index = ffi.Uint32 Function( type _dart_snd_ctl_elem_value_get_index (line 42144) | typedef _dart_snd_ctl_elem_value_get_index = int Function( type _c_snd_ctl_elem_value_set_id (line 42148) | typedef _c_snd_ctl_elem_value_set_id = ffi.Void Function( type _dart_snd_ctl_elem_value_set_id (line 42153) | typedef _dart_snd_ctl_elem_value_set_id = void Function( type _c_snd_ctl_elem_value_set_numid (line 42158) | typedef _c_snd_ctl_elem_value_set_numid = ffi.Void Function( type _dart_snd_ctl_elem_value_set_numid (line 42163) | typedef _dart_snd_ctl_elem_value_set_numid = void Function( type _c_snd_ctl_elem_value_set_interface (line 42168) | typedef _c_snd_ctl_elem_value_set_interface = ffi.Void Function( type _dart_snd_ctl_elem_value_set_interface (line 42173) | typedef _dart_snd_ctl_elem_value_set_interface = void Function( type _c_snd_ctl_elem_value_set_device (line 42178) | typedef _c_snd_ctl_elem_value_set_device = ffi.Void Function( type _dart_snd_ctl_elem_value_set_device (line 42183) | typedef _dart_snd_ctl_elem_value_set_device = void Function( type _c_snd_ctl_elem_value_set_subdevice (line 42188) | typedef _c_snd_ctl_elem_value_set_subdevice = ffi.Void Function( type _dart_snd_ctl_elem_value_set_subdevice (line 42193) | typedef _dart_snd_ctl_elem_value_set_subdevice = void Function( type _c_snd_ctl_elem_value_set_name (line 42198) | typedef _c_snd_ctl_elem_value_set_name = ffi.Void Function( type _dart_snd_ctl_elem_value_set_name (line 42203) | typedef _dart_snd_ctl_elem_value_set_name = void Function( type _c_snd_ctl_elem_value_set_index (line 42208) | typedef _c_snd_ctl_elem_value_set_index = ffi.Void Function( type _dart_snd_ctl_elem_value_set_index (line 42213) | typedef _dart_snd_ctl_elem_value_set_index = void Function( type _c_snd_ctl_elem_value_get_boolean (line 42218) | typedef _c_snd_ctl_elem_value_get_boolean = ffi.Int32 Function( type _dart_snd_ctl_elem_value_get_boolean (line 42223) | typedef _dart_snd_ctl_elem_value_get_boolean = int Function( type _c_snd_ctl_elem_value_get_integer (line 42228) | typedef _c_snd_ctl_elem_value_get_integer = ffi.Int64 Function( type _dart_snd_ctl_elem_value_get_integer (line 42233) | typedef _dart_snd_ctl_elem_value_get_integer = int Function( type _c_snd_ctl_elem_value_get_integer64 (line 42238) | typedef _c_snd_ctl_elem_value_get_integer64 = ffi.Int64 Function( type _dart_snd_ctl_elem_value_get_integer64 (line 42243) | typedef _dart_snd_ctl_elem_value_get_integer64 = int Function( type _c_snd_ctl_elem_value_get_enumerated (line 42248) | typedef _c_snd_ctl_elem_value_get_enumerated = ffi.Uint32 Function( type _dart_snd_ctl_elem_value_get_enumerated (line 42253) | typedef _dart_snd_ctl_elem_value_get_enumerated = int Function( type _c_snd_ctl_elem_value_get_byte (line 42258) | typedef _c_snd_ctl_elem_value_get_byte = ffi.Uint8 Function( type _dart_snd_ctl_elem_value_get_byte (line 42263) | typedef _dart_snd_ctl_elem_value_get_byte = int Function( type _c_snd_ctl_elem_value_set_boolean (line 42268) | typedef _c_snd_ctl_elem_value_set_boolean = ffi.Void Function( type _dart_snd_ctl_elem_value_set_boolean (line 42274) | typedef _dart_snd_ctl_elem_value_set_boolean = void Function( type _c_snd_ctl_elem_value_set_integer (line 42280) | typedef _c_snd_ctl_elem_value_set_integer = ffi.Void Function( type _dart_snd_ctl_elem_value_set_integer (line 42286) | typedef _dart_snd_ctl_elem_value_set_integer = void Function( type _c_snd_ctl_elem_value_set_integer64 (line 42292) | typedef _c_snd_ctl_elem_value_set_integer64 = ffi.Void Function( type _dart_snd_ctl_elem_value_set_integer64 (line 42298) | typedef _dart_snd_ctl_elem_value_set_integer64 = void Function( type _c_snd_ctl_elem_value_set_enumerated (line 42304) | typedef _c_snd_ctl_elem_value_set_enumerated = ffi.Void Function( type _dart_snd_ctl_elem_value_set_enumerated (line 42310) | typedef _dart_snd_ctl_elem_value_set_enumerated = void Function( type _c_snd_ctl_elem_value_set_byte (line 42316) | typedef _c_snd_ctl_elem_value_set_byte = ffi.Void Function( type _dart_snd_ctl_elem_value_set_byte (line 42322) | typedef _dart_snd_ctl_elem_value_set_byte = void Function( type _c_snd_ctl_elem_set_bytes (line 42328) | typedef _c_snd_ctl_elem_set_bytes = ffi.Void Function( type _dart_snd_ctl_elem_set_bytes (line 42334) | typedef _dart_snd_ctl_elem_set_bytes = void Function( type _c_snd_ctl_elem_value_get_bytes (line 42340) | typedef _c_snd_ctl_elem_value_get_bytes = ffi.Pointer Function( type _dart_snd_ctl_elem_value_get_bytes (line 42344) | typedef _dart_snd_ctl_elem_value_get_bytes = ffi.Pointer Funct... type _c_snd_ctl_elem_value_get_iec958 (line 42348) | typedef _c_snd_ctl_elem_value_get_iec958 = ffi.Void Function( type _dart_snd_ctl_elem_value_get_iec958 (line 42353) | typedef _dart_snd_ctl_elem_value_get_iec958 = void Function( type _c_snd_ctl_elem_value_set_iec958 (line 42358) | typedef _c_snd_ctl_elem_value_set_iec958 = ffi.Void Function( type _dart_snd_ctl_elem_value_set_iec958 (line 42363) | typedef _dart_snd_ctl_elem_value_set_iec958 = void Function( type _c_snd_tlv_parse_dB_info (line 42368) | typedef _c_snd_tlv_parse_dB_info = ffi.Int32 Function( type _dart_snd_tlv_parse_dB_info (line 42374) | typedef _dart_snd_tlv_parse_dB_info = int Function( type _c_snd_tlv_get_dB_range (line 42380) | typedef _c_snd_tlv_get_dB_range = ffi.Int32 Function( type _dart_snd_tlv_get_dB_range (line 42388) | typedef _dart_snd_tlv_get_dB_range = int Function( type _c_snd_tlv_convert_to_dB (line 42396) | typedef _c_snd_tlv_convert_to_dB = ffi.Int32 Function( type _dart_snd_tlv_convert_to_dB (line 42404) | typedef _dart_snd_tlv_convert_to_dB = int Function( type _c_snd_tlv_convert_from_dB (line 42412) | typedef _c_snd_tlv_convert_from_dB = ffi.Int32 Function( type _dart_snd_tlv_convert_from_dB (line 42421) | typedef _dart_snd_tlv_convert_from_dB = int Function( type _c_snd_ctl_get_dB_range (line 42430) | typedef _c_snd_ctl_get_dB_range = ffi.Int32 Function( type _dart_snd_ctl_get_dB_range (line 42437) | typedef _dart_snd_ctl_get_dB_range = int Function( type _c_snd_ctl_convert_to_dB (line 42444) | typedef _c_snd_ctl_convert_to_dB = ffi.Int32 Function( type _dart_snd_ctl_convert_to_dB (line 42451) | typedef _dart_snd_ctl_convert_to_dB = int Function( type _c_snd_ctl_convert_from_dB (line 42458) | typedef _c_snd_ctl_convert_from_dB = ffi.Int32 Function( type _dart_snd_ctl_convert_from_dB (line 42466) | typedef _dart_snd_ctl_convert_from_dB = int Function( type _c_snd_hctl_compare_fast (line 42474) | typedef _c_snd_hctl_compare_fast = ffi.Int32 Function( type _dart_snd_hctl_compare_fast (line 42479) | typedef _dart_snd_hctl_compare_fast = int Function( type _c_snd_hctl_open (line 42484) | typedef _c_snd_hctl_open = ffi.Int32 Function( type _dart_snd_hctl_open (line 42490) | typedef _dart_snd_hctl_open = int Function( type _c_snd_hctl_open_ctl (line 42496) | typedef _c_snd_hctl_open_ctl = ffi.Int32 Function( type _dart_snd_hctl_open_ctl (line 42501) | typedef _dart_snd_hctl_open_ctl = int Function( type _c_snd_hctl_close (line 42506) | typedef _c_snd_hctl_close = ffi.Int32 Function( type _dart_snd_hctl_close (line 42510) | typedef _dart_snd_hctl_close = int Function( type _c_snd_hctl_nonblock (line 42514) | typedef _c_snd_hctl_nonblock = ffi.Int32 Function( type _dart_snd_hctl_nonblock (line 42519) | typedef _dart_snd_hctl_nonblock = int Function( type _c_snd_hctl_poll_descriptors_count (line 42524) | typedef _c_snd_hctl_poll_descriptors_count = ffi.Int32 Function( type _dart_snd_hctl_poll_descriptors_count (line 42528) | typedef _dart_snd_hctl_poll_descriptors_count = int Function( type _c_snd_hctl_poll_descriptors (line 42532) | typedef _c_snd_hctl_poll_descriptors = ffi.Int32 Function( type _dart_snd_hctl_poll_descriptors (line 42538) | typedef _dart_snd_hctl_poll_descriptors = int Function( type _c_snd_hctl_poll_descriptors_revents (line 42544) | typedef _c_snd_hctl_poll_descriptors_revents = ffi.Int32 Function( type _dart_snd_hctl_poll_descriptors_revents (line 42551) | typedef _dart_snd_hctl_poll_descriptors_revents = int Function( type _c_snd_hctl_get_count (line 42558) | typedef _c_snd_hctl_get_count = ffi.Uint32 Function( type _dart_snd_hctl_get_count (line 42562) | typedef _dart_snd_hctl_get_count = int Function( type snd_hctl_compare_t (line 42566) | typedef snd_hctl_compare_t = ffi.Int32 Function( type _c_snd_hctl_set_compare (line 42571) | typedef _c_snd_hctl_set_compare = ffi.Int32 Function( type _dart_snd_hctl_set_compare (line 42576) | typedef _dart_snd_hctl_set_compare = int Function( type _c_snd_hctl_first_elem (line 42581) | typedef _c_snd_hctl_first_elem = ffi.Pointer Function( type _dart_snd_hctl_first_elem (line 42585) | typedef _dart_snd_hctl_first_elem = ffi.Pointer Function( type _c_snd_hctl_last_elem (line 42589) | typedef _c_snd_hctl_last_elem = ffi.Pointer Function( type _dart_snd_hctl_last_elem (line 42593) | typedef _dart_snd_hctl_last_elem = ffi.Pointer Function( type _c_snd_hctl_find_elem (line 42597) | typedef _c_snd_hctl_find_elem = ffi.Pointer Function( type _dart_snd_hctl_find_elem (line 42602) | typedef _dart_snd_hctl_find_elem = ffi.Pointer Function( type snd_hctl_callback_t (line 42607) | typedef snd_hctl_callback_t = ffi.Int32 Function( type _c_snd_hctl_set_callback (line 42613) | typedef _c_snd_hctl_set_callback = ffi.Void Function( type _dart_snd_hctl_set_callback (line 42618) | typedef _dart_snd_hctl_set_callback = void Function( type _c_snd_hctl_set_callback_private (line 42623) | typedef _c_snd_hctl_set_callback_private = ffi.Void Function( type _dart_snd_hctl_set_callback_private (line 42628) | typedef _dart_snd_hctl_set_callback_private = void Function( type _c_snd_hctl_get_callback_private (line 42633) | typedef _c_snd_hctl_get_callback_private = ffi.Pointer Function( type _dart_snd_hctl_get_callback_private (line 42637) | typedef _dart_snd_hctl_get_callback_private = ffi.Pointer Func... type _c_snd_hctl_load (line 42641) | typedef _c_snd_hctl_load = ffi.Int32 Function( type _dart_snd_hctl_load (line 42645) | typedef _dart_snd_hctl_load = int Function( type _c_snd_hctl_free (line 42649) | typedef _c_snd_hctl_free = ffi.Int32 Function( type _dart_snd_hctl_free (line 42653) | typedef _dart_snd_hctl_free = int Function( type _c_snd_hctl_handle_events (line 42657) | typedef _c_snd_hctl_handle_events = ffi.Int32 Function( type _dart_snd_hctl_handle_events (line 42661) | typedef _dart_snd_hctl_handle_events = int Function( type _c_snd_hctl_name (line 42665) | typedef _c_snd_hctl_name = ffi.Pointer Function( type _dart_snd_hctl_name (line 42669) | typedef _dart_snd_hctl_name = ffi.Pointer Function( type _c_snd_hctl_wait (line 42673) | typedef _c_snd_hctl_wait = ffi.Int32 Function( type _dart_snd_hctl_wait (line 42678) | typedef _dart_snd_hctl_wait = int Function( type _c_snd_hctl_ctl (line 42683) | typedef _c_snd_hctl_ctl = ffi.Pointer Function( type _dart_snd_hctl_ctl (line 42687) | typedef _dart_snd_hctl_ctl = ffi.Pointer Function( type _c_snd_hctl_elem_next (line 42691) | typedef _c_snd_hctl_elem_next = ffi.Pointer Function( type _dart_snd_hctl_elem_next (line 42695) | typedef _dart_snd_hctl_elem_next = ffi.Pointer Function( type _c_snd_hctl_elem_prev (line 42699) | typedef _c_snd_hctl_elem_prev = ffi.Pointer Function( type _dart_snd_hctl_elem_prev (line 42703) | typedef _dart_snd_hctl_elem_prev = ffi.Pointer Function( type _c_snd_hctl_elem_info (line 42707) | typedef _c_snd_hctl_elem_info = ffi.Int32 Function( type _dart_snd_hctl_elem_info (line 42712) | typedef _dart_snd_hctl_elem_info = int Function( type _c_snd_hctl_elem_read (line 42717) | typedef _c_snd_hctl_elem_read = ffi.Int32 Function( type _dart_snd_hctl_elem_read (line 42722) | typedef _dart_snd_hctl_elem_read = int Function( type _c_snd_hctl_elem_write (line 42727) | typedef _c_snd_hctl_elem_write = ffi.Int32 Function( type _dart_snd_hctl_elem_write (line 42732) | typedef _dart_snd_hctl_elem_write = int Function( type _c_snd_hctl_elem_tlv_read (line 42737) | typedef _c_snd_hctl_elem_tlv_read = ffi.Int32 Function( type _dart_snd_hctl_elem_tlv_read (line 42743) | typedef _dart_snd_hctl_elem_tlv_read = int Function( type _c_snd_hctl_elem_tlv_write (line 42749) | typedef _c_snd_hctl_elem_tlv_write = ffi.Int32 Function( type _dart_snd_hctl_elem_tlv_write (line 42754) | typedef _dart_snd_hctl_elem_tlv_write = int Function( type _c_snd_hctl_elem_tlv_command (line 42759) | typedef _c_snd_hctl_elem_tlv_command = ffi.Int32 Function( type _dart_snd_hctl_elem_tlv_command (line 42764) | typedef _dart_snd_hctl_elem_tlv_command = int Function( type _c_snd_hctl_elem_get_hctl (line 42769) | typedef _c_snd_hctl_elem_get_hctl = ffi.Pointer Function( type _dart_snd_hctl_elem_get_hctl (line 42773) | typedef _dart_snd_hctl_elem_get_hctl = ffi.Pointer Function( type _c_snd_hctl_elem_get_id (line 42777) | typedef _c_snd_hctl_elem_get_id = ffi.Void Function( type _dart_snd_hctl_elem_get_id (line 42782) | typedef _dart_snd_hctl_elem_get_id = void Function( type _c_snd_hctl_elem_get_numid (line 42787) | typedef _c_snd_hctl_elem_get_numid = ffi.Uint32 Function( type _dart_snd_hctl_elem_get_numid (line 42791) | typedef _dart_snd_hctl_elem_get_numid = int Function( type _c_snd_hctl_elem_get_interface (line 42795) | typedef _c_snd_hctl_elem_get_interface = ffi.Int32 Function( type _dart_snd_hctl_elem_get_interface (line 42799) | typedef _dart_snd_hctl_elem_get_interface = int Function( type _c_snd_hctl_elem_get_device (line 42803) | typedef _c_snd_hctl_elem_get_device = ffi.Uint32 Function( type _dart_snd_hctl_elem_get_device (line 42807) | typedef _dart_snd_hctl_elem_get_device = int Function( type _c_snd_hctl_elem_get_subdevice (line 42811) | typedef _c_snd_hctl_elem_get_subdevice = ffi.Uint32 Function( type _dart_snd_hctl_elem_get_subdevice (line 42815) | typedef _dart_snd_hctl_elem_get_subdevice = int Function( type _c_snd_hctl_elem_get_name (line 42819) | typedef _c_snd_hctl_elem_get_name = ffi.Pointer Function( type _dart_snd_hctl_elem_get_name (line 42823) | typedef _dart_snd_hctl_elem_get_name = ffi.Pointer Function( type _c_snd_hctl_elem_get_index (line 42827) | typedef _c_snd_hctl_elem_get_index = ffi.Uint32 Function( type _dart_snd_hctl_elem_get_index (line 42831) | typedef _dart_snd_hctl_elem_get_index = int Function( type snd_hctl_elem_callback_t (line 42835) | typedef snd_hctl_elem_callback_t = ffi.Int32 Function( type _c_snd_hctl_elem_set_callback (line 42840) | typedef _c_snd_hctl_elem_set_callback = ffi.Void Function( type _dart_snd_hctl_elem_set_callback (line 42845) | typedef _dart_snd_hctl_elem_set_callback = void Function( type _c_snd_hctl_elem_get_callback_private (line 42850) | typedef _c_snd_hctl_elem_get_callback_private = ffi.Pointer Fu... type _dart_snd_hctl_elem_get_callback_private (line 42854) | typedef _dart_snd_hctl_elem_get_callback_private = ffi.Pointer type _c_snd_hctl_elem_set_callback_private (line 42859) | typedef _c_snd_hctl_elem_set_callback_private = ffi.Void Function( type _dart_snd_hctl_elem_set_callback_private (line 42864) | typedef _dart_snd_hctl_elem_set_callback_private = void Function( type _c_snd_sctl_build (line 42869) | typedef _c_snd_sctl_build = ffi.Int32 Function( type _dart_snd_sctl_build (line 42877) | typedef _dart_snd_sctl_build = int Function( type _c_snd_sctl_free (line 42885) | typedef _c_snd_sctl_free = ffi.Int32 Function( type _dart_snd_sctl_free (line 42889) | typedef _dart_snd_sctl_free = int Function( type _c_snd_sctl_install (line 42893) | typedef _c_snd_sctl_install = ffi.Int32 Function( type _dart_snd_sctl_install (line 42897) | typedef _dart_snd_sctl_install = int Function( type _c_snd_sctl_remove (line 42901) | typedef _c_snd_sctl_remove = ffi.Int32 Function( type _dart_snd_sctl_remove (line 42905) | typedef _dart_snd_sctl_remove = int Function( type _c_snd_mixer_open (line 42909) | typedef _c_snd_mixer_open = ffi.Int32 Function( type _dart_snd_mixer_open (line 42914) | typedef _dart_snd_mixer_open = int Function( type _c_snd_mixer_close (line 42919) | typedef _c_snd_mixer_close = ffi.Int32 Function( type _dart_snd_mixer_close (line 42923) | typedef _dart_snd_mixer_close = int Function( type _c_snd_mixer_first_elem (line 42927) | typedef _c_snd_mixer_first_elem = ffi.Pointer Function( type _dart_snd_mixer_first_elem (line 42931) | typedef _dart_snd_mixer_first_elem = ffi.Pointer Function( type _c_snd_mixer_last_elem (line 42935) | typedef _c_snd_mixer_last_elem = ffi.Pointer Function( type _dart_snd_mixer_last_elem (line 42939) | typedef _dart_snd_mixer_last_elem = ffi.Pointer Function( type _c_snd_mixer_handle_events (line 42943) | typedef _c_snd_mixer_handle_events = ffi.Int32 Function( type _dart_snd_mixer_handle_events (line 42947) | typedef _dart_snd_mixer_handle_events = int Function( type _c_snd_mixer_attach (line 42951) | typedef _c_snd_mixer_attach = ffi.Int32 Function( type _dart_snd_mixer_attach (line 42956) | typedef _dart_snd_mixer_attach = int Function( type _c_snd_mixer_attach_hctl (line 42961) | typedef _c_snd_mixer_attach_hctl = ffi.Int32 Function( type _dart_snd_mixer_attach_hctl (line 42966) | typedef _dart_snd_mixer_attach_hctl = int Function( type _c_snd_mixer_detach (line 42971) | typedef _c_snd_mixer_detach = ffi.Int32 Function( type _dart_snd_mixer_detach (line 42976) | typedef _dart_snd_mixer_detach = int Function( type _c_snd_mixer_detach_hctl (line 42981) | typedef _c_snd_mixer_detach_hctl = ffi.Int32 Function( type _dart_snd_mixer_detach_hctl (line 42986) | typedef _dart_snd_mixer_detach_hctl = int Function( type _c_snd_mixer_get_hctl (line 42991) | typedef _c_snd_mixer_get_hctl = ffi.Int32 Function( type _dart_snd_mixer_get_hctl (line 42997) | typedef _dart_snd_mixer_get_hctl = int Function( type _c_snd_mixer_poll_descriptors_count (line 43003) | typedef _c_snd_mixer_poll_descriptors_count = ffi.Int32 Function( type _dart_snd_mixer_poll_descriptors_count (line 43007) | typedef _dart_snd_mixer_poll_descriptors_count = int Function( type _c_snd_mixer_poll_descriptors (line 43011) | typedef _c_snd_mixer_poll_descriptors = ffi.Int32 Function( type _dart_snd_mixer_poll_descriptors (line 43017) | typedef _dart_snd_mixer_poll_descriptors = int Function( type _c_snd_mixer_poll_descriptors_revents (line 43023) | typedef _c_snd_mixer_poll_descriptors_revents = ffi.Int32 Function( type _dart_snd_mixer_poll_descriptors_revents (line 43030) | typedef _dart_snd_mixer_poll_descriptors_revents = int Function( type _c_snd_mixer_load (line 43037) | typedef _c_snd_mixer_load = ffi.Int32 Function( type _dart_snd_mixer_load (line 43041) | typedef _dart_snd_mixer_load = int Function( type _c_snd_mixer_free (line 43045) | typedef _c_snd_mixer_free = ffi.Void Function( type _dart_snd_mixer_free (line 43049) | typedef _dart_snd_mixer_free = void Function( type _c_snd_mixer_wait (line 43053) | typedef _c_snd_mixer_wait = ffi.Int32 Function( type _dart_snd_mixer_wait (line 43058) | typedef _dart_snd_mixer_wait = int Function( type snd_mixer_compare_t (line 43063) | typedef snd_mixer_compare_t = ffi.Int32 Function( type _c_snd_mixer_set_compare (line 43068) | typedef _c_snd_mixer_set_compare = ffi.Int32 Function( type _dart_snd_mixer_set_compare (line 43073) | typedef _dart_snd_mixer_set_compare = int Function( type snd_mixer_callback_t (line 43078) | typedef snd_mixer_callback_t = ffi.Int32 Function( type _c_snd_mixer_set_callback (line 43084) | typedef _c_snd_mixer_set_callback = ffi.Void Function( type _dart_snd_mixer_set_callback (line 43089) | typedef _dart_snd_mixer_set_callback = void Function( type _c_snd_mixer_get_callback_private (line 43094) | typedef _c_snd_mixer_get_callback_private = ffi.Pointer Function( type _dart_snd_mixer_get_callback_private (line 43098) | typedef _dart_snd_mixer_get_callback_private = ffi.Pointer Fun... type _c_snd_mixer_set_callback_private (line 43102) | typedef _c_snd_mixer_set_callback_private = ffi.Void Function( type _dart_snd_mixer_set_callback_private (line 43107) | typedef _dart_snd_mixer_set_callback_private = void Function( type _c_snd_mixer_get_count (line 43112) | typedef _c_snd_mixer_get_count = ffi.Uint32 Function( type _dart_snd_mixer_get_count (line 43116) | typedef _dart_snd_mixer_get_count = int Function( type _c_snd_mixer_class_unregister (line 43120) | typedef _c_snd_mixer_class_unregister = ffi.Int32 Function( type _dart_snd_mixer_class_unregister (line 43124) | typedef _dart_snd_mixer_class_unregister = int Function( type _c_snd_mixer_elem_next (line 43128) | typedef _c_snd_mixer_elem_next = ffi.Pointer Function( type _dart_snd_mixer_elem_next (line 43132) | typedef _dart_snd_mixer_elem_next = ffi.Pointer Function( type _c_snd_mixer_elem_prev (line 43136) | typedef _c_snd_mixer_elem_prev = ffi.Pointer Function( type _dart_snd_mixer_elem_prev (line 43140) | typedef _dart_snd_mixer_elem_prev = ffi.Pointer Function( type snd_mixer_elem_callback_t (line 43144) | typedef snd_mixer_elem_callback_t = ffi.Int32 Function( type _c_snd_mixer_elem_set_callback (line 43149) | typedef _c_snd_mixer_elem_set_callback = ffi.Void Function( type _dart_snd_mixer_elem_set_callback (line 43154) | typedef _dart_snd_mixer_elem_set_callback = void Function( type _c_snd_mixer_elem_get_callback_private (line 43159) | typedef _c_snd_mixer_elem_get_callback_private = ffi.Pointer F... type _dart_snd_mixer_elem_get_callback_private (line 43163) | typedef _dart_snd_mixer_elem_get_callback_private = ffi.Pointer type _c_snd_mixer_elem_set_callback_private (line 43168) | typedef _c_snd_mixer_elem_set_callback_private = ffi.Void Function( type _dart_snd_mixer_elem_set_callback_private (line 43173) | typedef _dart_snd_mixer_elem_set_callback_private = void Function( type _c_snd_mixer_elem_get_type (line 43178) | typedef _c_snd_mixer_elem_get_type = ffi.Int32 Function( type _dart_snd_mixer_elem_get_type (line 43182) | typedef _dart_snd_mixer_elem_get_type = int Function( type _c_snd_mixer_class_register (line 43186) | typedef _c_snd_mixer_class_register = ffi.Int32 Function( type _dart_snd_mixer_class_register (line 43191) | typedef _dart_snd_mixer_class_register = int Function( type _typedefC_11 (line 43196) | typedef _typedefC_11 = ffi.Void Function( type _c_snd_mixer_elem_new (line 43200) | typedef _c_snd_mixer_elem_new = ffi.Int32 Function( type _dart_snd_mixer_elem_new (line 43208) | typedef _dart_snd_mixer_elem_new = int Function( type _c_snd_mixer_elem_add (line 43216) | typedef _c_snd_mixer_elem_add = ffi.Int32 Function( type _dart_snd_mixer_elem_add (line 43221) | typedef _dart_snd_mixer_elem_add = int Function( type _c_snd_mixer_elem_remove (line 43226) | typedef _c_snd_mixer_elem_remove = ffi.Int32 Function( type _dart_snd_mixer_elem_remove (line 43230) | typedef _dart_snd_mixer_elem_remove = int Function( type _c_snd_mixer_elem_free (line 43234) | typedef _c_snd_mixer_elem_free = ffi.Void Function( type _dart_snd_mixer_elem_free (line 43238) | typedef _dart_snd_mixer_elem_free = void Function( type _c_snd_mixer_elem_info (line 43242) | typedef _c_snd_mixer_elem_info = ffi.Int32 Function( type _dart_snd_mixer_elem_info (line 43246) | typedef _dart_snd_mixer_elem_info = int Function( type _c_snd_mixer_elem_value (line 43250) | typedef _c_snd_mixer_elem_value = ffi.Int32 Function( type _dart_snd_mixer_elem_value (line 43254) | typedef _dart_snd_mixer_elem_value = int Function( type _c_snd_mixer_elem_attach (line 43258) | typedef _c_snd_mixer_elem_attach = ffi.Int32 Function( type _dart_snd_mixer_elem_attach (line 43263) | typedef _dart_snd_mixer_elem_attach = int Function( type _c_snd_mixer_elem_detach (line 43268) | typedef _c_snd_mixer_elem_detach = ffi.Int32 Function( type _dart_snd_mixer_elem_detach (line 43273) | typedef _dart_snd_mixer_elem_detach = int Function( type _c_snd_mixer_elem_empty (line 43278) | typedef _c_snd_mixer_elem_empty = ffi.Int32 Function( type _dart_snd_mixer_elem_empty (line 43282) | typedef _dart_snd_mixer_elem_empty = int Function( type _c_snd_mixer_elem_get_private (line 43286) | typedef _c_snd_mixer_elem_get_private = ffi.Pointer Function( type _dart_snd_mixer_elem_get_private (line 43290) | typedef _dart_snd_mixer_elem_get_private = ffi.Pointer Function( type _c_snd_mixer_class_sizeof (line 43294) | typedef _c_snd_mixer_class_sizeof = ffi.Uint64 Function(); type _dart_snd_mixer_class_sizeof (line 43296) | typedef _dart_snd_mixer_class_sizeof = int Function(); type _c_snd_mixer_class_malloc (line 43298) | typedef _c_snd_mixer_class_malloc = ffi.Int32 Function( type _dart_snd_mixer_class_malloc (line 43302) | typedef _dart_snd_mixer_class_malloc = int Function( type _c_snd_mixer_class_free (line 43306) | typedef _c_snd_mixer_class_free = ffi.Void Function( type _dart_snd_mixer_class_free (line 43310) | typedef _dart_snd_mixer_class_free = void Function( type _c_snd_mixer_class_copy (line 43314) | typedef _c_snd_mixer_class_copy = ffi.Void Function( type _dart_snd_mixer_class_copy (line 43319) | typedef _dart_snd_mixer_class_copy = void Function( type _c_snd_mixer_class_get_mixer (line 43324) | typedef _c_snd_mixer_class_get_mixer = ffi.Pointer Function( type _dart_snd_mixer_class_get_mixer (line 43328) | typedef _dart_snd_mixer_class_get_mixer = ffi.Pointer Function( type snd_mixer_event_t (line 43332) | typedef snd_mixer_event_t = ffi.Int32 Function( type _c_snd_mixer_class_get_event (line 43339) | typedef _c_snd_mixer_class_get_event type _dart_snd_mixer_class_get_event (line 43344) | typedef _dart_snd_mixer_class_get_event type _c_snd_mixer_class_get_private (line 43349) | typedef _c_snd_mixer_class_get_private = ffi.Pointer Function( type _dart_snd_mixer_class_get_private (line 43353) | typedef _dart_snd_mixer_class_get_private = ffi.Pointer Function( type _c_snd_mixer_class_get_compare (line 43357) | typedef _c_snd_mixer_class_get_compare type _dart_snd_mixer_class_get_compare (line 43362) | typedef _dart_snd_mixer_class_get_compare type _c_snd_mixer_class_set_event (line 43367) | typedef _c_snd_mixer_class_set_event = ffi.Int32 Function( type _dart_snd_mixer_class_set_event (line 43372) | typedef _dart_snd_mixer_class_set_event = int Function( type _c_snd_mixer_class_set_private (line 43377) | typedef _c_snd_mixer_class_set_private = ffi.Int32 Function( type _dart_snd_mixer_class_set_private (line 43382) | typedef _dart_snd_mixer_class_set_private = int Function( type _typedefC_12 (line 43387) | typedef _typedefC_12 = ffi.Void Function( type _c_snd_mixer_class_set_private_free (line 43391) | typedef _c_snd_mixer_class_set_private_free = ffi.Int32 Function( type _dart_snd_mixer_class_set_private_free (line 43396) | typedef _dart_snd_mixer_class_set_private_free = int Function( type _c_snd_mixer_class_set_compare (line 43401) | typedef _c_snd_mixer_class_set_compare = ffi.Int32 Function( type _dart_snd_mixer_class_set_compare (line 43406) | typedef _dart_snd_mixer_class_set_compare = int Function( type _c_snd_mixer_selem_channel_name (line 43411) | typedef _c_snd_mixer_selem_channel_name = ffi.Pointer Function( type _dart_snd_mixer_selem_channel_name (line 43415) | typedef _dart_snd_mixer_selem_channel_name = ffi.Pointer Funct... type _c_snd_mixer_selem_register (line 43419) | typedef _c_snd_mixer_selem_register = ffi.Int32 Function( type _dart_snd_mixer_selem_register (line 43425) | typedef _dart_snd_mixer_selem_register = int Function( type _c_snd_mixer_selem_get_id (line 43431) | typedef _c_snd_mixer_selem_get_id = ffi.Void Function( type _dart_snd_mixer_selem_get_id (line 43436) | typedef _dart_snd_mixer_selem_get_id = void Function( type _c_snd_mixer_selem_get_name (line 43441) | typedef _c_snd_mixer_selem_get_name = ffi.Pointer Function( type _dart_snd_mixer_selem_get_name (line 43445) | typedef _dart_snd_mixer_selem_get_name = ffi.Pointer Function( type _c_snd_mixer_selem_get_index (line 43449) | typedef _c_snd_mixer_selem_get_index = ffi.Uint32 Function( type _dart_snd_mixer_selem_get_index (line 43453) | typedef _dart_snd_mixer_selem_get_index = int Function( type _c_snd_mixer_find_selem (line 43457) | typedef _c_snd_mixer_find_selem = ffi.Pointer Function( type _dart_snd_mixer_find_selem (line 43462) | typedef _dart_snd_mixer_find_selem = ffi.Pointer Function( type _c_snd_mixer_selem_is_active (line 43467) | typedef _c_snd_mixer_selem_is_active = ffi.Int32 Function( type _dart_snd_mixer_selem_is_active (line 43471) | typedef _dart_snd_mixer_selem_is_active = int Function( type _c_snd_mixer_selem_is_playback_mono (line 43475) | typedef _c_snd_mixer_selem_is_playback_mono = ffi.Int32 Function( type _dart_snd_mixer_selem_is_playback_mono (line 43479) | typedef _dart_snd_mixer_selem_is_playback_mono = int Function( type _c_snd_mixer_selem_has_playback_channel (line 43483) | typedef _c_snd_mixer_selem_has_playback_channel = ffi.Int32 Function( type _dart_snd_mixer_selem_has_playback_channel (line 43488) | typedef _dart_snd_mixer_selem_has_playback_channel = int Function( type _c_snd_mixer_selem_is_capture_mono (line 43493) | typedef _c_snd_mixer_selem_is_capture_mono = ffi.Int32 Function( type _dart_snd_mixer_selem_is_capture_mono (line 43497) | typedef _dart_snd_mixer_selem_is_capture_mono = int Function( type _c_snd_mixer_selem_has_capture_channel (line 43501) | typedef _c_snd_mixer_selem_has_capture_channel = ffi.Int32 Function( type _dart_snd_mixer_selem_has_capture_channel (line 43506) | typedef _dart_snd_mixer_selem_has_capture_channel = int Function( type _c_snd_mixer_selem_get_capture_group (line 43511) | typedef _c_snd_mixer_selem_get_capture_group = ffi.Int32 Function( type _dart_snd_mixer_selem_get_capture_group (line 43515) | typedef _dart_snd_mixer_selem_get_capture_group = int Function( type _c_snd_mixer_selem_has_common_volume (line 43519) | typedef _c_snd_mixer_selem_has_common_volume = ffi.Int32 Function( type _dart_snd_mixer_selem_has_common_volume (line 43523) | typedef _dart_snd_mixer_selem_has_common_volume = int Function( type _c_snd_mixer_selem_has_playback_volume (line 43527) | typedef _c_snd_mixer_selem_has_playback_volume = ffi.Int32 Function( type _dart_snd_mixer_selem_has_playback_volume (line 43531) | typedef _dart_snd_mixer_selem_has_playback_volume = int Function( type _c_snd_mixer_selem_has_playback_volume_joined (line 43535) | typedef _c_snd_mixer_selem_has_playback_volume_joined = ffi.Int32 Function( type _dart_snd_mixer_selem_has_playback_volume_joined (line 43539) | typedef _dart_snd_mixer_selem_has_playback_volume_joined = int Function( type _c_snd_mixer_selem_has_capture_volume (line 43543) | typedef _c_snd_mixer_selem_has_capture_volume = ffi.Int32 Function( type _dart_snd_mixer_selem_has_capture_volume (line 43547) | typedef _dart_snd_mixer_selem_has_capture_volume = int Function( type _c_snd_mixer_selem_has_capture_volume_joined (line 43551) | typedef _c_snd_mixer_selem_has_capture_volume_joined = ffi.Int32 Function( type _dart_snd_mixer_selem_has_capture_volume_joined (line 43555) | typedef _dart_snd_mixer_selem_has_capture_volume_joined = int Function( type _c_snd_mixer_selem_has_common_switch (line 43559) | typedef _c_snd_mixer_selem_has_common_switch = ffi.Int32 Function( type _dart_snd_mixer_selem_has_common_switch (line 43563) | typedef _dart_snd_mixer_selem_has_common_switch = int Function( type _c_snd_mixer_selem_has_playback_switch (line 43567) | typedef _c_snd_mixer_selem_has_playback_switch = ffi.Int32 Function( type _dart_snd_mixer_selem_has_playback_switch (line 43571) | typedef _dart_snd_mixer_selem_has_playback_switch = int Function( type _c_snd_mixer_selem_has_playback_switch_joined (line 43575) | typedef _c_snd_mixer_selem_has_playback_switch_joined = ffi.Int32 Function( type _dart_snd_mixer_selem_has_playback_switch_joined (line 43579) | typedef _dart_snd_mixer_selem_has_playback_switch_joined = int Function( type _c_snd_mixer_selem_has_capture_switch (line 43583) | typedef _c_snd_mixer_selem_has_capture_switch = ffi.Int32 Function( type _dart_snd_mixer_selem_has_capture_switch (line 43587) | typedef _dart_snd_mixer_selem_has_capture_switch = int Function( type _c_snd_mixer_selem_has_capture_switch_joined (line 43591) | typedef _c_snd_mixer_selem_has_capture_switch_joined = ffi.Int32 Function( type _dart_snd_mixer_selem_has_capture_switch_joined (line 43595) | typedef _dart_snd_mixer_selem_has_capture_switch_joined = int Function( type _c_snd_mixer_selem_has_capture_switch_exclusive (line 43599) | typedef _c_snd_mixer_selem_has_capture_switch_exclusive = ffi.Int32 Func... type _dart_snd_mixer_selem_has_capture_switch_exclusive (line 43603) | typedef _dart_snd_mixer_selem_has_capture_switch_exclusive = int Function( type _c_snd_mixer_selem_ask_playback_vol_dB (line 43607) | typedef _c_snd_mixer_selem_ask_playback_vol_dB = ffi.Int32 Function( type _dart_snd_mixer_selem_ask_playback_vol_dB (line 43613) | typedef _dart_snd_mixer_selem_ask_playback_vol_dB = int Function( type _c_snd_mixer_selem_ask_capture_vol_dB (line 43619) | typedef _c_snd_mixer_selem_ask_capture_vol_dB = ffi.Int32 Function( type _dart_snd_mixer_selem_ask_capture_vol_dB (line 43625) | typedef _dart_snd_mixer_selem_ask_capture_vol_dB = int Function( type _c_snd_mixer_selem_ask_playback_dB_vol (line 43631) | typedef _c_snd_mixer_selem_ask_playback_dB_vol = ffi.Int32 Function( type _dart_snd_mixer_selem_ask_playback_dB_vol (line 43638) | typedef _dart_snd_mixer_selem_ask_playback_dB_vol = int Function( type _c_snd_mixer_selem_ask_capture_dB_vol (line 43645) | typedef _c_snd_mixer_selem_ask_capture_dB_vol = ffi.Int32 Function( type _dart_snd_mixer_selem_ask_capture_dB_vol (line 43652) | typedef _dart_snd_mixer_selem_ask_capture_dB_vol = int Function( type _c_snd_mixer_selem_get_playback_volume (line 43659) | typedef _c_snd_mixer_selem_get_playback_volume = ffi.Int32 Function( type _dart_snd_mixer_selem_get_playback_volume (line 43665) | typedef _dart_snd_mixer_selem_get_playback_volume = int Function( type _c_snd_mixer_selem_get_capture_volume (line 43671) | typedef _c_snd_mixer_selem_get_capture_volume = ffi.Int32 Function( type _dart_snd_mixer_selem_get_capture_volume (line 43677) | typedef _dart_snd_mixer_selem_get_capture_volume = int Function( type _c_snd_mixer_selem_get_playback_dB (line 43683) | typedef _c_snd_mixer_selem_get_playback_dB = ffi.Int32 Function( type _dart_snd_mixer_selem_get_playback_dB (line 43689) | typedef _dart_snd_mixer_selem_get_playback_dB = int Function( type _c_snd_mixer_selem_get_capture_dB (line 43695) | typedef _c_snd_mixer_selem_get_capture_dB = ffi.Int32 Function( type _dart_snd_mixer_selem_get_capture_dB (line 43701) | typedef _dart_snd_mixer_selem_get_capture_dB = int Function( type _c_snd_mixer_selem_get_playback_switch (line 43707) | typedef _c_snd_mixer_selem_get_playback_switch = ffi.Int32 Function( type _dart_snd_mixer_selem_get_playback_switch (line 43713) | typedef _dart_snd_mixer_selem_get_playback_switch = int Function( type _c_snd_mixer_selem_get_capture_switch (line 43719) | typedef _c_snd_mixer_selem_get_capture_switch = ffi.Int32 Function( type _dart_snd_mixer_selem_get_capture_switch (line 43725) | typedef _dart_snd_mixer_selem_get_capture_switch = int Function( type _c_snd_mixer_selem_set_playback_volume (line 43731) | typedef _c_snd_mixer_selem_set_playback_volume = ffi.Int32 Function( type _dart_snd_mixer_selem_set_playback_volume (line 43737) | typedef _dart_snd_mixer_selem_set_playback_volume = int Function( type _c_snd_mixer_selem_set_capture_volume (line 43743) | typedef _c_snd_mixer_selem_set_capture_volume = ffi.Int32 Function( type _dart_snd_mixer_selem_set_capture_volume (line 43749) | typedef _dart_snd_mixer_selem_set_capture_volume = int Function( type _c_snd_mixer_selem_set_playback_dB (line 43755) | typedef _c_snd_mixer_selem_set_playback_dB = ffi.Int32 Function( type _dart_snd_mixer_selem_set_playback_dB (line 43762) | typedef _dart_snd_mixer_selem_set_playback_dB = int Function( type _c_snd_mixer_selem_set_capture_dB (line 43769) | typedef _c_snd_mixer_selem_set_capture_dB = ffi.Int32 Function( type _dart_snd_mixer_selem_set_capture_dB (line 43776) | typedef _dart_snd_mixer_selem_set_capture_dB = int Function( type _c_snd_mixer_selem_set_playback_volume_all (line 43783) | typedef _c_snd_mixer_selem_set_playback_volume_all = ffi.Int32 Function( type _dart_snd_mixer_selem_set_playback_volume_all (line 43788) | typedef _dart_snd_mixer_selem_set_playback_volume_all = int Function( type _c_snd_mixer_selem_set_capture_volume_all (line 43793) | typedef _c_snd_mixer_selem_set_capture_volume_all = ffi.Int32 Function( type _dart_snd_mixer_selem_set_capture_volume_all (line 43798) | typedef _dart_snd_mixer_selem_set_capture_volume_all = int Function( type _c_snd_mixer_selem_set_playback_dB_all (line 43803) | typedef _c_snd_mixer_selem_set_playback_dB_all = ffi.Int32 Function( type _dart_snd_mixer_selem_set_playback_dB_all (line 43809) | typedef _dart_snd_mixer_selem_set_playback_dB_all = int Function( type _c_snd_mixer_selem_set_capture_dB_all (line 43815) | typedef _c_snd_mixer_selem_set_capture_dB_all = ffi.Int32 Function( type _dart_snd_mixer_selem_set_capture_dB_all (line 43821) | typedef _dart_snd_mixer_selem_set_capture_dB_all = int Function( type _c_snd_mixer_selem_set_playback_switch (line 43827) | typedef _c_snd_mixer_selem_set_playback_switch = ffi.Int32 Function( type _dart_snd_mixer_selem_set_playback_switch (line 43833) | typedef _dart_snd_mixer_selem_set_playback_switch = int Function( type _c_snd_mixer_selem_set_capture_switch (line 43839) | typedef _c_snd_mixer_selem_set_capture_switch = ffi.Int32 Function( type _dart_snd_mixer_selem_set_capture_switch (line 43845) | typedef _dart_snd_mixer_selem_set_capture_switch = int Function( type _c_snd_mixer_selem_set_playback_switch_all (line 43851) | typedef _c_snd_mixer_selem_set_playback_switch_all = ffi.Int32 Function( type _dart_snd_mixer_selem_set_playback_switch_all (line 43856) | typedef _dart_snd_mixer_selem_set_playback_switch_all = int Function( type _c_snd_mixer_selem_set_capture_switch_all (line 43861) | typedef _c_snd_mixer_selem_set_capture_switch_all = ffi.Int32 Function( type _dart_snd_mixer_selem_set_capture_switch_all (line 43866) | typedef _dart_snd_mixer_selem_set_capture_switch_all = int Function( type _c_snd_mixer_selem_get_playback_volume_range (line 43871) | typedef _c_snd_mixer_selem_get_playback_volume_range = ffi.Int32 Function( type _dart_snd_mixer_selem_get_playback_volume_range (line 43877) | typedef _dart_snd_mixer_selem_get_playback_volume_range = int Function( type _c_snd_mixer_selem_get_playback_dB_range (line 43883) | typedef _c_snd_mixer_selem_get_playback_dB_range = ffi.Int32 Function( type _dart_snd_mixer_selem_get_playback_dB_range (line 43889) | typedef _dart_snd_mixer_selem_get_playback_dB_range = int Function( type _c_snd_mixer_selem_set_playback_volume_range (line 43895) | typedef _c_snd_mixer_selem_set_playback_volume_range = ffi.Int32 Function( type _dart_snd_mixer_selem_set_playback_volume_range (line 43901) | typedef _dart_snd_mixer_selem_set_playback_volume_range = int Function( type _c_snd_mixer_selem_get_capture_volume_range (line 43907) | typedef _c_snd_mixer_selem_get_capture_volume_range = ffi.Int32 Function( type _dart_snd_mixer_selem_get_capture_volume_range (line 43913) | typedef _dart_snd_mixer_selem_get_capture_volume_range = int Function( type _c_snd_mixer_selem_get_capture_dB_range (line 43919) | typedef _c_snd_mixer_selem_get_capture_dB_range = ffi.Int32 Function( type _dart_snd_mixer_selem_get_capture_dB_range (line 43925) | typedef _dart_snd_mixer_selem_get_capture_dB_range = int Function( type _c_snd_mixer_selem_set_capture_volume_range (line 43931) | typedef _c_snd_mixer_selem_set_capture_volume_range = ffi.Int32 Function( type _dart_snd_mixer_selem_set_capture_volume_range (line 43937) | typedef _dart_snd_mixer_selem_set_capture_volume_range = int Function( type _c_snd_mixer_selem_is_enumerated (line 43943) | typedef _c_snd_mixer_selem_is_enumerated = ffi.Int32 Function( type _dart_snd_mixer_selem_is_enumerated (line 43947) | typedef _dart_snd_mixer_selem_is_enumerated = int Function( type _c_snd_mixer_selem_is_enum_playback (line 43951) | typedef _c_snd_mixer_selem_is_enum_playback = ffi.Int32 Function( type _dart_snd_mixer_selem_is_enum_playback (line 43955) | typedef _dart_snd_mixer_selem_is_enum_playback = int Function( type _c_snd_mixer_selem_is_enum_capture (line 43959) | typedef _c_snd_mixer_selem_is_enum_capture = ffi.Int32 Function( type _dart_snd_mixer_selem_is_enum_capture (line 43963) | typedef _dart_snd_mixer_selem_is_enum_capture = int Function( type _c_snd_mixer_selem_get_enum_items (line 43967) | typedef _c_snd_mixer_selem_get_enum_items = ffi.Int32 Function( type _dart_snd_mixer_selem_get_enum_items (line 43971) | typedef _dart_snd_mixer_selem_get_enum_items = int Function( type _c_snd_mixer_selem_get_enum_item_name (line 43975) | typedef _c_snd_mixer_selem_get_enum_item_name = ffi.Int32 Function( type _dart_snd_mixer_selem_get_enum_item_name (line 43982) | typedef _dart_snd_mixer_selem_get_enum_item_name = int Function( type _c_snd_mixer_selem_get_enum_item (line 43989) | typedef _c_snd_mixer_selem_get_enum_item = ffi.Int32 Function( type _dart_snd_mixer_selem_get_enum_item (line 43995) | typedef _dart_snd_mixer_selem_get_enum_item = int Function( type _c_snd_mixer_selem_set_enum_item (line 44001) | typedef _c_snd_mixer_selem_set_enum_item = ffi.Int32 Function( type _dart_snd_mixer_selem_set_enum_item (line 44007) | typedef _dart_snd_mixer_selem_set_enum_item = int Function( type _c_snd_mixer_selem_id_sizeof (line 44013) | typedef _c_snd_mixer_selem_id_sizeof = ffi.Uint64 Function(); type _dart_snd_mixer_selem_id_sizeof (line 44015) | typedef _dart_snd_mixer_selem_id_sizeof = int Function(); type _c_snd_mixer_selem_id_malloc (line 44017) | typedef _c_snd_mixer_selem_id_malloc = ffi.Int32 Function( type _dart_snd_mixer_selem_id_malloc (line 44021) | typedef _dart_snd_mixer_selem_id_malloc = int Function( type _c_snd_mixer_selem_id_free (line 44025) | typedef _c_snd_mixer_selem_id_free = ffi.Void Function( type _dart_snd_mixer_selem_id_free (line 44029) | typedef _dart_snd_mixer_selem_id_free = void Function( type _c_snd_mixer_selem_id_copy (line 44033) | typedef _c_snd_mixer_selem_id_copy = ffi.Void Function( type _dart_snd_mixer_selem_id_copy (line 44038) | typedef _dart_snd_mixer_selem_id_copy = void Function( type _c_snd_mixer_selem_id_get_name (line 44043) | typedef _c_snd_mixer_selem_id_get_name = ffi.Pointer Function( type _dart_snd_mixer_selem_id_get_name (line 44047) | typedef _dart_snd_mixer_selem_id_get_name = ffi.Pointer Function( type _c_snd_mixer_selem_id_get_index (line 44051) | typedef _c_snd_mixer_selem_id_get_index = ffi.Uint32 Function( type _dart_snd_mixer_selem_id_get_index (line 44055) | typedef _dart_snd_mixer_selem_id_get_index = int Function( type _c_snd_mixer_selem_id_set_name (line 44059) | typedef _c_snd_mixer_selem_id_set_name = ffi.Void Function( type _dart_snd_mixer_selem_id_set_name (line 44064) | typedef _dart_snd_mixer_selem_id_set_name = void Function( type _c_snd_mixer_selem_id_set_index (line 44069) | typedef _c_snd_mixer_selem_id_set_index = ffi.Void Function( type _dart_snd_mixer_selem_id_set_index (line 44074) | typedef _dart_snd_mixer_selem_id_set_index = void Function( type _c_snd_mixer_selem_id_parse (line 44079) | typedef _c_snd_mixer_selem_id_parse = ffi.Int32 Function( type _dart_snd_mixer_selem_id_parse (line 44084) | typedef _dart_snd_mixer_selem_id_parse = int Function( type _c_snd_seq_open (line 44089) | typedef _c_snd_seq_open = ffi.Int32 Function( type _dart_snd_seq_open (line 44096) | typedef _dart_snd_seq_open = int Function( type _c_snd_seq_open_lconf (line 44103) | typedef _c_snd_seq_open_lconf = ffi.Int32 Function( type _dart_snd_seq_open_lconf (line 44111) | typedef _dart_snd_seq_open_lconf = int Function( type _c_snd_seq_name (line 44119) | typedef _c_snd_seq_name = ffi.Pointer Function( type _dart_snd_seq_name (line 44123) | typedef _dart_snd_seq_name = ffi.Pointer Function( type _c_snd_seq_type (line 44127) | typedef _c_snd_seq_type = ffi.Int32 Function( type _dart_snd_seq_type (line 44131) | typedef _dart_snd_seq_type = int Function( type _c_snd_seq_close (line 44135) | typedef _c_snd_seq_close = ffi.Int32 Function( type _dart_snd_seq_close (line 44139) | typedef _dart_snd_seq_close = int Function( type _c_snd_seq_poll_descriptors_count (line 44143) | typedef _c_snd_seq_poll_descriptors_count = ffi.Int32 Function( type _dart_snd_seq_poll_descriptors_count (line 44148) | typedef _dart_snd_seq_poll_descriptors_count = int Function( type _c_snd_seq_poll_descriptors (line 44153) | typedef _c_snd_seq_poll_descriptors = ffi.Int32 Function( type _dart_snd_seq_poll_descriptors (line 44160) | typedef _dart_snd_seq_poll_descriptors = int Function( type _c_snd_seq_poll_descriptors_revents (line 44167) | typedef _c_snd_seq_poll_descriptors_revents = ffi.Int32 Function( type _dart_snd_seq_poll_descriptors_revents (line 44174) | typedef _dart_snd_seq_poll_descriptors_revents = int Function( type _c_snd_seq_nonblock (line 44181) | typedef _c_snd_seq_nonblock = ffi.Int32 Function( type _dart_snd_seq_nonblock (line 44186) | typedef _dart_snd_seq_nonblock = int Function( type _c_snd_seq_client_id (line 44191) | typedef _c_snd_seq_client_id = ffi.Int32 Function( type _dart_snd_seq_client_id (line 44195) | typedef _dart_snd_seq_client_id = int Function( type _c_snd_seq_get_output_buffer_size (line 44199) | typedef _c_snd_seq_get_output_buffer_size = ffi.Uint64 Function( type _dart_snd_seq_get_output_buffer_size (line 44203) | typedef _dart_snd_seq_get_output_buffer_size = int Function( type _c_snd_seq_get_input_buffer_size (line 44207) | typedef _c_snd_seq_get_input_buffer_size = ffi.Uint64 Function( type _dart_snd_seq_get_input_buffer_size (line 44211) | typedef _dart_snd_seq_get_input_buffer_size = int Function( type _c_snd_seq_set_output_buffer_size (line 44215) | typedef _c_snd_seq_set_output_buffer_size = ffi.Int32 Function( type _dart_snd_seq_set_output_buffer_size (line 44220) | typedef _dart_snd_seq_set_output_buffer_size = int Function( type _c_snd_seq_set_input_buffer_size (line 44225) | typedef _c_snd_seq_set_input_buffer_size = ffi.Int32 Function( type _dart_snd_seq_set_input_buffer_size (line 44230) | typedef _dart_snd_seq_set_input_buffer_size = int Function( type _c_snd_seq_system_info_sizeof (line 44235) | typedef _c_snd_seq_system_info_sizeof = ffi.Uint64 Function(); type _dart_snd_seq_system_info_sizeof (line 44237) | typedef _dart_snd_seq_system_info_sizeof = int Function(); type _c_snd_seq_system_info_malloc (line 44239) | typedef _c_snd_seq_system_info_malloc = ffi.Int32 Function( type _dart_snd_seq_system_info_malloc (line 44243) | typedef _dart_snd_seq_system_info_malloc = int Function( type _c_snd_seq_system_info_free (line 44247) | typedef _c_snd_seq_system_info_free = ffi.Void Function( type _dart_snd_seq_system_info_free (line 44251) | typedef _dart_snd_seq_system_info_free = void Function( type _c_snd_seq_system_info_copy (line 44255) | typedef _c_snd_seq_system_info_copy = ffi.Void Function( type _dart_snd_seq_system_info_copy (line 44260) | typedef _dart_snd_seq_system_info_copy = void Function( type _c_snd_seq_system_info_get_queues (line 44265) | typedef _c_snd_seq_system_info_get_queues = ffi.Int32 Function( type _dart_snd_seq_system_info_get_queues (line 44269) | typedef _dart_snd_seq_system_info_get_queues = int Function( type _c_snd_seq_system_info_get_clients (line 44273) | typedef _c_snd_seq_system_info_get_clients = ffi.Int32 Function( type _dart_snd_seq_system_info_get_clients (line 44277) | typedef _dart_snd_seq_system_info_get_clients = int Function( type _c_snd_seq_system_info_get_ports (line 44281) | typedef _c_snd_seq_system_info_get_ports = ffi.Int32 Function( type _dart_snd_seq_system_info_get_ports (line 44285) | typedef _dart_snd_seq_system_info_get_ports = int Function( type _c_snd_seq_system_info_get_channels (line 44289) | typedef _c_snd_seq_system_info_get_channels = ffi.Int32 Function( type _dart_snd_seq_system_info_get_channels (line 44293) | typedef _dart_snd_seq_system_info_get_channels = int Function( type _c_snd_seq_system_info_get_cur_clients (line 44297) | typedef _c_snd_seq_system_info_get_cur_clients = ffi.Int32 Function( type _dart_snd_seq_system_info_get_cur_clients (line 44301) | typedef _dart_snd_seq_system_info_get_cur_clients = int Function( type _c_snd_seq_system_info_get_cur_queues (line 44305) | typedef _c_snd_seq_system_info_get_cur_queues = ffi.Int32 Function( type _dart_snd_seq_system_info_get_cur_queues (line 44309) | typedef _dart_snd_seq_system_info_get_cur_queues = int Function( type _c_snd_seq_system_info (line 44313) | typedef _c_snd_seq_system_info = ffi.Int32 Function( type _dart_snd_seq_system_info (line 44318) | typedef _dart_snd_seq_system_info = int Function( type _c_snd_seq_client_info_sizeof (line 44323) | typedef _c_snd_seq_client_info_sizeof = ffi.Uint64 Function(); type _dart_snd_seq_client_info_sizeof (line 44325) | typedef _dart_snd_seq_client_info_sizeof = int Function(); type _c_snd_seq_client_info_malloc (line 44327) | typedef _c_snd_seq_client_info_malloc = ffi.Int32 Function( type _dart_snd_seq_client_info_malloc (line 44331) | typedef _dart_snd_seq_client_info_malloc = int Function( type _c_snd_seq_client_info_free (line 44335) | typedef _c_snd_seq_client_info_free = ffi.Void Function( type _dart_snd_seq_client_info_free (line 44339) | typedef _dart_snd_seq_client_info_free = void Function( type _c_snd_seq_client_info_copy (line 44343) | typedef _c_snd_seq_client_info_copy = ffi.Void Function( type _dart_snd_seq_client_info_copy (line 44348) | typedef _dart_snd_seq_client_info_copy = void Function( type _c_snd_seq_client_info_get_client (line 44353) | typedef _c_snd_seq_client_info_get_client = ffi.Int32 Function( type _dart_snd_seq_client_info_get_client (line 44357) | typedef _dart_snd_seq_client_info_get_client = int Function( type _c_snd_seq_client_info_get_type (line 44361) | typedef _c_snd_seq_client_info_get_type = ffi.Int32 Function( type _dart_snd_seq_client_info_get_type (line 44365) | typedef _dart_snd_seq_client_info_get_type = int Function( type _c_snd_seq_client_info_get_name (line 44369) | typedef _c_snd_seq_client_info_get_name = ffi.Pointer Function( type _dart_snd_seq_client_info_get_name (line 44373) | typedef _dart_snd_seq_client_info_get_name = ffi.Pointer Funct... type _c_snd_seq_client_info_get_broadcast_filter (line 44377) | typedef _c_snd_seq_client_info_get_broadcast_filter = ffi.Int32 Function( type _dart_snd_seq_client_info_get_broadcast_filter (line 44381) | typedef _dart_snd_seq_client_info_get_broadcast_filter = int Function( type _c_snd_seq_client_info_get_error_bounce (line 44385) | typedef _c_snd_seq_client_info_get_error_bounce = ffi.Int32 Function( type _dart_snd_seq_client_info_get_error_bounce (line 44389) | typedef _dart_snd_seq_client_info_get_error_bounce = int Function( type _c_snd_seq_client_info_get_card (line 44393) | typedef _c_snd_seq_client_info_get_card = ffi.Int32 Function( type _dart_snd_seq_client_info_get_card (line 44397) | typedef _dart_snd_seq_client_info_get_card = int Function( type _c_snd_seq_client_info_get_pid (line 44401) | typedef _c_snd_seq_client_info_get_pid = ffi.Int32 Function( type _dart_snd_seq_client_info_get_pid (line 44405) | typedef _dart_snd_seq_client_info_get_pid = int Function( type _c_snd_seq_client_info_get_event_filter (line 44409) | typedef _c_snd_seq_client_info_get_event_filter = ffi.Pointer type _dart_snd_seq_client_info_get_event_filter (line 44414) | typedef _dart_snd_seq_client_info_get_event_filter = ffi.Pointer type _c_snd_seq_client_info_get_num_ports (line 44419) | typedef _c_snd_seq_client_info_get_num_ports = ffi.Int32 Function( type _dart_snd_seq_client_info_get_num_ports (line 44423) | typedef _dart_snd_seq_client_info_get_num_ports = int Function( type _c_snd_seq_client_info_get_event_lost (line 44427) | typedef _c_snd_seq_client_info_get_event_lost = ffi.Int32 Function( type _dart_snd_seq_client_info_get_event_lost (line 44431) | typedef _dart_snd_seq_client_info_get_event_lost = int Function( type _c_snd_seq_client_info_set_client (line 44435) | typedef _c_snd_seq_client_info_set_client = ffi.Void Function( type _dart_snd_seq_client_info_set_client (line 44440) | typedef _dart_snd_seq_client_info_set_client = void Function( type _c_snd_seq_client_info_set_name (line 44445) | typedef _c_snd_seq_client_info_set_name = ffi.Void Function( type _dart_snd_seq_client_info_set_name (line 44450) | typedef _dart_snd_seq_client_info_set_name = void Function( type _c_snd_seq_client_info_set_broadcast_filter (line 44455) | typedef _c_snd_seq_client_info_set_broadcast_filter = ffi.Void Function( type _dart_snd_seq_client_info_set_broadcast_filter (line 44460) | typedef _dart_snd_seq_client_info_set_broadcast_filter = void Function( type _c_snd_seq_client_info_set_error_bounce (line 44465) | typedef _c_snd_seq_client_info_set_error_bounce = ffi.Void Function( type _dart_snd_seq_client_info_set_error_bounce (line 44470) | typedef _dart_snd_seq_client_info_set_error_bounce = void Function( type _c_snd_seq_client_info_set_event_filter (line 44475) | typedef _c_snd_seq_client_info_set_event_filter = ffi.Void Function( type _dart_snd_seq_client_info_set_event_filter (line 44480) | typedef _dart_snd_seq_client_info_set_event_filter = void Function( type _c_snd_seq_client_info_event_filter_clear (line 44485) | typedef _c_snd_seq_client_info_event_filter_clear = ffi.Void Function( type _dart_snd_seq_client_info_event_filter_clear (line 44489) | typedef _dart_snd_seq_client_info_event_filter_clear = void Function( type _c_snd_seq_client_info_event_filter_add (line 44493) | typedef _c_snd_seq_client_info_event_filter_add = ffi.Void Function( type _dart_snd_seq_client_info_event_filter_add (line 44498) | typedef _dart_snd_seq_client_info_event_filter_add = void Function( type _c_snd_seq_client_info_event_filter_del (line 44503) | typedef _c_snd_seq_client_info_event_filter_del = ffi.Void Function( type _dart_snd_seq_client_info_event_filter_del (line 44508) | typedef _dart_snd_seq_client_info_event_filter_del = void Function( type _c_snd_seq_client_info_event_filter_check (line 44513) | typedef _c_snd_seq_client_info_event_filter_check = ffi.Int32 Function( type _dart_snd_seq_client_info_event_filter_check (line 44518) | typedef _dart_snd_seq_client_info_event_filter_check = int Function( type _c_snd_seq_get_client_info (line 44523) | typedef _c_snd_seq_get_client_info = ffi.Int32 Function( type _dart_snd_seq_get_client_info (line 44528) | typedef _dart_snd_seq_get_client_info = int Function( type _c_snd_seq_get_any_client_info (line 44533) | typedef _c_snd_seq_get_any_client_info = ffi.Int32 Function( type _dart_snd_seq_get_any_client_info (line 44539) | typedef _dart_snd_seq_get_any_client_info = int Function( type _c_snd_seq_set_client_info (line 44545) | typedef _c_snd_seq_set_client_info = ffi.Int32 Function( type _dart_snd_seq_set_client_info (line 44550) | typedef _dart_snd_seq_set_client_info = int Function( type _c_snd_seq_query_next_client (line 44555) | typedef _c_snd_seq_query_next_client = ffi.Int32 Function( type _dart_snd_seq_query_next_client (line 44560) | typedef _dart_snd_seq_query_next_client = int Function( type _c_snd_seq_client_pool_sizeof (line 44565) | typedef _c_snd_seq_client_pool_sizeof = ffi.Uint64 Function(); type _dart_snd_seq_client_pool_sizeof (line 44567) | typedef _dart_snd_seq_client_pool_sizeof = int Function(); type _c_snd_seq_client_pool_malloc (line 44569) | typedef _c_snd_seq_client_pool_malloc = ffi.Int32 Function( type _dart_snd_seq_client_pool_malloc (line 44573) | typedef _dart_snd_seq_client_pool_malloc = int Function( type _c_snd_seq_client_pool_free (line 44577) | typedef _c_snd_seq_client_pool_free = ffi.Void Function( type _dart_snd_seq_client_pool_free (line 44581) | typedef _dart_snd_seq_client_pool_free = void Function( type _c_snd_seq_client_pool_copy (line 44585) | typedef _c_snd_seq_client_pool_copy = ffi.Void Function( type _dart_snd_seq_client_pool_copy (line 44590) | typedef _dart_snd_seq_client_pool_copy = void Function( type _c_snd_seq_client_pool_get_client (line 44595) | typedef _c_snd_seq_client_pool_get_client = ffi.Int32 Function( type _dart_snd_seq_client_pool_get_client (line 44599) | typedef _dart_snd_seq_client_pool_get_client = int Function( type _c_snd_seq_client_pool_get_output_pool (line 44603) | typedef _c_snd_seq_client_pool_get_output_pool = ffi.Uint64 Function( type _dart_snd_seq_client_pool_get_output_pool (line 44607) | typedef _dart_snd_seq_client_pool_get_output_pool = int Function( type _c_snd_seq_client_pool_get_input_pool (line 44611) | typedef _c_snd_seq_client_pool_get_input_pool = ffi.Uint64 Function( type _dart_snd_seq_client_pool_get_input_pool (line 44615) | typedef _dart_snd_seq_client_pool_get_input_pool = int Function( type _c_snd_seq_client_pool_get_output_room (line 44619) | typedef _c_snd_seq_client_pool_get_output_room = ffi.Uint64 Function( type _dart_snd_seq_client_pool_get_output_room (line 44623) | typedef _dart_snd_seq_client_pool_get_output_room = int Function( type _c_snd_seq_client_pool_get_output_free (line 44627) | typedef _c_snd_seq_client_pool_get_output_free = ffi.Uint64 Function( type _dart_snd_seq_client_pool_get_output_free (line 44631) | typedef _dart_snd_seq_client_pool_get_output_free = int Function( type _c_snd_seq_client_pool_get_input_free (line 44635) | typedef _c_snd_seq_client_pool_get_input_free = ffi.Uint64 Function( type _dart_snd_seq_client_pool_get_input_free (line 44639) | typedef _dart_snd_seq_client_pool_get_input_free = int Function( type _c_snd_seq_client_pool_set_output_pool (line 44643) | typedef _c_snd_seq_client_pool_set_output_pool = ffi.Void Function( type _dart_snd_seq_client_pool_set_output_pool (line 44648) | typedef _dart_snd_seq_client_pool_set_output_pool = void Function( type _c_snd_seq_client_pool_set_input_pool (line 44653) | typedef _c_snd_seq_client_pool_set_input_pool = ffi.Void Function( type _dart_snd_seq_client_pool_set_input_pool (line 44658) | typedef _dart_snd_seq_client_pool_set_input_pool = void Function( type _c_snd_seq_client_pool_set_output_room (line 44663) | typedef _c_snd_seq_client_pool_set_output_room = ffi.Void Function( type _dart_snd_seq_client_pool_set_output_room (line 44668) | typedef _dart_snd_seq_client_pool_set_output_room = void Function( type _c_snd_seq_get_client_pool (line 44673) | typedef _c_snd_seq_get_client_pool = ffi.Int32 Function( type _dart_snd_seq_get_client_pool (line 44678) | typedef _dart_snd_seq_get_client_pool = int Function( type _c_snd_seq_set_client_pool (line 44683) | typedef _c_snd_seq_set_client_pool = ffi.Int32 Function( type _dart_snd_seq_set_client_pool (line 44688) | typedef _dart_snd_seq_set_client_pool = int Function( type _c_snd_seq_port_info_sizeof (line 44693) | typedef _c_snd_seq_port_info_sizeof = ffi.Uint64 Function(); type _dart_snd_seq_port_info_sizeof (line 44695) | typedef _dart_snd_seq_port_info_sizeof = int Function(); type _c_snd_seq_port_info_malloc (line 44697) | typedef _c_snd_seq_port_info_malloc = ffi.Int32 Function( type _dart_snd_seq_port_info_malloc (line 44701) | typedef _dart_snd_seq_port_info_malloc = int Function( type _c_snd_seq_port_info_free (line 44705) | typedef _c_snd_seq_port_info_free = ffi.Void Function( type _dart_snd_seq_port_info_free (line 44709) | typedef _dart_snd_seq_port_info_free = void Function( type _c_snd_seq_port_info_copy (line 44713) | typedef _c_snd_seq_port_info_copy = ffi.Void Function( type _dart_snd_seq_port_info_copy (line 44718) | typedef _dart_snd_seq_port_info_copy = void Function( type _c_snd_seq_port_info_get_client (line 44723) | typedef _c_snd_seq_port_info_get_client = ffi.Int32 Function( type _dart_snd_seq_port_info_get_client (line 44727) | typedef _dart_snd_seq_port_info_get_client = int Function( type _c_snd_seq_port_info_get_port (line 44731) | typedef _c_snd_seq_port_info_get_port = ffi.Int32 Function( type _dart_snd_seq_port_info_get_port (line 44735) | typedef _dart_snd_seq_port_info_get_port = int Function( type _c_snd_seq_port_info_get_addr (line 44739) | typedef _c_snd_seq_port_info_get_addr = ffi.Pointer Func... type _dart_snd_seq_port_info_get_addr (line 44743) | typedef _dart_snd_seq_port_info_get_addr = ffi.Pointer F... type _c_snd_seq_port_info_get_name (line 44747) | typedef _c_snd_seq_port_info_get_name = ffi.Pointer Function( type _dart_snd_seq_port_info_get_name (line 44751) | typedef _dart_snd_seq_port_info_get_name = ffi.Pointer Function( type _c_snd_seq_port_info_get_capability (line 44755) | typedef _c_snd_seq_port_info_get_capability = ffi.Uint32 Function( type _dart_snd_seq_port_info_get_capability (line 44759) | typedef _dart_snd_seq_port_info_get_capability = int Function( type _c_snd_seq_port_info_get_type (line 44763) | typedef _c_snd_seq_port_info_get_type = ffi.Uint32 Function( type _dart_snd_seq_port_info_get_type (line 44767) | typedef _dart_snd_seq_port_info_get_type = int Function( type _c_snd_seq_port_info_get_midi_channels (line 44771) | typedef _c_snd_seq_port_info_get_midi_channels = ffi.Int32 Function( type _dart_snd_seq_port_info_get_midi_channels (line 44775) | typedef _dart_snd_seq_port_info_get_midi_channels = int Function( type _c_snd_seq_port_info_get_midi_voices (line 44779) | typedef _c_snd_seq_port_info_get_midi_voices = ffi.Int32 Function( type _dart_snd_seq_port_info_get_midi_voices (line 44783) | typedef _dart_snd_seq_port_info_get_midi_voices = int Function( type _c_snd_seq_port_info_get_synth_voices (line 44787) | typedef _c_snd_seq_port_info_get_synth_voices = ffi.Int32 Function( type _dart_snd_seq_port_info_get_synth_voices (line 44791) | typedef _dart_snd_seq_port_info_get_synth_voices = int Function( type _c_snd_seq_port_info_get_read_use (line 44795) | typedef _c_snd_seq_port_info_get_read_use = ffi.Int32 Function( type _dart_snd_seq_port_info_get_read_use (line 44799) | typedef _dart_snd_seq_port_info_get_read_use = int Function( type _c_snd_seq_port_info_get_write_use (line 44803) | typedef _c_snd_seq_port_info_get_write_use = ffi.Int32 Function( type _dart_snd_seq_port_info_get_write_use (line 44807) | typedef _dart_snd_seq_port_info_get_write_use = int Function( type _c_snd_seq_port_info_get_port_specified (line 44811) | typedef _c_snd_seq_port_info_get_port_specified = ffi.Int32 Function( type _dart_snd_seq_port_info_get_port_specified (line 44815) | typedef _dart_snd_seq_port_info_get_port_specified = int Function( type _c_snd_seq_port_info_get_timestamping (line 44819) | typedef _c_snd_seq_port_info_get_timestamping = ffi.Int32 Function( type _dart_snd_seq_port_info_get_timestamping (line 44823) | typedef _dart_snd_seq_port_info_get_timestamping = int Function( type _c_snd_seq_port_info_get_timestamp_real (line 44827) | typedef _c_snd_seq_port_info_get_timestamp_real = ffi.Int32 Function( type _dart_snd_seq_port_info_get_timestamp_real (line 44831) | typedef _dart_snd_seq_port_info_get_timestamp_real = int Function( type _c_snd_seq_port_info_get_timestamp_queue (line 44835) | typedef _c_snd_seq_port_info_get_timestamp_queue = ffi.Int32 Function( type _dart_snd_seq_port_info_get_timestamp_queue (line 44839) | typedef _dart_snd_seq_port_info_get_timestamp_queue = int Function( type _c_snd_seq_port_info_set_client (line 44843) | typedef _c_snd_seq_port_info_set_client = ffi.Void Function( type _dart_snd_seq_port_info_set_client (line 44848) | typedef _dart_snd_seq_port_info_set_client = void Function( type _c_snd_seq_port_info_set_port (line 44853) | typedef _c_snd_seq_port_info_set_port = ffi.Void Function( type _dart_snd_seq_port_info_set_port (line 44858) | typedef _dart_snd_seq_port_info_set_port = void Function( type _c_snd_seq_port_info_set_addr (line 44863) | typedef _c_snd_seq_port_info_set_addr = ffi.Void Function( type _dart_snd_seq_port_info_set_addr (line 44868) | typedef _dart_snd_seq_port_info_set_addr = void Function( type _c_snd_seq_port_info_set_name (line 44873) | typedef _c_snd_seq_port_info_set_name = ffi.Void Function( type _dart_snd_seq_port_info_set_name (line 44878) | typedef _dart_snd_seq_port_info_set_name = void Function( type _c_snd_seq_port_info_set_capability (line 44883) | typedef _c_snd_seq_port_info_set_capability = ffi.Void Function( type _dart_snd_seq_port_info_set_capability (line 44888) | typedef _dart_snd_seq_port_info_set_capability = void Function( type _c_snd_seq_port_info_set_type (line 44893) | typedef _c_snd_seq_port_info_set_type = ffi.Void Function( type _dart_snd_seq_port_info_set_type (line 44898) | typedef _dart_snd_seq_port_info_set_type = void Function( type _c_snd_seq_port_info_set_midi_channels (line 44903) | typedef _c_snd_seq_port_info_set_midi_channels = ffi.Void Function( type _dart_snd_seq_port_info_set_midi_channels (line 44908) | typedef _dart_snd_seq_port_info_set_midi_channels = void Function( type _c_snd_seq_port_info_set_midi_voices (line 44913) | typedef _c_snd_seq_port_info_set_midi_voices = ffi.Void Function( type _dart_snd_seq_port_info_set_midi_voices (line 44918) | typedef _dart_snd_seq_port_info_set_midi_voices = void Function( type _c_snd_seq_port_info_set_synth_voices (line 44923) | typedef _c_snd_seq_port_info_set_synth_voices = ffi.Void Function( type _dart_snd_seq_port_info_set_synth_voices (line 44928) | typedef _dart_snd_seq_port_info_set_synth_voices = void Function( type _c_snd_seq_port_info_set_port_specified (line 44933) | typedef _c_snd_seq_port_info_set_port_specified = ffi.Void Function( type _dart_snd_seq_port_info_set_port_specified (line 44938) | typedef _dart_snd_seq_port_info_set_port_specified = void Function( type _c_snd_seq_port_info_set_timestamping (line 44943) | typedef _c_snd_seq_port_info_set_timestamping = ffi.Void Function( type _dart_snd_seq_port_info_set_timestamping (line 44948) | typedef _dart_snd_seq_port_info_set_timestamping = void Function( type _c_snd_seq_port_info_set_timestamp_real (line 44953) | typedef _c_snd_seq_port_info_set_timestamp_real = ffi.Void Function( type _dart_snd_seq_port_info_set_timestamp_real (line 44958) | typedef _dart_snd_seq_port_info_set_timestamp_real = void Function( type _c_snd_seq_port_info_set_timestamp_queue (line 44963) | typedef _c_snd_seq_port_info_set_timestamp_queue = ffi.Void Function( type _dart_snd_seq_port_info_set_timestamp_queue (line 44968) | typedef _dart_snd_seq_port_info_set_timestamp_queue = void Function( type _c_snd_seq_create_port (line 44973) | typedef _c_snd_seq_create_port = ffi.Int32 Function( type _dart_snd_seq_create_port (line 44978) | typedef _dart_snd_seq_create_port = int Function( type _c_snd_seq_delete_port (line 44983) | typedef _c_snd_seq_delete_port = ffi.Int32 Function( type _dart_snd_seq_delete_port (line 44988) | typedef _dart_snd_seq_delete_port = int Function( type _c_snd_seq_get_port_info (line 44993) | typedef _c_snd_seq_get_port_info = ffi.Int32 Function( type _dart_snd_seq_get_port_info (line 44999) | typedef _dart_snd_seq_get_port_info = int Function( type _c_snd_seq_get_any_port_info (line 45005) | typedef _c_snd_seq_get_any_port_info = ffi.Int32 Function( type _dart_snd_seq_get_any_port_info (line 45012) | typedef _dart_snd_seq_get_any_port_info = int Function( type _c_snd_seq_set_port_info (line 45019) | typedef _c_snd_seq_set_port_info = ffi.Int32 Function( type _dart_snd_seq_set_port_info (line 45025) | typedef _dart_snd_seq_set_port_info = int Function( type _c_snd_seq_query_next_port (line 45031) | typedef _c_snd_seq_query_next_port = ffi.Int32 Function( type _dart_snd_seq_query_next_port (line 45036) | typedef _dart_snd_seq_query_next_port = int Function( type _c_snd_seq_port_subscribe_sizeof (line 45041) | typedef _c_snd_seq_port_subscribe_sizeof = ffi.Uint64 Function(); type _dart_snd_seq_port_subscribe_sizeof (line 45043) | typedef _dart_snd_seq_port_subscribe_sizeof = int Function(); type _c_snd_seq_port_subscribe_malloc (line 45045) | typedef _c_snd_seq_port_subscribe_malloc = ffi.Int32 Function( type _dart_snd_seq_port_subscribe_malloc (line 45049) | typedef _dart_snd_seq_port_subscribe_malloc = int Function( type _c_snd_seq_port_subscribe_free (line 45053) | typedef _c_snd_seq_port_subscribe_free = ffi.Void Function( type _dart_snd_seq_port_subscribe_free (line 45057) | typedef _dart_snd_seq_port_subscribe_free = void Function( type _c_snd_seq_port_subscribe_copy (line 45061) | typedef _c_snd_seq_port_subscribe_copy = ffi.Void Function( type _dart_snd_seq_port_subscribe_copy (line 45066) | typedef _dart_snd_seq_port_subscribe_copy = void Function( type _c_snd_seq_port_subscribe_get_sender (line 45071) | typedef _c_snd_seq_port_subscribe_get_sender = ffi.Pointer type _dart_snd_seq_port_subscribe_get_sender (line 45076) | typedef _dart_snd_seq_port_subscribe_get_sender = ffi.Pointer type _dart_snd_seq_port_subscribe_get_dest (line 45086) | typedef _dart_snd_seq_port_subscribe_get_dest = ffi.Pointer type _c_snd_seq_port_subscribe_get_queue (line 45091) | typedef _c_snd_seq_port_subscribe_get_queue = ffi.Int32 Function( type _dart_snd_seq_port_subscribe_get_queue (line 45095) | typedef _dart_snd_seq_port_subscribe_get_queue = int Function( type _c_snd_seq_port_subscribe_get_exclusive (line 45099) | typedef _c_snd_seq_port_subscribe_get_exclusive = ffi.Int32 Function( type _dart_snd_seq_port_subscribe_get_exclusive (line 45103) | typedef _dart_snd_seq_port_subscribe_get_exclusive = int Function( type _c_snd_seq_port_subscribe_get_time_update (line 45107) | typedef _c_snd_seq_port_subscribe_get_time_update = ffi.Int32 Function( type _dart_snd_seq_port_subscribe_get_time_update (line 45111) | typedef _dart_snd_seq_port_subscribe_get_time_update = int Function( type _c_snd_seq_port_subscribe_get_time_real (line 45115) | typedef _c_snd_seq_port_subscribe_get_time_real = ffi.Int32 Function( type _dart_snd_seq_port_subscribe_get_time_real (line 45119) | typedef _dart_snd_seq_port_subscribe_get_time_real = int Function( type _c_snd_seq_port_subscribe_set_sender (line 45123) | typedef _c_snd_seq_port_subscribe_set_sender = ffi.Void Function( type _dart_snd_seq_port_subscribe_set_sender (line 45128) | typedef _dart_snd_seq_port_subscribe_set_sender = void Function( type _c_snd_seq_port_subscribe_set_dest (line 45133) | typedef _c_snd_seq_port_subscribe_set_dest = ffi.Void Function( type _dart_snd_seq_port_subscribe_set_dest (line 45138) | typedef _dart_snd_seq_port_subscribe_set_dest = void Function( type _c_snd_seq_port_subscribe_set_queue (line 45143) | typedef _c_snd_seq_port_subscribe_set_queue = ffi.Void Function( type _dart_snd_seq_port_subscribe_set_queue (line 45148) | typedef _dart_snd_seq_port_subscribe_set_queue = void Function( type _c_snd_seq_port_subscribe_set_exclusive (line 45153) | typedef _c_snd_seq_port_subscribe_set_exclusive = ffi.Void Function( type _dart_snd_seq_port_subscribe_set_exclusive (line 45158) | typedef _dart_snd_seq_port_subscribe_set_exclusive = void Function( type _c_snd_seq_port_subscribe_set_time_update (line 45163) | typedef _c_snd_seq_port_subscribe_set_time_update = ffi.Void Function( type _dart_snd_seq_port_subscribe_set_time_update (line 45168) | typedef _dart_snd_seq_port_subscribe_set_time_update = void Function( type _c_snd_seq_port_subscribe_set_time_real (line 45173) | typedef _c_snd_seq_port_subscribe_set_time_real = ffi.Void Function( type _dart_snd_seq_port_subscribe_set_time_real (line 45178) | typedef _dart_snd_seq_port_subscribe_set_time_real = void Function( type _c_snd_seq_get_port_subscription (line 45183) | typedef _c_snd_seq_get_port_subscription = ffi.Int32 Function( type _dart_snd_seq_get_port_subscription (line 45188) | typedef _dart_snd_seq_get_port_subscription = int Function( type _c_snd_seq_subscribe_port (line 45193) | typedef _c_snd_seq_subscribe_port = ffi.Int32 Function( type _dart_snd_seq_subscribe_port (line 45198) | typedef _dart_snd_seq_subscribe_port = int Function( type _c_snd_seq_unsubscribe_port (line 45203) | typedef _c_snd_seq_unsubscribe_port = ffi.Int32 Function( type _dart_snd_seq_unsubscribe_port (line 45208) | typedef _dart_snd_seq_unsubscribe_port = int Function( type _c_snd_seq_query_subscribe_sizeof (line 45213) | typedef _c_snd_seq_query_subscribe_sizeof = ffi.Uint64 Function(); type _dart_snd_seq_query_subscribe_sizeof (line 45215) | typedef _dart_snd_seq_query_subscribe_sizeof = int Function(); type _c_snd_seq_query_subscribe_malloc (line 45217) | typedef _c_snd_seq_query_subscribe_malloc = ffi.Int32 Function( type _dart_snd_seq_query_subscribe_malloc (line 45221) | typedef _dart_snd_seq_query_subscribe_malloc = int Function( type _c_snd_seq_query_subscribe_free (line 45225) | typedef _c_snd_seq_query_subscribe_free = ffi.Void Function( type _dart_snd_seq_query_subscribe_free (line 45229) | typedef _dart_snd_seq_query_subscribe_free = void Function( type _c_snd_seq_query_subscribe_copy (line 45233) | typedef _c_snd_seq_query_subscribe_copy = ffi.Void Function( type _dart_snd_seq_query_subscribe_copy (line 45238) | typedef _dart_snd_seq_query_subscribe_copy = void Function( type _c_snd_seq_query_subscribe_get_client (line 45243) | typedef _c_snd_seq_query_subscribe_get_client = ffi.Int32 Function( type _dart_snd_seq_query_subscribe_get_client (line 45247) | typedef _dart_snd_seq_query_subscribe_get_client = int Function( type _c_snd_seq_query_subscribe_get_port (line 45251) | typedef _c_snd_seq_query_subscribe_get_port = ffi.Int32 Function( type _dart_snd_seq_query_subscribe_get_port (line 45255) | typedef _dart_snd_seq_query_subscribe_get_port = int Function( type _c_snd_seq_query_subscribe_get_root (line 45259) | typedef _c_snd_seq_query_subscribe_get_root = ffi.Pointer type _dart_snd_seq_query_subscribe_get_root (line 45264) | typedef _dart_snd_seq_query_subscribe_get_root = ffi.Pointer type _dart_snd_seq_query_subscribe_get_addr (line 45298) | typedef _dart_snd_seq_query_subscribe_get_addr = ffi.Pointer Function( type _dart_snd_seq_queue_info_get_name (line 45437) | typedef _dart_snd_seq_queue_info_get_name = ffi.Pointer Function( type _c_snd_seq_queue_info_get_owner (line 45441) | typedef _c_snd_seq_queue_info_get_owner = ffi.Int32 Function( type _dart_snd_seq_queue_info_get_owner (line 45445) | typedef _dart_snd_seq_queue_info_get_owner = int Function( type _c_snd_seq_queue_info_get_locked (line 45449) | typedef _c_snd_seq_queue_info_get_locked = ffi.Int32 Function( type _dart_snd_seq_queue_info_get_locked (line 45453) | typedef _dart_snd_seq_queue_info_get_locked = int Function( type _c_snd_seq_queue_info_get_flags (line 45457) | typedef _c_snd_seq_queue_info_get_flags = ffi.Uint32 Function( type _dart_snd_seq_queue_info_get_flags (line 45461) | typedef _dart_snd_seq_queue_info_get_flags = int Function( type _c_snd_seq_queue_info_set_name (line 45465) | typedef _c_snd_seq_queue_info_set_name = ffi.Void Function( type _dart_snd_seq_queue_info_set_name (line 45470) | typedef _dart_snd_seq_queue_info_set_name = void Function( type _c_snd_seq_queue_info_set_owner (line 45475) | typedef _c_snd_seq_queue_info_set_owner = ffi.Void Function( type _dart_snd_seq_queue_info_set_owner (line 45480) | typedef _dart_snd_seq_queue_info_set_owner = void Function( type _c_snd_seq_queue_info_set_locked (line 45485) | typedef _c_snd_seq_queue_info_set_locked = ffi.Void Function( type _dart_snd_seq_queue_info_set_locked (line 45490) | typedef _dart_snd_seq_queue_info_set_locked = void Function( type _c_snd_seq_queue_info_set_flags (line 45495) | typedef _c_snd_seq_queue_info_set_flags = ffi.Void Function( type _dart_snd_seq_queue_info_set_flags (line 45500) | typedef _dart_snd_seq_queue_info_set_flags = void Function( type _c_snd_seq_create_queue (line 45505) | typedef _c_snd_seq_create_queue = ffi.Int32 Function( type _dart_snd_seq_create_queue (line 45510) | typedef _dart_snd_seq_create_queue = int Function( type _c_snd_seq_alloc_named_queue (line 45515) | typedef _c_snd_seq_alloc_named_queue = ffi.Int32 Function( type _dart_snd_seq_alloc_named_queue (line 45520) | typedef _dart_snd_seq_alloc_named_queue = int Function( type _c_snd_seq_alloc_queue (line 45525) | typedef _c_snd_seq_alloc_queue = ffi.Int32 Function( type _dart_snd_seq_alloc_queue (line 45529) | typedef _dart_snd_seq_alloc_queue = int Function( type _c_snd_seq_free_queue (line 45533) | typedef _c_snd_seq_free_queue = ffi.Int32 Function( type _dart_snd_seq_free_queue (line 45538) | typedef _dart_snd_seq_free_queue = int Function( type _c_snd_seq_get_queue_info (line 45543) | typedef _c_snd_seq_get_queue_info = ffi.Int32 Function( type _dart_snd_seq_get_queue_info (line 45549) | typedef _dart_snd_seq_get_queue_info = int Function( type _c_snd_seq_set_queue_info (line 45555) | typedef _c_snd_seq_set_queue_info = ffi.Int32 Function( type _dart_snd_seq_set_queue_info (line 45561) | typedef _dart_snd_seq_set_queue_info = int Function( type _c_snd_seq_query_named_queue (line 45567) | typedef _c_snd_seq_query_named_queue = ffi.Int32 Function( type _dart_snd_seq_query_named_queue (line 45572) | typedef _dart_snd_seq_query_named_queue = int Function( type _c_snd_seq_get_queue_usage (line 45577) | typedef _c_snd_seq_get_queue_usage = ffi.Int32 Function( type _dart_snd_seq_get_queue_usage (line 45582) | typedef _dart_snd_seq_get_queue_usage = int Function( type _c_snd_seq_set_queue_usage (line 45587) | typedef _c_snd_seq_set_queue_usage = ffi.Int32 Function( type _dart_snd_seq_set_queue_usage (line 45593) | typedef _dart_snd_seq_set_queue_usage = int Function( type _c_snd_seq_queue_status_sizeof (line 45599) | typedef _c_snd_seq_queue_status_sizeof = ffi.Uint64 Function(); type _dart_snd_seq_queue_status_sizeof (line 45601) | typedef _dart_snd_seq_queue_status_sizeof = int Function(); type _c_snd_seq_queue_status_malloc (line 45603) | typedef _c_snd_seq_queue_status_malloc = ffi.Int32 Function( type _dart_snd_seq_queue_status_malloc (line 45607) | typedef _dart_snd_seq_queue_status_malloc = int Function( type _c_snd_seq_queue_status_free (line 45611) | typedef _c_snd_seq_queue_status_free = ffi.Void Function( type _dart_snd_seq_queue_status_free (line 45615) | typedef _dart_snd_seq_queue_status_free = void Function( type _c_snd_seq_queue_status_copy (line 45619) | typedef _c_snd_seq_queue_status_copy = ffi.Void Function( type _dart_snd_seq_queue_status_copy (line 45624) | typedef _dart_snd_seq_queue_status_copy = void Function( type _c_snd_seq_queue_status_get_queue (line 45629) | typedef _c_snd_seq_queue_status_get_queue = ffi.Int32 Function( type _dart_snd_seq_queue_status_get_queue (line 45633) | typedef _dart_snd_seq_queue_status_get_queue = int Function( type _c_snd_seq_queue_status_get_events (line 45637) | typedef _c_snd_seq_queue_status_get_events = ffi.Int32 Function( type _dart_snd_seq_queue_status_get_events (line 45641) | typedef _dart_snd_seq_queue_status_get_events = int Function( type _c_snd_seq_queue_status_get_tick_time (line 45645) | typedef _c_snd_seq_queue_status_get_tick_time = ffi.Uint32 Function( type _dart_snd_seq_queue_status_get_tick_time (line 45649) | typedef _dart_snd_seq_queue_status_get_tick_time = int Function( type _c_snd_seq_queue_status_get_real_time (line 45653) | typedef _c_snd_seq_queue_status_get_real_time = ffi.Pointer Funct... type _dart_snd_seq_queue_timer_get_id (line 45867) | typedef _dart_snd_seq_queue_timer_get_id = ffi.Pointer Fu... type _c_snd_seq_queue_timer_get_resolution (line 45871) | typedef _c_snd_seq_queue_timer_get_resolution = ffi.Uint32 Function( type _dart_snd_seq_queue_timer_get_resolution (line 45875) | typedef _dart_snd_seq_queue_timer_get_resolution = int Function( type _c_snd_seq_queue_timer_set_type (line 45879) | typedef _c_snd_seq_queue_timer_set_type = ffi.Void Function( type _dart_snd_seq_queue_timer_set_type (line 45884) | typedef _dart_snd_seq_queue_timer_set_type = void Function( type _c_snd_seq_queue_timer_set_id (line 45889) | typedef _c_snd_seq_queue_timer_set_id = ffi.Void Function( type _dart_snd_seq_queue_timer_set_id (line 45894) | typedef _dart_snd_seq_queue_timer_set_id = void Function( type _c_snd_seq_queue_timer_set_resolution (line 45899) | typedef _c_snd_seq_queue_timer_set_resolution = ffi.Void Function( type _dart_snd_seq_queue_timer_set_resolution (line 45904) | typedef _dart_snd_seq_queue_timer_set_resolution = void Function( type _c_snd_seq_get_queue_timer (line 45909) | typedef _c_snd_seq_get_queue_timer = ffi.Int32 Function( type _dart_snd_seq_get_queue_timer (line 45915) | typedef _dart_snd_seq_get_queue_timer = int Function( type _c_snd_seq_set_queue_timer (line 45921) | typedef _c_snd_seq_set_queue_timer = ffi.Int32 Function( type _dart_snd_seq_set_queue_timer (line 45927) | typedef _dart_snd_seq_set_queue_timer = int Function( type _c_snd_seq_free_event (line 45933) | typedef _c_snd_seq_free_event = ffi.Int32 Function( type _dart_snd_seq_free_event (line 45937) | typedef _dart_snd_seq_free_event = int Function( type _c_snd_seq_event_length (line 45941) | typedef _c_snd_seq_event_length = ffi.Int64 Function( type _dart_snd_seq_event_length (line 45945) | typedef _dart_snd_seq_event_length = int Function( type _c_snd_seq_event_output (line 45949) | typedef _c_snd_seq_event_output = ffi.Int32 Function( type _dart_snd_seq_event_output (line 45954) | typedef _dart_snd_seq_event_output = int Function( type _c_snd_seq_event_output_buffer (line 45959) | typedef _c_snd_seq_event_output_buffer = ffi.Int32 Function( type _dart_snd_seq_event_output_buffer (line 45964) | typedef _dart_snd_seq_event_output_buffer = int Function( type _c_snd_seq_event_output_direct (line 45969) | typedef _c_snd_seq_event_output_direct = ffi.Int32 Function( type _dart_snd_seq_event_output_direct (line 45974) | typedef _dart_snd_seq_event_output_direct = int Function( type _c_snd_seq_event_input (line 45979) | typedef _c_snd_seq_event_input = ffi.Int32 Function( type _dart_snd_seq_event_input (line 45984) | typedef _dart_snd_seq_event_input = int Function( type _c_snd_seq_event_input_pending (line 45989) | typedef _c_snd_seq_event_input_pending = ffi.Int32 Function( type _dart_snd_seq_event_input_pending (line 45994) | typedef _dart_snd_seq_event_input_pending = int Function( type _c_snd_seq_drain_output (line 45999) | typedef _c_snd_seq_drain_output = ffi.Int32 Function( type _dart_snd_seq_drain_output (line 46003) | typedef _dart_snd_seq_drain_output = int Function( type _c_snd_seq_event_output_pending (line 46007) | typedef _c_snd_seq_event_output_pending = ffi.Int32 Function( type _dart_snd_seq_event_output_pending (line 46011) | typedef _dart_snd_seq_event_output_pending = int Function( type _c_snd_seq_extract_output (line 46015) | typedef _c_snd_seq_extract_output = ffi.Int32 Function( type _dart_snd_seq_extract_output (line 46020) | typedef _dart_snd_seq_extract_output = int Function( type _c_snd_seq_drop_output (line 46025) | typedef _c_snd_seq_drop_output = ffi.Int32 Function( type _dart_snd_seq_drop_output (line 46029) | typedef _dart_snd_seq_drop_output = int Function( type _c_snd_seq_drop_output_buffer (line 46033) | typedef _c_snd_seq_drop_output_buffer = ffi.Int32 Function( type _dart_snd_seq_drop_output_buffer (line 46037) | typedef _dart_snd_seq_drop_output_buffer = int Function( type _c_snd_seq_drop_input (line 46041) | typedef _c_snd_seq_drop_input = ffi.Int32 Function( type _dart_snd_seq_drop_input (line 46045) | typedef _dart_snd_seq_drop_input = int Function( type _c_snd_seq_drop_input_buffer (line 46049) | typedef _c_snd_seq_drop_input_buffer = ffi.Int32 Function( type _dart_snd_seq_drop_input_buffer (line 46053) | typedef _dart_snd_seq_drop_input_buffer = int Function( type _c_snd_seq_remove_events_sizeof (line 46057) | typedef _c_snd_seq_remove_events_sizeof = ffi.Uint64 Function(); type _dart_snd_seq_remove_events_sizeof (line 46059) | typedef _dart_snd_seq_remove_events_sizeof = int Function(); type _c_snd_seq_remove_events_malloc (line 46061) | typedef _c_snd_seq_remove_events_malloc = ffi.Int32 Function( type _dart_snd_seq_remove_events_malloc (line 46065) | typedef _dart_snd_seq_remove_events_malloc = int Function( type _c_snd_seq_remove_events_free (line 46069) | typedef _c_snd_seq_remove_events_free = ffi.Void Function( type _dart_snd_seq_remove_events_free (line 46073) | typedef _dart_snd_seq_remove_events_free = void Function( type _c_snd_seq_remove_events_copy (line 46077) | typedef _c_snd_seq_remove_events_copy = ffi.Void Function( type _dart_snd_seq_remove_events_copy (line 46082) | typedef _dart_snd_seq_remove_events_copy = void Function( type _c_snd_seq_remove_events_get_condition (line 46087) | typedef _c_snd_seq_remove_events_get_condition = ffi.Uint32 Function( type _dart_snd_seq_remove_events_get_condition (line 46091) | typedef _dart_snd_seq_remove_events_get_condition = int Function( type _c_snd_seq_remove_events_get_queue (line 46095) | typedef _c_snd_seq_remove_events_get_queue = ffi.Int32 Function( type _dart_snd_seq_remove_events_get_queue (line 46099) | typedef _dart_snd_seq_remove_events_get_queue = int Function( type _c_snd_seq_remove_events_get_dest (line 46103) | typedef _c_snd_seq_remove_events_get_dest = ffi.Pointer type _dart_snd_seq_remove_events_get_dest (line 46108) | typedef _dart_snd_seq_remove_events_get_dest = ffi.Pointer type _c_snd_seq_remove_events_get_channel (line 46113) | typedef _c_snd_seq_remove_events_get_channel = ffi.Int32 Function( type _dart_snd_seq_remove_events_get_channel (line 46117) | typedef _dart_snd_seq_remove_events_get_channel = int Function( type _c_snd_seq_remove_events_get_event_type (line 46121) | typedef _c_snd_seq_remove_events_get_event_type = ffi.Int32 Function( type _dart_snd_seq_remove_events_get_event_type (line 46125) | typedef _dart_snd_seq_remove_events_get_event_type = int Function( type _c_snd_seq_remove_events_get_tag (line 46129) | typedef _c_snd_seq_remove_events_get_tag = ffi.Int32 Function( type _dart_snd_seq_remove_events_get_tag (line 46133) | typedef _dart_snd_seq_remove_events_get_tag = int Function( type _c_snd_seq_remove_events_set_condition (line 46137) | typedef _c_snd_seq_remove_events_set_condition = ffi.Void Function( type _dart_snd_seq_remove_events_set_condition (line 46142) | typedef _dart_snd_seq_remove_events_set_condition = void Function( type _c_snd_seq_remove_events_set_queue (line 46147) | typedef _c_snd_seq_remove_events_set_queue = ffi.Void Function( type _dart_snd_seq_remove_events_set_queue (line 46152) | typedef _dart_snd_seq_remove_events_set_queue = void Function( type _c_snd_seq_remove_events_set_dest (line 46157) | typedef _c_snd_seq_remove_events_set_dest = ffi.Void Function( type _dart_snd_seq_remove_events_set_dest (line 46162) | typedef _dart_snd_seq_remove_events_set_dest = void Function( type _c_snd_seq_remove_events_set_channel (line 46167) | typedef _c_snd_seq_remove_events_set_channel = ffi.Void Function( type _dart_snd_seq_remove_events_set_channel (line 46172) | typedef _dart_snd_seq_remove_events_set_channel = void Function( type _c_snd_seq_remove_events_set_event_type (line 46177) | typedef _c_snd_seq_remove_events_set_event_type = ffi.Void Function( type _dart_snd_seq_remove_events_set_event_type (line 46182) | typedef _dart_snd_seq_remove_events_set_event_type = void Function( type _c_snd_seq_remove_events_set_tag (line 46187) | typedef _c_snd_seq_remove_events_set_tag = ffi.Void Function( type _dart_snd_seq_remove_events_set_tag (line 46192) | typedef _dart_snd_seq_remove_events_set_tag = void Function( type _c_snd_seq_remove_events (line 46197) | typedef _c_snd_seq_remove_events = ffi.Int32 Function( type _dart_snd_seq_remove_events (line 46202) | typedef _dart_snd_seq_remove_events = int Function( type _c_snd_seq_set_bit (line 46207) | typedef _c_snd_seq_set_bit = ffi.Void Function( type _dart_snd_seq_set_bit (line 46212) | typedef _dart_snd_seq_set_bit = void Function( type _c_snd_seq_unset_bit (line 46217) | typedef _c_snd_seq_unset_bit = ffi.Void Function( type _dart_snd_seq_unset_bit (line 46222) | typedef _dart_snd_seq_unset_bit = void Function( type _c_snd_seq_change_bit (line 46227) | typedef _c_snd_seq_change_bit = ffi.Int32 Function( type _dart_snd_seq_change_bit (line 46232) | typedef _dart_snd_seq_change_bit = int Function( type _c_snd_seq_get_bit (line 46237) | typedef _c_snd_seq_get_bit = ffi.Int32 Function( type _dart_snd_seq_get_bit (line 46242) | typedef _dart_snd_seq_get_bit = int Function( type _c_snd_seq_control_queue (line 46247) | typedef _c_snd_seq_control_queue = ffi.Int32 Function( type _dart_snd_seq_control_queue (line 46255) | typedef _dart_snd_seq_control_queue = int Function( type _c_snd_seq_create_simple_port (line 46263) | typedef _c_snd_seq_create_simple_port = ffi.Int32 Function( type _dart_snd_seq_create_simple_port (line 46270) | typedef _dart_snd_seq_create_simple_port = int Function( type _c_snd_seq_delete_simple_port (line 46277) | typedef _c_snd_seq_delete_simple_port = ffi.Int32 Function( type _dart_snd_seq_delete_simple_port (line 46282) | typedef _dart_snd_seq_delete_simple_port = int Function( type _c_snd_seq_connect_from (line 46287) | typedef _c_snd_seq_connect_from = ffi.Int32 Function( type _dart_snd_seq_connect_from (line 46294) | typedef _dart_snd_seq_connect_from = int Function( type _c_snd_seq_connect_to (line 46301) | typedef _c_snd_seq_connect_to = ffi.Int32 Function( type _dart_snd_seq_connect_to (line 46308) | typedef _dart_snd_seq_connect_to = int Function( type _c_snd_seq_disconnect_from (line 46315) | typedef _c_snd_seq_disconnect_from = ffi.Int32 Function( type _dart_snd_seq_disconnect_from (line 46322) | typedef _dart_snd_seq_disconnect_from = int Function( type _c_snd_seq_disconnect_to (line 46329) | typedef _c_snd_seq_disconnect_to = ffi.Int32 Function( type _dart_snd_seq_disconnect_to (line 46336) | typedef _dart_snd_seq_disconnect_to = int Function( type _c_snd_seq_set_client_name (line 46343) | typedef _c_snd_seq_set_client_name = ffi.Int32 Function( type _dart_snd_seq_set_client_name (line 46348) | typedef _dart_snd_seq_set_client_name = int Function( type _c_snd_seq_set_client_event_filter (line 46353) | typedef _c_snd_seq_set_client_event_filter = ffi.Int32 Function( type _dart_snd_seq_set_client_event_filter (line 46358) | typedef _dart_snd_seq_set_client_event_filter = int Function( type _c_snd_seq_set_client_pool_output (line 46363) | typedef _c_snd_seq_set_client_pool_output = ffi.Int32 Function( type _dart_snd_seq_set_client_pool_output (line 46368) | typedef _dart_snd_seq_set_client_pool_output = int Function( type _c_snd_seq_set_client_pool_output_room (line 46373) | typedef _c_snd_seq_set_client_pool_output_room = ffi.Int32 Function( type _dart_snd_seq_set_client_pool_output_room (line 46378) | typedef _dart_snd_seq_set_client_pool_output_room = int Function( type _c_snd_seq_set_client_pool_input (line 46383) | typedef _c_snd_seq_set_client_pool_input = ffi.Int32 Function( type _dart_snd_seq_set_client_pool_input (line 46388) | typedef _dart_snd_seq_set_client_pool_input = int Function( type _c_snd_seq_sync_output_queue (line 46393) | typedef _c_snd_seq_sync_output_queue = ffi.Int32 Function( type _dart_snd_seq_sync_output_queue (line 46397) | typedef _dart_snd_seq_sync_output_queue = int Function( type _c_snd_seq_parse_address (line 46401) | typedef _c_snd_seq_parse_address = ffi.Int32 Function( type _dart_snd_seq_parse_address (line 46407) | typedef _dart_snd_seq_parse_address = int Function( type _c_snd_seq_reset_pool_output (line 46413) | typedef _c_snd_seq_reset_pool_output = ffi.Int32 Function( type _dart_snd_seq_reset_pool_output (line 46417) | typedef _dart_snd_seq_reset_pool_output = int Function( type _c_snd_seq_reset_pool_input (line 46421) | typedef _c_snd_seq_reset_pool_input = ffi.Int32 Function( type _dart_snd_seq_reset_pool_input (line 46425) | typedef _dart_snd_seq_reset_pool_input = int Function( type _c_snd_midi_event_new (line 46429) | typedef _c_snd_midi_event_new = ffi.Int32 Function( type _dart_snd_midi_event_new (line 46434) | typedef _dart_snd_midi_event_new = int Function( type _c_snd_midi_event_resize_buffer (line 46439) | typedef _c_snd_midi_event_resize_buffer = ffi.Int32 Function( type _dart_snd_midi_event_resize_buffer (line 46444) | typedef _dart_snd_midi_event_resize_buffer = int Function( type _c_snd_midi_event_free (line 46449) | typedef _c_snd_midi_event_free = ffi.Void Function( type _dart_snd_midi_event_free (line 46453) | typedef _dart_snd_midi_event_free = void Function( type _c_snd_midi_event_init (line 46457) | typedef _c_snd_midi_event_init = ffi.Void Function( type _dart_snd_midi_event_init (line 46461) | typedef _dart_snd_midi_event_init = void Function( type _c_snd_midi_event_reset_encode (line 46465) | typedef _c_snd_midi_event_reset_encode = ffi.Void Function( type _dart_snd_midi_event_reset_encode (line 46469) | typedef _dart_snd_midi_event_reset_encode = void Function( type _c_snd_midi_event_reset_decode (line 46473) | typedef _c_snd_midi_event_reset_decode = ffi.Void Function( type _dart_snd_midi_event_reset_decode (line 46477) | typedef _dart_snd_midi_event_reset_decode = void Function( type _c_snd_midi_event_no_status (line 46481) | typedef _c_snd_midi_event_no_status = ffi.Void Function( type _dart_snd_midi_event_no_status (line 46486) | typedef _dart_snd_midi_event_no_status = void Function( type _c_snd_midi_event_encode (line 46491) | typedef _c_snd_midi_event_encode = ffi.Int64 Function( type _dart_snd_midi_event_encode (line 46498) | typedef _dart_snd_midi_event_encode = int Function( type _c_snd_midi_event_encode_byte (line 46505) | typedef _c_snd_midi_event_encode_byte = ffi.Int32 Function( type _dart_snd_midi_event_encode_byte (line 46511) | typedef _dart_snd_midi_event_encode_byte = int Function( type _c_snd_midi_event_decode (line 46517) | typedef _c_snd_midi_event_decode = ffi.Int64 Function( type _dart_snd_midi_event_decode (line 46524) | typedef _dart_snd_midi_event_decode = int Function( type _typedefC_4 (line 46531) | typedef _typedefC_4 = ffi.Int32 Function( type _typedefC_5 (line 46535) | typedef _typedefC_5 = ffi.Void Function( type _typedefC_6 (line 46539) | typedef _typedefC_6 = ffi.Void Function( type _typedefC_7 (line 46543) | typedef _typedefC_7 = ffi.Void Function( type _typedefC_8 (line 46547) | typedef _typedefC_8 = ffi.Void Function( type _typedefC_9 (line 46551) | typedef _typedefC_9 = ffi.Void Function( type _typedefC_10 (line 46555) | typedef _typedefC_10 = ffi.Void Function( FILE: plugins/flutter_midi_command/flutter_midi_command_linux-0.1.3/lib/flutter_midi_command_linux.dart function lengthOfMessageType (line 15) | int lengthOfMessageType(int type) function _rxIsolate (line 51) | void _rxIsolate(Tuple2 args) class LinuxMidiDevice (line 87) | class LinuxMidiDevice extends MidiDevice { method connect (line 139) | Future connect() class FlutterMidiCommandLinux (line 213) | class FlutterMidiCommandLinux extends MidiCommandPlatform { method stringFromNative (line 227) | String stringFromNative(Pointer pointer) method registerWith (line 234) | void registerWith() method _printCardList (line 244) | List? _printCardList() method startScanningForBluetoothDevices (line 318) | Future startScanningForBluetoothDevices() method stopScanningForBluetoothDevices (line 321) | void stopScanningForBluetoothDevices() method connectToDevice (line 325) | void connectToDevice(MidiDevice device, {List? ports}) method disconnectDevice (line 341) | void disconnectDevice(MidiDevice device, {bool remove = true}) method teardown (line 353) | void teardown() method sendData (line 365) | void sendData(Uint8List data, {int? timestamp, String? deviceId}) FILE: plugins/flutter_midi_command/flutter_midi_command_linux-0.1.3/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 8) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: plugins/flutter_midi_command/flutter_midi_command_linux-0.1.3/linux/flutter_midi_command_linux_plugin.cc type _FlutterMidiCommandLinuxPlugin (line 11) | struct _FlutterMidiCommandLinuxPlugin { function flutter_midi_command_linux_plugin_handle_method_call (line 25) | static void flutter_midi_command_linux_plugin_handle_method_call( function flutter_midi_command_linux_plugin_dispose (line 45) | static void flutter_midi_command_linux_plugin_dispose(GObject* object) { function flutter_midi_command_linux_plugin_class_init (line 49) | static void flutter_midi_command_linux_plugin_class_init(FlutterMidiComm... function flutter_midi_command_linux_plugin_init (line 53) | static void flutter_midi_command_linux_plugin_init(FlutterMidiCommandLin... function method_call_cb (line 55) | static void method_call_cb(FlMethodChannel* channel, FlMethodCall* metho... function flutter_midi_command_linux_plugin_register_with_registrar (line 61) | void flutter_midi_command_linux_plugin_register_with_registrar(FlPluginR... FILE: plugins/flutter_midi_command/flutter_midi_command_linux-0.1.3/linux/include/flutter_midi_command_linux/flutter_midi_command_linux_plugin.h type FlutterMidiCommandLinuxPlugin (line 14) | typedef struct _FlutterMidiCommandLinuxPlugin FlutterMidiCommandLinuxPlu... type FlutterMidiCommandLinuxPluginClass (line 15) | typedef struct { FILE: plugins/flutter_midi_command/flutter_midi_command_linux-0.1.3/test/flutter_midi_command_linux_test.dart function main (line 4) | void main() FILE: plugins/flutter_midi_command/flutter_midi_command_platform_interface-0.3.3/lib/flutter_midi_command_platform_interface.dart class MidiCommandPlatform (line 14) | abstract class MidiCommandPlatform extends PlatformInterface { method startScanningForBluetoothDevices (line 42) | Future startScanningForBluetoothDevices() method stopScanningForBluetoothDevices (line 47) | void stopScanningForBluetoothDevices() method connectToDevice (line 52) | void connectToDevice(MidiDevice device, {List? ports}) method disconnectDevice (line 57) | void disconnectDevice(MidiDevice device) method teardown (line 62) | void teardown() method sendData (line 69) | void sendData(Uint8List data, {int? timestamp, String? deviceId}) FILE: plugins/flutter_midi_command/flutter_midi_command_platform_interface-0.3.3/lib/method_channel_midi_command.dart class MethodChannelMidiCommand (line 13) | class MethodChannelMidiCommand extends MidiCommandPlatform { method _portsFromDevice (line 31) | List _portsFromDevice(List? portList, MidiPortType ... method startScanningForBluetoothDevices (line 44) | Future startScanningForBluetoothDevices() method stopScanningForBluetoothDevices (line 54) | void stopScanningForBluetoothDevices() method connectToDevice (line 60) | void connectToDevice(MidiDevice device, {List? ports}) method disconnectDevice (line 67) | void disconnectDevice(MidiDevice device) method teardown (line 73) | void teardown() method sendData (line 81) | void sendData(Uint8List data, {int? timestamp, String? deviceId}) FILE: plugins/flutter_midi_command/flutter_midi_command_platform_interface-0.3.3/lib/midi_device.dart class MidiDevice (line 3) | class MidiDevice { FILE: plugins/flutter_midi_command/flutter_midi_command_platform_interface-0.3.3/lib/midi_packet.dart class MidiPacket (line 5) | class MidiPacket { FILE: plugins/flutter_midi_command/flutter_midi_command_platform_interface-0.3.3/lib/midi_port.dart type MidiPortType (line 1) | enum MidiPortType { IN, OUT } class MidiPort (line 3) | class MidiPort { FILE: plugins/mighty_ble/android/src/main/java/com/tuntori/mighty_ble/BLEManager.java class BLEManager (line 31) | public class BLEManager { method BLEManager (line 61) | public BLEManager(Context context, MightyBlePlugin pluginHandler) method init (line 67) | public void init() method isAvailable (line 77) | public boolean isAvailable() method startScan (line 82) | public void startScan() { method stopScan (line 93) | public void stopScan() { method connect (line 101) | public void connect(String address) { method disconnect (line 111) | public void disconnect(String address) { method setNotificationEnabled (line 125) | public void setNotificationEnabled(String address, boolean enabled) method write (line 140) | public int write(String address, byte[] data) { method writeNext (line 176) | private int writeNext(BluetoothGatt gatt, method onScanResult (line 218) | @Override method onConnectionStateChange (line 249) | @Override method onServicesDiscovered (line 270) | @Override method onCharacteristicChanged (line 311) | @Override method onCharacteristicChanged (line 322) | @Override method onCharacteristicWrite (line 329) | @Override FILE: plugins/mighty_ble/android/src/main/java/com/tuntori/mighty_ble/MightyBlePlugin.java class MightyBlePlugin (line 19) | public class MightyBlePlugin implements FlutterPlugin, MethodCallHandler... method onAttachedToEngine (line 35) | @Override method onAttachedToActivity (line 44) | @Override method onDetachedFromActivityForConfigChanges (line 49) | @Override method onReattachedToActivityForConfigChanges (line 56) | @Override method onDetachedFromActivity (line 62) | @Override method onMethodCall (line 68) | @Override method onDetachedFromEngine (line 112) | @Override method onScanResult (line 117) | public void onScanResult(String name, String address, boolean hasMidiS... method onConnected (line 127) | public void onConnected(String address) method onDisconnected (line 135) | public void onDisconnected(String address) method onCharacteristicNotify (line 142) | public void onCharacteristicNotify(String address, byte[] data) FILE: plugins/mighty_ble/lib/mighty_ble.dart type DeviceConnectState (line 3) | enum DeviceConnectState { connected, disconnected } class ScanResult (line 5) | class ScanResult { class MightyBle (line 12) | class MightyBle { method getPlatformVersion (line 21) | Future getPlatformVersion() method init (line 25) | Future init() method isAvailable (line 29) | Future isAvailable() method startScan (line 33) | Future startScan() method stopScan (line 37) | Future stopScan() method connect (line 41) | Future connect(String id) method disconnect (line 45) | Future disconnect(String id) method setNotificationEnabled (line 49) | Future setNotificationEnabled(String id, bool enabled) method writeBle (line 53) | Future writeBle(String id, List byteArray) method setNotifyCallback (line 57) | void setNotifyCallback( FILE: plugins/mighty_ble/lib/mighty_ble_method_channel.dart class MethodChannelMightyBle (line 10) | class MethodChannelMightyBle extends MightyBlePlatform { method getPlatformVersion (line 42) | Future getPlatformVersion() method init (line 49) | Future init() method isAvailable (line 54) | Future isAvailable() method startScan (line 59) | Future startScan() method stopScan (line 65) | Future stopScan() method connect (line 71) | Future connect(String id) method disconnect (line 77) | Future disconnect(String id) method setNotificationEnabled (line 82) | Future setNotificationEnabled(String id, bool enabled) method writeBle (line 88) | Future writeBle(String id, List byteArray) method setNotifyCallback (line 94) | void setNotifyCallback( method methodHandler (line 99) | Future methodHandler(MethodCall call) FILE: plugins/mighty_ble/lib/mighty_ble_platform_interface.dart class MightyBlePlatform (line 7) | abstract class MightyBlePlatform extends PlatformInterface { method getPlatformVersion (line 33) | Future getPlatformVersion() method init (line 37) | Future init() method isAvailable (line 41) | Future isAvailable() method startScan (line 45) | Future startScan() method stopScan (line 49) | Future stopScan() method connect (line 53) | Future connect(String id) method disconnect (line 57) | Future disconnect(String id) method setNotificationEnabled (line 61) | Future setNotificationEnabled(String id, bool enabled) method writeBle (line 66) | Future writeBle(String id, List byteArray) method setNotifyCallback (line 70) | void setNotifyCallback( FILE: plugins/qr_utils-0.1.5/android/src/main/java/com/aeologic/adhoc/qr_utils/QrUtilsPlugin.java class QrUtilsPlugin (line 42) | public class QrUtilsPlugin implements FlutterPlugin, MethodCallHandler, ... method onAttachedToEngine (line 52) | @Override method onDetachedFromEngine (line 58) | @Override method onAttachedToActivity (line 66) | @Override method onDetachedFromActivityForConfigChanges (line 72) | @Override method onReattachedToActivityForConfigChanges (line 77) | @Override method onDetachedFromActivity (line 82) | @Override method onMethodCall (line 87) | @Override method checkPermission (line 105) | private void checkPermission() { method scanQRImage (line 127) | private String scanQRImage(byte[] data) { method generateQR (line 144) | private void generateQR(final String content) { method scanQR (line 160) | private void scanQR() { method onActivityResult (line 165) | private boolean onActivityResult(int requestCode, int resultCode, Inte... FILE: plugins/qr_utils-0.1.5/android/src/main/java/com/aeologic/adhoc/qr_utils/activity/QRScannerActivity.java class QRScannerActivity (line 31) | public class QRScannerActivity extends AppCompatActivity implements View... method onCreate (line 39) | @Override method initViews (line 53) | private void initViews() { method onClick (line 58) | @Override method startFlash (line 71) | private void startFlash(boolean status) { method setupToolbar (line 75) | private void setupToolbar() { method setupStatusBarColor (line 83) | private void setupStatusBarColor() { method onResume (line 91) | @Override method onPause (line 98) | @Override method handleResult (line 104) | @Override method onBackPressed (line 130) | @Override method onOptionsItemSelected (line 135) | @Override method goToBack (line 145) | private void goToBack() { FILE: plugins/qr_utils-0.1.5/android/src/main/java/com/aeologic/adhoc/qr_utils/utils/Utility.java class Utility (line 18) | public class Utility { method generateQRCode (line 20) | public static Bitmap generateQRCode(String content) throws WriterExcep... method isDrawablesIdentical (line 40) | public static boolean isDrawablesIdentical(Drawable drawable1, Drawabl... method getBitmap (line 48) | public static Bitmap getBitmap(Drawable drawable) { FILE: plugins/qr_utils-0.1.5/lib/qr_utils.dart type PresetQRError (line 6) | enum PresetQRError { Ok, UnsupportedFormat, WrongDevice, WrongFWVersion } class QrUtils (line 8) | class QrUtils { method scanImageFromData (line 25) | Future scanImageFromData(List data) method scanImage (line 31) | Future scanImage() method generateQR (line 37) | Future generateQR(String content) method generateQRByteArray (line 44) | Future generateQRByteArray(String content) method imageFromBase64String (line 51) | Image imageFromBase64String(String base64String) method dataFromBase64String (line 56) | Uint8List dataFromBase64String(String base64String) method base64String (line 61) | String base64String(Uint8List data) method imageFromUInt8List (line 66) | Image imageFromUInt8List(Uint8List data) FILE: windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 13) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: windows/runner/flutter_window.cpp function LRESULT (line 40) | LRESULT FILE: windows/runner/flutter_window.h function class (line 12) | class FlutterWindow : public Win32Window { FILE: windows/runner/main.cpp function wWinMain (line 8) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: windows/runner/utils.cpp function CreateAndAttachConsole (line 10) | void CreateAndAttachConsole() { function GetCommandLineArguments (line 24) | std::vector GetCommandLineArguments() { function Utf8FromUtf16 (line 44) | std::string Utf8FromUtf16(const wchar_t* utf16_string) { FILE: windows/runner/win32_window.cpp function Scale (line 18) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 24) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 41) | class WindowClassRegistrar { method WindowClassRegistrar (line 46) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 62) | WindowClassRegistrar() = default; function wchar_t (line 71) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 133) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, function LRESULT (line 152) | LRESULT function Win32Window (line 208) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 224) | RECT Win32Window::GetClientArea() { function HWND (line 230) | HWND Win32Window::GetHandle() { FILE: windows/runner/win32_window.h type Size (line 21) | struct Size {