Home
last modified time | relevance | path

Searched refs:LIBMTP_Get_Modelname (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/libmtp/libmtp-1.1.18/src/
H A Dlibmtp.sym17 LIBMTP_Get_Modelname
H A Dlibmtp.h855 char *LIBMTP_Get_Modelname(LIBMTP_mtpdevice_t*);
H A Dlibmtp.h.in855 char *LIBMTP_Get_Modelname(LIBMTP_mtpdevice_t*);
H A Dlibmtp.c3614 char *LIBMTP_Get_Modelname(LIBMTP_mtpdevice_t *device) in LIBMTP_Get_Modelname() function
/dports/devel/kio-extras/kio-extras-21.12.3/mtp/kiod_module/
H A Dmtpdevice.cpp40 const char *deviceModel = LIBMTP_Get_Modelname(device); in MTPDevice()
/dports/audio/pragha/pragha-1.3.3/plugins/mtp/
H A Dpragha-devices-mtp.c289 friend_label = LIBMTP_Get_Modelname (priv->mtp_device);
348 friend_label = LIBMTP_Get_Modelname (priv->mtp_device);
/dports/multimedia/vlc/vlc-3.0.16/modules/services_discovery/
H A Dmtp.c190 if( !( psz_name = LIBMTP_Get_Modelname( p_device ) ) ) in AddDevice()
/dports/sysutils/fusefs-jmtpfs/jmtpfs-af0b79bc555ee60088306fdd2b78b2d51b781da3/src/
H A DMtpDevice.cpp90 char* fn = LIBMTP_Get_Modelname(m_mtpdevice); in Get_Modelname()
/dports/audio/rhythmbox/rhythmbox-3.4.4/plugins/mtpdevice/
H A Drb-mtp-source.c924 data->name = LIBMTP_Get_Modelname (device); in mtp_device_open_cb()
933 priv->model_name = LIBMTP_Get_Modelname (device); in mtp_device_open_cb()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/devices/mtp/unix/
H A Dlibmtp.c243 model_name = LIBMTP_Get_Modelname(self->device); in Device_init()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/mtpcollection/handler/
H A DMtpHandler.cpp299 QString modelname = QString( LIBMTP_Get_Modelname( m_device ) ); in getDeviceInfo()
/dports/audio/gmtp/gmtp-1.3.11/src/
H A Dmtp.c282 tmp_string = LIBMTP_Get_Modelname(DeviceMgr.device); in deviceProperties()