Home | History | Annotate | Download | only in examples

Lines Matching refs:device

45   LIBMTP_mtpdevice_t *device = NULL;
121 device = LIBMTP_Get_First_Device();
122 if (device == NULL) {
138 int ret = LIBMTP_Create_New_Album(device,album);
140 ret = LIBMTP_Send_Representative_Sample(device,album->album_id, albumart);
143 LIBMTP_Dump_Errorstack(device);
144 LIBMTP_Clear_Errorstack(device);
149 LIBMTP_Dump_Errorstack(device);
150 LIBMTP_Clear_Errorstack(device);
156 LIBMTP_Release_Device(device);