Lines Matching refs:OpticalDisc

25 OpticalDisc::OpticalDisc(HalDevice *device)  in OpticalDisc()  function in OpticalDisc
31 OpticalDisc::~OpticalDisc() in ~OpticalDisc()
37 Solid::OpticalDisc::ContentTypes OpticalDisc::availableContent() const in availableContent()
39 Solid::OpticalDisc::ContentTypes content; in availableContent()
41 QMap<Solid::OpticalDisc::ContentType, QString> map; in availableContent()
42 map[Solid::OpticalDisc::Audio] = "volume.disc.has_audio"; in availableContent()
43 map[Solid::OpticalDisc::Data] = "volume.disc.has_data"; in availableContent()
44 map[Solid::OpticalDisc::VideoCd] = "volume.disc.is_vcd"; in availableContent()
45 map[Solid::OpticalDisc::SuperVideoCd] = "volume.disc.is_svcd"; in availableContent()
46 map[Solid::OpticalDisc::VideoDvd] ="volume.disc.is_videodvd"; in availableContent()
47 map[Solid::OpticalDisc::VideoBluRay] ="volume.disc.is_blurayvideo"; in availableContent()
49 foreach (const Solid::OpticalDisc::ContentType type, map.keys()) in availableContent()
60 Solid::OpticalDisc::DiscType OpticalDisc::discType() const in discType()
66 return Solid::OpticalDisc::CdRom; in discType()
70 return Solid::OpticalDisc::CdRecordable; in discType()
74 return Solid::OpticalDisc::CdRewritable; in discType()
78 return Solid::OpticalDisc::DvdRom; in discType()
82 return Solid::OpticalDisc::DvdRam; in discType()
86 return Solid::OpticalDisc::DvdRecordable; in discType()
90 return Solid::OpticalDisc::DvdRewritable; in discType()
94 return Solid::OpticalDisc::DvdPlusRecordable; in discType()
98 return Solid::OpticalDisc::DvdPlusRewritable; in discType()
102 return Solid::OpticalDisc::DvdPlusRecordableDuallayer; in discType()
106 return Solid::OpticalDisc::DvdPlusRewritableDuallayer; in discType()
110 return Solid::OpticalDisc::BluRayRom; in discType()
114 return Solid::OpticalDisc::BluRayRecordable; in discType()
118 return Solid::OpticalDisc::BluRayRewritable; in discType()
122 return Solid::OpticalDisc::HdDvdRom; in discType()
126 return Solid::OpticalDisc::HdDvdRecordable; in discType()
130 return Solid::OpticalDisc::HdDvdRewritable; in discType()
134 return Solid::OpticalDisc::UnknownDiscType; in discType()
138 bool OpticalDisc::isAppendable() const in isAppendable()
143 bool OpticalDisc::isBlank() const in isBlank()
148 bool OpticalDisc::isRewritable() const in isRewritable()
153 qulonglong OpticalDisc::capacity() const in capacity()