Home
last modified time | relevance | path

Searched refs:DB_functions_t (Results 1 – 25 of 80) sorted by relevance

1234

/dports/audio/deadbeef-mpris2-plugin/deadbeef-mpris2-plugin-1.12/src/
H A DmprisServer.c88 DB_functions_t *deadbeef = mprisData->deadbeef; in getMetadataForTrack()
257 gboolean deadbeef_can_seek(DB_functions_t *deadbeef) { in deadbeef_can_seek()
271 DB_functions_t *deadbeef = ((struct MprisData *)userData)->deadbeef; in deadbeef_hasselectedorplayingtrack()
303 DB_functions_t *deadbeef = ((struct MprisData *)userData)->deadbeef; in onRootMethodCallHandler()
381 DB_functions_t *deadbeef = ((struct MprisData *)userData)->deadbeef; in onPlayerMethodCallHandler()
480 DB_functions_t *deadbeef = ((struct MprisData *)userData)->deadbeef; in onPlayerGetPropertyHandler()
566 DB_functions_t *deadbeef = ((struct MprisData *)userData)->deadbeef; in onPlayerSetPropertyHandler()
680 DB_functions_t *deadbeef = ((struct MprisData *)userData)->deadbeef; in emitPlaybackStatusChanged()
H A Dmpris.c59 DB_functions_t *deadbeef = mprisData.deadbeef; in handleEvent()
149 DB_plugin_t * mpris_load (DB_functions_t *ddb) { in mpris_load()
H A DmprisServer.h13 DB_functions_t *deadbeef;
/dports/audio/deadbeef/deadbeef-0.7.2/examples/
H A Ddsp_template.c19 static DB_functions_t *deadbeef;
129 example_load (DB_functions_t *f) { in example_load()
H A Ddecoder_template.c11 static DB_functions_t *deadbeef;
224 example_load (DB_functions_t *api) { in example_load()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/nullout/
H A Dnullout.c37 DB_functions_t *deadbeef;
192 nullout_load (DB_functions_t *api) { in nullout_load()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/mono2stereo/
H A Dmono2stereo.c35 static DB_functions_t *deadbeef;
183 ddb_mono2stereo_load (DB_functions_t *f) { in ddb_mono2stereo_load()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/mms/
H A Dmmsplug.c31 DB_functions_t *deadbeef;
239 mms_load (DB_functions_t *api) { in mms_load()
/dports/audio/deadbeef-waveform-seekbar-plugin/ddb_waveform_seekbar-0402f6d/
H A Dwaveform.h33 extern DB_functions_t * deadbeef;
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/coreaudio/
H A Dcoreaudio.c27 static DB_functions_t *deadbeef;
270 coreaudio_load (DB_functions_t *api) { in coreaudio_load()
/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dvfs_stdio.c49 static DB_functions_t *deadbeef;
263 stdio_load (DB_functions_t *api) { in stdio_load()
H A Dplugins.h31 extern DB_functions_t *deadbeef;
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wildmidi/
H A Dwildmidiplug.c44 static DB_functions_t *deadbeef;
211 wildmidi_load (DB_functions_t *api) { in wildmidi_load()
/dports/audio/deadbeef-musical-spectrum-plugin/ddb_musical_spectrum-353870a/
H A Dspectrum.h42 extern DB_functions_t *deadbeef;
/dports/audio/deadbeef-jack-plugin/jack-62d1e6a/
H A Djack.c24 DB_functions_t *deadbeef;
315 jack_load (DB_functions_t *api) { in jack_load()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/oss/
H A Doss.c42 DB_functions_t *deadbeef;
361 oss_load (DB_functions_t *api) { in oss_load()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/supereq/
H A Dsupereq.c26 static DB_functions_t *deadbeef;
353 supereq_load (DB_functions_t *api) { in supereq_load()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/shellexecui/
H A Dshellexecui.c32 DB_functions_t *deadbeef;
448 shellexecui_gtk3_load (DB_functions_t *api) {
450 shellexecui_gtk2_load (DB_functions_t *api) {
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/pulse/
H A Dpulse.c43 DB_functions_t * deadbeef;
362 DB_plugin_t * pulse_load(DB_functions_t *api) in pulse_load()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/mp3/
H A Dmp3.h35 extern DB_functions_t *deadbeef;
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/
H A Dadplug-db.cpp43 DB_functions_t *deadbeef;
331 adplug_load (DB_functions_t *api) { in adplug_load()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/notify/
H A Dnotify.c31 DB_functions_t *deadbeef;
388 notify_load (DB_functions_t *ddb) { in notify_load()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/vfs_zip/
H A Dvfs_zip.c37 static DB_functions_t *deadbeef;
372 vfs_zip_load (DB_functions_t *api) { in vfs_zip_load()
/dports/audio/deadbeef-playback-status-plugin/ddb_playback_status-fce1de0/
H A Dmain.c44 static DB_functions_t * deadbeef = NULL;
538 ddb_misc_playback_status_GTK2_load (DB_functions_t *ddb) { in ddb_misc_playback_status_GTK2_load()
544 ddb_misc_playback_status_GTK3_load (DB_functions_t *ddb) { in ddb_misc_playback_status_GTK3_load()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dgtkui.h35 extern DB_functions_t *deadbeef;

1234