|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <memory>#include <string>#include <utility>#include <vector>#include "peripherals/PeripheralTypes.h"#include "peripherals/bus/PeripheralBus.h"#include "platform/android/peripherals/AndroidJoystickState.h"#include "platform/android/activity/IInputDeviceCallbacks.h"#include "platform/android/activity/IInputDeviceEventHandler.h"#include "threads/CriticalSection.h"Classes | |
| class | PERIPHERALS::CPeripheralBusAndroid |
Namespaces | |
| namespace | PERIPHERALS |
Typedefs | |
| using | PERIPHERALS::PeripheralBusAndroidPtr = std::shared_ptr< CPeripheralBusAndroid > |