#include "service_implementation.h"
#include "apparmor/lomiri.h"
#include "audio/output_observer.h"
#include "client_death_observer.h"
#include "logging.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 <string>
#include <cstdint>
#include <cstring>
#include <map>
#include <memory>
#include <thread>
#include <utility>
#include <pulse/pulseaudio.h>
Go to the source code of this file.