RDK Documentation (Open Sourced RDK Components)
manager.cpp File Reference

RDK Device Settings module is a cross-platform device for controlling the following hardware configurations: Audio Output Ports (Volume, Mute, etc.) Video Ouptut Ports (Resolutions, Aspect Ratio, etc.) Front Panel Indicators DFC[zoom] Settings Display (Aspect Ratio, EDID data etc.) General Host configuration (Power managements, event management etc.) More...

#include "manager.hpp"
#include <iostream>
#include "audioOutputPortConfig.hpp"
#include "videoOutputPortConfig.hpp"
#include "host.hpp"
#include "videoDeviceConfig.hpp"
#include "dsVideoPort.h"
#include "dsVideoDevice.h"
#include "dsAudio.h"
#include "dsDisplay.h"
#include "dsFPD.h"
#include "dslogger.h"
#include <mutex>
#include <pthread.h>
Include dependency graph for manager.cpp:

Go to the source code of this file.

Variables

static std::mutex device::gManagerInitMutex
 

yes

RDK Device Settings module is a cross-platform device for controlling the following hardware configurations: Audio Output Ports (Volume, Mute, etc.) Video Ouptut Ports (Resolutions, Aspect Ratio, etc.) Front Panel Indicators DFC[zoom] Settings Display (Aspect Ratio, EDID data etc.) General Host configuration (Power managements, event management etc.)

Definition in file manager.cpp.