Searched defs:DebugDaemonClient (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Ddebug_daemon_client.h23 // DebugDaemonClient is used to communicate with the debug daemon.
24 class CHROMEOS_EXPORT DebugDaemonClient : public DBusClient { class in namespace:chromeos
26 virtual ~DebugDaemonClient();
153 static DebugDaemonClient* Create();
157 DebugDaemonClient();
160 DISALLOW_COPY_AND_ASSIGN(DebugDaemonClient);
H A Ddebug_daemon_client.cc31 // Used in DebugDaemonClient::EmptySystemStopTracingCallback().
40 // The DebugDaemonClient implementation used in production.
41 class DebugDaemonClientImpl : public DebugDaemonClient {
47 // DebugDaemonClient override.
537 DebugDaemonClient::DebugDaemonClient() { function in class:chromeos::DebugDaemonClient
540 DebugDaemonClient::~DebugDaemonClient() {
544 DebugDaemonClient::StopSystemTracingCallback
545 DebugDaemonClient
[all...]

Completed in 104 milliseconds