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

/external/chromium_org/dbus/
H A Dbus.h39 // Bus is used to establish a connection with D-Bus, create object
44 // descriptor used for D-Bus communication. By default, the bus will use
50 // In the D-Bus library, we use the two threads:
52 // - The origin thread: the thread that created the Bus object.
53 // - The D-Bus thread: the thread servicing |dbus_task_runner|.
55 // The origin thread is usually Chrome's UI thread. The D-Bus thread is
56 // usually a dedicated thread for the D-Bus library.
61 // these functions should be called in the D-Bus thread (if
72 // The Bus objec
139 class CHROME_DBUS_EXPORT Bus : public base::RefCountedThreadSafe<Bus> { class in namespace:dbus
[all...]
H A Dbus.cc41 // The class is used for watching the file descriptor used for D-Bus
102 // The class is used for monitoring the timeout used for D-Bus method
108 // Bus::OnRemoveTimeout(). That's why we don't simply delete the object in
109 // Bus::OnRemoveTimeout().
126 void StartMonitoring(Bus* bus) {
163 // occur if this function is called after Bus::OnRemoveTimeout().
181 Bus::Options::Options()
186 Bus::Options::~Options() {
189 Bus::Bus(cons function in class:dbus::Bus
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dcciss_defs.h59 BYTE Bus:6; member in struct:_SCSI3Addr_struct::__anon22911
69 BYTE Bus:3; member in struct:_SCSI3Addr_struct::__anon22913
77 DWORD Bus:6; member in struct:_PhysDevAddr_struct

Completed in 463 milliseconds