#include "service_implementation.h"
#include "apparmor/ubuntu.h"
#include "audio/output_observer.h"
#include "client_death_observer.h"
#include "player_configuration.h"
#include "player_skeleton.h"
#include "player_implementation.h"
#include "power/battery_observer.h"
#include "power/state_controller.h"
#include "recorder_observer.h"
#include "telephony/call_monitor.h"
#include <boost/asio.hpp>
#include <string>
#include <cstdint>
#include <cstring>
#include <map>
#include <memory>
#include <thread>
#include <utility>
#include <pulse/pulseaudio.h>
#include "util/timeout.h"
Go to the source code of this file.
Classes | |
struct | media::ServiceImplementation::Private |