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

1 2 3 45 6 7 8 9

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_profile_manager_client.cc 13 #include "dbus/bus.h"
32 void FakeBluetoothProfileManagerClient::Init(dbus::Bus* bus) {
fake_nfc_adapter_client.h 26 // Properties structure that provides fake behavior for D-Bus calls.
43 virtual void Init(dbus::Bus* bus) OVERRIDE;
fake_power_manager_client.cc 26 void FakePowerManagerClient::Init(dbus::Bus* bus) {
fake_shill_profile_client.h 27 virtual void Init(dbus::Bus* bus) OVERRIDE;
mock_shill_service_client.h 21 MOCK_METHOD1(Init, void(dbus::Bus* dbus));
permission_broker_client.cc 10 #include "dbus/bus.h"
57 virtual void Init(dbus::Bus* bus) OVERRIDE {
59 bus->GetObjectProxy(kPermissionBrokerServiceName,
bluetooth_gatt_service_service_provider.cc 31 dbus::Bus* bus,
38 bus_(bus),
238 // D-Bus bus object is exported on, not owned by this object and must
240 dbus::Bus* bus_;
242 // D-Bus object path of object we are exporting, kept so we can unregister
246 // D-Bus object we are exporting, owned by this object.
268 dbus::Bus* bus,
    [all...]
bluetooth_profile_service_provider.cc 15 #include "dbus/bus.h"
27 BluetoothProfileServiceProviderImpl(dbus::Bus* bus,
31 bus_(bus),
219 // D-Bus bus object is exported on, not owned by this object and must
221 dbus::Bus* bus_;
228 // D-Bus object path of object we are exporting, kept so we can unregister
232 // D-Bus object we are exporting, owned by this object.
252 dbus::Bus* bus
    [all...]
gsm_sms_client.cc 17 #include "dbus/bus.h"
36 SMSProxy(dbus::Bus* bus,
39 : proxy_(bus->GetObjectProxy(service_name, object_path)),
211 virtual void Init(dbus::Bus* bus) OVERRIDE { bus_ = bus; }
230 dbus::Bus* bus_;
dbus_thread_manager.cc 49 #include "dbus/bus.h"
63 // Create the D-Bus thread.
66 dbus_thread_.reset(new base::Thread("D-Bus thread"));
69 // Create the connection to the system bus.
70 dbus::Bus::Options system_bus_options;
71 system_bus_options.bus_type = dbus::Bus::SYSTEM;
72 system_bus_options.connection_type = dbus::Bus::PRIVATE;
74 system_bus_ = new dbus::Bus(system_bus_options);
86 // Delete all D-Bus clients before shutting down the system bus
    [all...]
bluetooth_agent_manager_client.cc 9 #include "dbus/bus.h"
94 virtual void Init(dbus::Bus* bus) OVERRIDE {
95 DCHECK(bus); variable
96 object_proxy_ = bus->GetObjectProxy(
bluetooth_gatt_manager_client.cc 9 #include "dbus/bus.h"
82 virtual void Init(dbus::Bus* bus) OVERRIDE {
83 DCHECK(bus); variable
84 object_proxy_ = bus->GetObjectProxy(
bluetooth_gatt_service_client.cc 10 #include "dbus/bus.h"
109 virtual void Init(dbus::Bus* bus) OVERRIDE {
110 object_manager_ = bus->GetObjectManager(
bluetooth_input_client.cc 11 #include "dbus/bus.h"
82 virtual void Init(dbus::Bus* bus) OVERRIDE {
83 object_manager_ = bus->GetObjectManager(
fake_bluetooth_gatt_characteristic_client.h 44 virtual void Init(dbus::Bus* bus) OVERRIDE;
fake_bluetooth_input_client.cc 12 #include "dbus/bus.h"
59 void FakeBluetoothInputClient::Init(dbus::Bus* bus) {
fake_cros_disks_client.cc 23 void FakeCrosDisksClient::Init(dbus::Bus* bus) {
fake_cros_disks_client.h 23 virtual void Init(dbus::Bus* bus) OVERRIDE;
fake_easy_unlock_client.cc 57 void FakeEasyUnlockClient::Init(dbus::Bus* bus) {}
fake_gsm_sms_client.cc 28 void FakeGsmSMSClient::Init(dbus::Bus* bus) {
fake_nfc_manager_client.cc 51 void FakeNfcManagerClient::Init(dbus::Bus* bus) {
fake_session_manager_client.h 27 virtual void Init(dbus::Bus* bus) OVERRIDE;
  /external/valgrind/main/gdbserver_tests/
mcsignopass.stdoutB.exp 4 SIGBUS Yes Yes Yes Bus error
55 Program received signal SIGBUS, Bus error.
  /external/oprofile/events/i386/atom/
events 23 event:0x21 counters:0,1 um:core minimum:6000 name:CORE : Cycles L2 address bus is in use
24 event:0x22 counters:0,1 um:core minimum:6000 name:L2_DBUS_BUSY : Cycles the L2 cache data bus is busy
39 event:0x60 counters:0,1 um:core,agent minimum:6000 name:BUS_REQUEST_OUTSTANDING : Outstanding cacheable data read bus requests duration
40 event:0x61 counters:0,1 um:agent minimum:6000 name:BUS_BNR_DRV : Number of Bus Not Ready signals asserted
41 event:0x62 counters:0,1 um:agent minimum:6000 name:BUS_DRDY_CLOCKS : Bus cycles when data is sent on the bus
42 event:0x63 counters:0,1 um:core,agent minimum:6000 name:BUS_LOCK_CLOCKS : Bus cycles when a LOCK signal is asserted.
43 event:0x64 counters:0,1 um:core minimum:6000 name:BUS_DATA_RCV : Bus cycles while processor receives data
44 event:0x65 counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_BRD : Burst read bus transactions
45 event:0x66 counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_RFO : RFO bus transaction
    [all...]
  /external/chromium_org/dbus/
object_manager_unittest.cc 16 #include "dbus/bus.h"
66 // Start the D-Bus thread.
67 dbus_thread_.reset(new base::Thread("D-Bus Thread"));
72 // Start the test service, using the D-Bus thread.
80 // Create the client, using the D-Bus thread.
81 Bus::Options bus_options;
82 bus_options.bus_type = Bus::SESSION;
83 bus_options.connection_type = Bus::PRIVATE;
85 bus_ = new Bus(bus_options);
209 scoped_refptr<Bus> bus_
    [all...]

Completed in 1574 milliseconds

1 2 3 45 6 7 8 9