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

/system/bt/service/
H A Ddaemon.h31 // The Daemon class is a singleton that represents the root of the ownership
34 class Daemon { class in namespace:bluetooth
41 // Cleans up all the resources associated with the global Daemon object.
44 // Assigns the global Daemon instance for testing. Should only be called from
46 static void InitializeForTesting(Daemon* test_daemon);
48 // Returns the singleton Daemon instance. All classes can interact with the
49 // Daemon, obtain its resources etc using this getter.
50 static Daemon* Get();
53 // the Daemon object.
64 Daemon()
[all...]

Completed in 17 milliseconds