Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for PERIPHERALS::CPeripheralBusApplication, including all inherited members.
AbortableWait(CEvent &event, std::chrono::milliseconds duration=std::chrono::milliseconds(-1)) | CThread | inlineprotected |
Clear(void) | PERIPHERALS::CPeripheralBus | virtual |
CPeripheralBus(const std::string &threadname, CPeripherals &manager, PeripheralBusType type) | PERIPHERALS::CPeripheralBus | |
CPeripheralBusApplication(CPeripherals &manager) | PERIPHERALS::CPeripheralBusApplication | explicit |
Create(bool bAutoDelete=false) | CThread | protected |
CThread(const char *ThreadName) | CThread | explicitprotected |
CThread(IRunnable *pRunnable, const char *ThreadName) | CThread | protected |
EnableButtonMapping() | PERIPHERALS::CPeripheralBus | inlinevirtual |
FindComPort(std::string &strLocation) | PERIPHERALS::CPeripheralBus | inlinevirtual |
GetByPath(const std::string &strPath) const | PERIPHERALS::CPeripheralBus | virtual |
GetCurrentThread() | CThread | protectedstatic |
GetCurrentThreadId() | CThread | inlineprotectedstatic |
GetDirectory(const std::string &strPath, CFileItemList &items) const override | PERIPHERALS::CPeripheralBusApplication | virtual |
GetFeatures(std::vector< PeripheralFeature > &features) const | PERIPHERALS::CPeripheralBus | virtual |
GetNumberOfPeripherals() const | PERIPHERALS::CPeripheralBus | virtual |
GetNumberOfPeripheralsWithId(const int iVendorId, const int iProductId) const | PERIPHERALS::CPeripheralBus | virtual |
GetPeripheral(const std::string &strLocation) const | PERIPHERALS::CPeripheralBus | virtual |
GetPeripheralsWithFeature(PeripheralVector &results, const PeripheralFeature feature) const | PERIPHERALS::CPeripheralBus | virtual |
HasFeature(const PeripheralFeature feature) const | PERIPHERALS::CPeripheralBus | virtual |
HasPeripheral(const std::string &strLocation) const | PERIPHERALS::CPeripheralBus | virtual |
Initialise(void) override | PERIPHERALS::CPeripheralBusApplication | virtual |
InitializeButtonMap(const CPeripheral &peripheral, KODI::JOYSTICK::IButtonMap &buttonMap) const | PERIPHERALS::CPeripheralBus | inlinevirtual |
InitializeProperties(CPeripheral &peripheral) | PERIPHERALS::CPeripheralBus | virtual |
IsAutoDelete() const | CThread | protected |
IsCurrentThread() const | CThread | protected |
IsRunning() const | CThread | protected |
Join(std::chrono::milliseconds duration) | CThread | protected |
m_bNeedsPolling | PERIPHERALS::CPeripheralBus | protected |
m_bStop | CThread | protected |
m_critSection | PERIPHERALS::CPeripheralBus | mutableprotected |
m_iRescanTime | PERIPHERALS::CPeripheralBus | protected |
m_manager | PERIPHERALS::CPeripheralBus | protected |
m_peripherals | PERIPHERALS::CPeripheralBus | protected |
m_triggerEvent | PERIPHERALS::CPeripheralBus | protected |
m_type | PERIPHERALS::CPeripheralBus | protected |
MakeLocation(unsigned int controllerIndex) const | PERIPHERALS::CPeripheralBusApplication | |
NeedsPolling(void) const | PERIPHERALS::CPeripheralBus | inline |
OnDeviceAdded(const std::string &strLocation) | PERIPHERALS::CPeripheralBus | virtual |
OnDeviceChanged(const std::string &strLocation) | PERIPHERALS::CPeripheralBus | virtual |
OnDeviceRemoved(const std::string &strLocation) | PERIPHERALS::CPeripheralBus | virtual |
OnException() | CThread | inlineprotectedvirtual |
OnExit() | CThread | inlineprotectedvirtual |
OnStartup() | CThread | inlineprotectedvirtual |
PerformDeviceScan(PeripheralScanResults &results) override | PERIPHERALS::CPeripheralBusApplication | protectedvirtual |
PowerOff(const std::string &strLocation) | PERIPHERALS::CPeripheralBus | inlinevirtual |
Process(void) override | PERIPHERALS::CPeripheralBus | protectedvirtual |
ProcessEvents(void) | PERIPHERALS::CPeripheralBus | inlinevirtual |
Register(const PeripheralPtr &peripheral) | PERIPHERALS::CPeripheralBus | virtual |
RegisterNewDevices(const PeripheralScanResults &results) | PERIPHERALS::CPeripheralBus | protectedvirtual |
ScanForDevices(void) | PERIPHERALS::CPeripheralBus | protectedvirtual |
SetPriority(const ThreadPriority &priority) | CThread | protected |
Sleep(std::chrono::duration< Rep, Period > duration) | CThread | inlineprotected |
StopThread(bool bWait=true) | CThread | protectedvirtual |
SupportsFeature(PeripheralFeature feature) const | PERIPHERALS::CPeripheralBus | inlinevirtual |
TriggerDeviceScan(void) | PERIPHERALS::CPeripheralBus | virtual |
Type(void) const | PERIPHERALS::CPeripheralBus | inline |
UnregisterRemovedDevices(const PeripheralScanResults &results) | PERIPHERALS::CPeripheralBus | protectedvirtual |
WAIT_INTERRUPTED enum value | CThread | protected |
WAIT_SIGNALED enum value | CThread | protected |
WAIT_TIMEDOUT enum value | CThread | protected |
WaitResponse enum name | CThread | protected |
~CPeripheralBus(void) override | PERIPHERALS::CPeripheralBus | inline |
~CPeripheralBusApplication(void) override=default | PERIPHERALS::CPeripheralBusApplication | |
~CThread() | CThread | protectedvirtual |