HomeSort by relevance Sort by last modified time
    Searched refs:Bus (Results 176 - 200 of 205) sorted by null

1 2 3 4 5 6 78 9

  /external/chromium_org/chromeos/dbus/
cros_disks_client.cc 20 #include "dbus/bus.h"
272 virtual void Init(dbus::Bus* bus) OVERRIDE {
273 proxy_ = bus->GetObjectProxy(
466 virtual void Init(dbus::Bus* bus) OVERRIDE {}
bluetooth_gatt_characteristic_client.cc 10 #include "dbus/bus.h"
241 virtual void Init(dbus::Bus* bus) OVERRIDE {
242 object_manager_ = bus->GetObjectManager(
fake_cryptohome_client.h 21 virtual void Init(dbus::Bus* bus) OVERRIDE;
fake_nfc_adapter_client.cc 112 void FakeNfcAdapterClient::Init(dbus::Bus* bus) {
fake_nfc_record_client.cc 121 void FakeNfcRecordClient::Init(dbus::Bus* bus) {
shill_manager_client.cc 12 #include "dbus/bus.h"
264 virtual void Init(dbus::Bus* bus) OVERRIDE {
265 proxy_ = bus->GetObjectProxy(shill::kFlimflamServiceName,
bluetooth_device_client.cc 10 #include "dbus/bus.h"
326 virtual void Init(dbus::Bus* bus) OVERRIDE {
327 object_manager_ = bus->GetObjectManager(
cras_audio_client.cc 11 #include "dbus/bus.h"
178 virtual void Init(dbus::Bus* bus) OVERRIDE {
179 cras_proxy_ = bus->GetObjectProxy(cras::kCrasServiceName,
187 // Monitor the D-Bus signal for output mute change.
196 // Monitor the D-Bus signal for input mute change.
205 // Monitor the D-Bus signal for nodes change.
214 // Monitor the D-Bus signal for active output node change.
223 // Monitor the D-Bus signal for active input node change.
fake_bluetooth_gatt_characteristic_client.cc 79 void FakeBluetoothGattCharacteristicClient::Init(dbus::Bus* bus) {
fake_shill_device_client.cc 14 #include "dbus/bus.h"
56 void FakeShillDeviceClient::Init(dbus::Bus* bus) {}
power_manager_client.cc 29 #include "dbus/bus.h"
233 virtual void Init(dbus::Bus* bus) OVERRIDE {
234 power_manager_proxy_ = bus->GetObjectProxy(
242 // Monitor the D-Bus signal for brightness changes. Only the power
754 virtual void Init(dbus::Bus* bus) OVERRIDE {
    [all...]
session_manager_client.cc 21 #include "dbus/bus.h"
287 virtual void Init(dbus::Bus* bus) OVERRIDE {
288 session_manager_proxy_ = bus->GetObjectProxy(
292 new BlockingMethodCaller(bus, session_manager_proxy_));
581 virtual void Init(dbus::Bus* bus) OVERRIDE {}
debug_daemon_client.cc 23 #include "dbus/bus.h"
55 // issue the D-Bus request to stop tracing and collect results.
234 // issue the D-Bus request to stop tracing and collect results.
306 virtual void Init(dbus::Bus* bus) OVERRIDE {
308 bus->GetObjectProxy(debugd::kDebugdServiceName,
fake_cryptohome_client.cc 37 void FakeCryptohomeClient::Init(dbus::Bus* bus) {
fake_shill_service_client.cc 19 #include "dbus/bus.h"
63 void FakeShillServiceClient::Init(dbus::Bus* bus) {
nfc_client_unittest.cc 30 // D-Bus service name used by the test.
94 // Create the mock bus.
95 dbus::Bus::Options options;
96 options.bus_type = dbus::Bus::SYSTEM;
346 // The mock bus.
352 // The D-Bus client objects under test.
    [all...]
cryptohome_client.cc 15 #include "dbus/bus.h"
    [all...]
fake_bluetooth_device_client.cc 254 void FakeBluetoothDeviceClient::Init(dbus::Bus* bus) {
368 // a D-Bus file descriptor object.
    [all...]
  /external/chromium_org/dbus/
object_manager.cc 13 #include "dbus/bus.h"
30 ObjectManager::ObjectManager(Bus* bus,
33 : bus_(bus),
174 // |object_proxy_| is no longer valid if the Bus was shut down before this
210 bus_->GetServiceOwnerAndBlock(service_name_, Bus::SUPPRESS_ERRORS);
303 // If the D-Bus thread is not used, just call the callback on the
322 // Delete the message on the D-Bus thread. See comments in HandleMessage.
object_proxy.cc 5 #include "dbus/bus.h"
33 // The path of D-Bus Object sending NameOwnerChanged signal.
36 // The D-Bus Object interface.
39 // The D-Bus Object address.
51 ObjectProxy::ObjectProxy(Bus* bus,
55 : bus_(bus),
162 // Wait for the response in the D-Bus thread.
319 // Delete the message on the D-Bus thread. See below for why.
329 // The message should be deleted on the D-Bus thread for a complicate
    [all...]
  /external/chromium_org/build/android/buildbot/
bb_device_status_check.py 228 usb_devices = [re.findall('Bus (\d\d\d) Device (\d\d\d)', lsusb_line)[0]
234 # devices connected to it, the (bus, dev) for the hub can change, making the
236 for (bus, dev) in reversed(sorted(usb_devices)):
239 return_code = bb_utils.RunCmd(['/usr/bin/restart_usb', bus, dev])
241 print 'Error restarting USB device /dev/bus/usb/%s/%s' % (bus, dev)
244 print 'Restarted USB device /dev/bus/usb/%s/%s' % (bus, dev)
  /external/chromium_org/device/bluetooth/
bluetooth_socket_chromeos.cc 26 #include "dbus/bus.h"
240 dbus::Bus* system_bus = DBusThreadManager::Get()->GetSystemBus();
bluetooth_adapter_chromeos.cc 41 // exist per D-Bus connection, it just has to be unique within Chromium.
86 dbus::Bus* system_bus = DBusThreadManager::Get()->GetSystemBus();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksproxy.h 379 GUID Bus
  /external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x_unittest.cc 303 dbus::Bus::Options options;
304 options.bus_type = dbus::Bus::SESSION;
    [all...]

Completed in 729 milliseconds

1 2 3 4 5 6 78 9