|
| CDRMConnector (int fd, uint32_t connector) |
|
| CDRMConnector (const CDRMConnector &)=delete |
|
CDRMConnector & | operator= (const CDRMConnector &)=delete |
|
std::string | GetType () |
|
std::string | GetStatus () |
|
std::string | GetName () |
|
uint32_t | GetEncoderId () const |
|
uint32_t * | GetConnectorId () const |
|
int | GetModesCount () const |
|
drmModeModeInfoPtr | GetModeForIndex (int index) const |
|
bool | IsConnected () |
|
bool | CheckConnector () |
|
std::vector< uint8_t > | GetEDID () const |
|
| CDRMObject (const CDRMObject &)=delete |
|
CDRMObject & | operator= (const CDRMObject &)=delete |
|
std::string | GetTypeName () const |
|
std::string | GetPropertyName (uint32_t propertyId) const |
|
uint32_t | GetId () const |
|
uint32_t | GetPropertyId (const std::string &name) const |
|
std::optional< uint64_t > | GetPropertyValue (std::string_view name, std::string_view valueName) const |
|
bool | SetProperty (const std::string &name, uint64_t value) |
|
bool | SupportsProperty (const std::string &name) |
|
The documentation for this class was generated from the following files:
- xbmc/windowing/gbm/drm/DRMConnector.h
- xbmc/windowing/gbm/drm/DRMConnector.cpp