HomeSort by relevance Sort by last modified time
    Searched defs:Bus (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/dbus/
bus.h 38 // Bus is used to establish a connection with D-Bus, create object
42 // bus object will use a task runner to monitor the underlying file
43 // descriptor used for D-Bus communication. By default, the bus will use
45 // specified, the bus will use that task runner instead.
49 // In the D-Bus library, we use the two threads:
51 // - The origin thread: the thread that created the Bus object.
52 // - The D-Bus thread: the thread servicing |dbus_task_runner|.
54 // The origin thread is usually Chrome's UI thread. The D-Bus thread i
    [all...]
bus.cc 5 #include "dbus/bus.h"
41 // 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) {
127 bus->PostDelayedTaskToDBusThread(FROM_HERE,
163 // occur if this function is called after Bus::OnRemoveTimeout().
181 Bus::Options::Options(
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cciss_ioctl.h 12 unsigned char bus; member in struct:_cciss_pci_info_struct
94 BYTE Bus:6;
104 BYTE Bus:3;
112 DWORD Bus:6;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cciss_ioctl.h 12 unsigned char bus; member in struct:_cciss_pci_info_struct
94 BYTE Bus:6;
104 BYTE Bus:3;
112 DWORD Bus:6;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cciss_ioctl.h 12 unsigned char bus; member in struct:_cciss_pci_info_struct
94 BYTE Bus:6;
104 BYTE Bus:3;
112 DWORD Bus:6;

Completed in 104 milliseconds