Searched refs:bus (Results 1 - 25 of 276) sorted by path

1234567891011>>

/external/bluetooth/bluedroid/btif/co/
H A Dbta_hh_co.c434 ev.u.create.bus = BUS_BLUETOOTH;
/external/chromium-trace/
H A Dscript.js38 base.exportTo("tracing.importer.linux_perf",function(){function d(a){b.call(this,a);a.registerEventHandler("memory_bus_usage",d.prototype.traceMarkWriteBusEvent.bind(this));this.model_=a.model_;this.ppids_={}}var b=tracing.importer.linux_perf.Parser;d.prototype={__proto__:b.prototype,traceMarkWriteBusEvent:function(a,c,e,f,b,h){e=/bus=(\S+) rw_bytes=(\d+) r_bytes=(\d+) w_bytes=(\d+) cycles=(\d+) ns=(\d+)/.exec(b.details);a=e[1];parseInt(e[2]);c=parseInt(e[3]);parseInt(e[4]);parseInt(e[5]);e=parseInt(e[6]);
39 var d=1E9*c/e,d=d/1048576;c=this.model_.getOrCreateProcess(0).getOrCreateCounter(null,"bus "+a+" read");0===c.numSeries&&c.addSeries(new tracing.trace_model.CounterSeries("value",tracing.getStringColorId(c.name+".value")));c.series.forEach(function(a){a.addSample(f,d)});c=this.model_.getOrCreateProcess(0).getOrCreateCounter(null,"bus "+a+" write");0===c.numSeries&&c.addSeries(new tracing.trace_model.CounterSeries("value",tracing.getStringColorId(c.name+".value")));c.series.forEach(function(a){a.addSample(f,
/external/chromium_org/build/android/buildbot/
H A Dbb_device_status_check.py234 # 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/chrome/browser/chromeos/dbus/
H A Dcros_dbus_service.cc17 #include "dbus/bus.h"
33 explicit CrosDBusServiceImpl(dbus::Bus* bus) argument
36 bus_(bus) {
121 dbus::Bus* bus = DBusThreadManager::Get()->GetSystemBus(); local
122 if (base::SysInfo::IsRunningOnChromeOS() && bus) {
123 CrosDBusServiceImpl* service = new CrosDBusServiceImpl(bus);
143 dbus::Bus* bus,
149 CrosDBusServiceImpl* service = new CrosDBusServiceImpl(bus);
142 InitializeForTesting( dbus::Bus* bus, ServiceProviderInterface* proxy_resolution_service) argument
H A Dcros_dbus_service.h59 dbus::Bus* bus,
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_test_helper.cc94 void DeviceSettingsTestHelper::Init(dbus::Bus* bus) {} argument
H A Ddevice_settings_test_helper.h85 virtual void Init(dbus::Bus* bus) OVERRIDE;
/external/chromium_org/chromeos/dbus/
H A Dblocking_method_caller.cc12 #include "dbus/bus.h"
31 BlockingMethodCaller::BlockingMethodCaller(dbus::Bus* bus, argument
33 : bus_(bus),
H A Dblocking_method_caller.h27 BlockingMethodCaller(dbus::Bus* bus, dbus::ObjectProxy* proxy);
H A Dbluetooth_adapter_client.cc9 #include "dbus/bus.h"
181 virtual void Init(dbus::Bus* bus) OVERRIDE {
182 object_manager_ = bus->GetObjectManager(
H A Dbluetooth_agent_manager_client.cc9 #include "dbus/bus.h"
94 virtual void Init(dbus::Bus* bus) OVERRIDE {
95 DCHECK(bus); variable
96 object_proxy_ = bus->GetObjectProxy(
H A Dbluetooth_agent_service_provider.cc15 #include "dbus/bus.h"
27 BluetoothAgentServiceProviderImpl(dbus::Bus* bus, argument
31 bus_(bus),
436 // D-Bus bus object is exported on, not owned by this object and must
469 dbus::Bus* bus,
473 return new BluetoothAgentServiceProviderImpl(bus, object_path, delegate);
468 Create( dbus::Bus* bus, const dbus::ObjectPath& object_path, Delegate* delegate) argument
H A Dbluetooth_agent_service_provider.h13 #include "dbus/bus.h"
163 // Creates the instance where |bus| is the D-Bus bus connection to export
168 dbus::Bus* bus,
H A Dbluetooth_device_client.cc10 #include "dbus/bus.h"
326 virtual void Init(dbus::Bus* bus) OVERRIDE {
327 object_manager_ = bus->GetObjectManager(
H A Dbluetooth_gatt_characteristic_client.cc10 #include "dbus/bus.h"
241 virtual void Init(dbus::Bus* bus) OVERRIDE {
242 object_manager_ = bus->GetObjectManager(
H A Dbluetooth_gatt_characteristic_service_provider.cc34 dbus::Bus* bus,
43 bus_(bus),
419 // D-Bus bus object is exported on, not owned by this object and must
460 dbus::Bus* bus,
469 bus, object_path, delegate, uuid, flags, permissions, service_path);
33 BluetoothGattCharacteristicServiceProviderImpl( dbus::Bus* bus, const dbus::ObjectPath& object_path, Delegate* delegate, const std::string& uuid, const std::vector<std::string>& flags, const std::vector<std::string>& permissions, const dbus::ObjectPath& service_path) argument
459 Create( dbus::Bus* bus, const dbus::ObjectPath& object_path, Delegate* delegate, const std::string& uuid, const std::vector<std::string>& flags, const std::vector<std::string>& permissions, const dbus::ObjectPath& service_path) argument
H A Dbluetooth_gatt_characteristic_service_provider.h14 #include "dbus/bus.h"
81 // Creates the instance, where |bus| is the D-Bus bus connection to export
96 dbus::Bus* bus,
H A Dbluetooth_gatt_descriptor_client.cc10 #include "dbus/bus.h"
169 virtual void Init(dbus::Bus* bus) OVERRIDE {
170 object_manager_ = bus->GetObjectManager(
H A Dbluetooth_gatt_descriptor_service_provider.cc33 dbus::Bus* bus,
41 bus_(bus),
416 // D-Bus bus object is exported on, not owned by this object and must
457 dbus::Bus* bus,
465 bus, object_path, delegate, uuid, permissions, characteristic_path);
32 BluetoothGattDescriptorServiceProviderImpl( dbus::Bus* bus, const dbus::ObjectPath& object_path, Delegate* delegate, const std::string& uuid, const std::vector<std::string>& permissions, const dbus::ObjectPath& characteristic_path) argument
456 Create( dbus::Bus* bus, const dbus::ObjectPath& object_path, Delegate* delegate, const std::string& uuid, const std::vector<std::string>& permissions, const dbus::ObjectPath& characteristic_path) argument
H A Dbluetooth_gatt_descriptor_service_provider.h14 #include "dbus/bus.h"
79 // Creates the instance, where |bus| is the D-Bus bus connection to export
93 dbus::Bus* bus,
H A Dbluetooth_gatt_manager_client.cc9 #include "dbus/bus.h"
82 virtual void Init(dbus::Bus* bus) OVERRIDE {
83 DCHECK(bus); variable
84 object_proxy_ = bus->GetObjectProxy(
H A Dbluetooth_gatt_service_client.cc10 #include "dbus/bus.h"
109 virtual void Init(dbus::Bus* bus) OVERRIDE {
110 object_manager_ = bus->GetObjectManager(
H A Dbluetooth_gatt_service_service_provider.cc31 dbus::Bus* bus,
38 bus_(bus),
238 // D-Bus bus object is exported on, not owned by this object and must
268 dbus::Bus* bus,
274 bus, object_path, uuid, includes);
30 BluetoothGattServiceServiceProviderImpl( dbus::Bus* bus, const dbus::ObjectPath& object_path, const std::string& uuid, const std::vector<dbus::ObjectPath>& includes) argument
267 Create( dbus::Bus* bus, const dbus::ObjectPath& object_path, const std::string& uuid, const std::vector<dbus::ObjectPath>& includes) argument
H A Dbluetooth_gatt_service_service_provider.h12 #include "dbus/bus.h"
31 // Creates the instance where |bus| is the D-Bus bus connection to export the
38 dbus::Bus* bus,
H A Dbluetooth_input_client.cc11 #include "dbus/bus.h"
82 virtual void Init(dbus::Bus* bus) OVERRIDE {
83 object_manager_ = bus->GetObjectManager(

Completed in 324 milliseconds

1234567891011>>