Searched refs:bus (Results 126 - 150 of 276) sorted by relevance

1234567891011>>

/external/chromium_org/chromeos/dbus/
H A Dfake_update_engine_client.cc21 void FakeUpdateEngineClient::Init(dbus::Bus* bus) { argument
H A Dfake_update_engine_client.h25 virtual void Init(dbus::Bus* bus) OVERRIDE;
H A Dgsm_sms_client.cc17 #include "dbus/bus.h"
36 SMSProxy(dbus::Bus* bus, argument
39 : proxy_(bus->GetObjectProxy(service_name, object_path)),
211 virtual void Init(dbus::Bus* bus) OVERRIDE { bus_ = bus; }
H A Dmock_session_manager_client.h20 MOCK_METHOD1(Init, void(dbus::Bus* bus));
H A Dnfc_adapter_client.cc15 #include "dbus/bus.h"
132 virtual void Init(dbus::Bus* bus) OVERRIDE {
134 DCHECK(bus); variable
135 bus_ = bus;
137 nfc_adapter::kNfcAdapterServiceName, this, bus));
194 // We maintain a pointer to the bus to be able to request proxies for
H A Dnfc_client_helpers.cc39 dbus::Bus* bus)
40 : bus_(bus),
196 dbus::Bus* bus) {
203 new DBusObjectMap(service_name, delegate, bus);
37 DBusObjectMap(const std::string& service_name, Delegate* delegate, dbus::Bus* bus) argument
193 CreateObjectMap(const dbus::ObjectPath& object_path, const std::string& service_name, DBusObjectMap::Delegate* delegate, dbus::Bus* bus) argument
H A Deasy_unlock_client.cc11 #include "dbus/bus.h"
121 virtual void Init(dbus::Bus* bus) OVERRIDE {
123 bus->GetObjectProxy(
H A Dlorgnette_manager_client.cc15 #include "dbus/bus.h"
66 virtual void Init(dbus::Bus* bus) OVERRIDE {
68 bus->GetObjectProxy(lorgnette::kManagerServiceName,
H A Dnfc_manager_client.cc10 #include "dbus/bus.h"
58 virtual void Init(dbus::Bus* bus) OVERRIDE {
62 object_proxy_ = bus->GetObjectProxy(
H A Dshill_profile_client.cc13 #include "dbus/bus.h"
59 virtual void Init(dbus::Bus* bus) OVERRIDE {
60 bus_ = bus;
H A Dfake_bluetooth_adapter_client.h42 virtual void Init(dbus::Bus* bus) OVERRIDE;
H A Dfake_bluetooth_gatt_descriptor_client.h41 virtual void Init(dbus::Bus* bus) OVERRIDE;
/external/chromium_org/dbus/
H A Dmock_object_proxy.h20 MockObjectProxy(Bus* bus,
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioBasicInspectorNode.cpp50 // Render input stream - try to render directly into output bus for pass-through processing where process() doesn't need to do anything...
51 input(0)->pull(output(0)->bus(), framesToProcess);
H A DAudioNodeOutput.h54 // It returns the bus containing the processed audio for this output, returning inPlaceBus if in-place processing was possible.
58 // bus() will contain the rendered audio after pull() is called for each rendering time quantum.
60 AudioBus* bus() const;
H A DMediaStreamAudioDestinationNode.cpp80 m_mixBus->copyFrom(*input(0)->bus());
H A DAudioNodeInput.cpp150 // Use output()->numberOfChannels() instead of output->bus()->numberOfChannels(),
151 // because the calling of AudioNodeOutput::bus() is not safe here.
161 AudioBus* AudioNodeInput::bus() function in class:blink::AudioNodeInput
167 return renderingOutput(0)->bus();
H A DAudioNodeOutput.cpp144 return bus();
147 AudioBus* AudioNodeOutput::bus() const function in class:blink::AudioNodeOutput
/external/kernel-headers/original/uapi/linux/
H A Duhid.h46 __u16 bus; member in struct:uhid_create_req
/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_linux.cc15 #include "dbus/bus.h"
50 // Similar to Init() but can inject the bus object. Used for testing.
51 bool InitWithBus(dbus::Bus* bus);
112 bool NetworkManagerWlanApi::InitWithBus(dbus::Bus* bus) { argument
113 system_bus_ = bus;
114 // system_bus_ will own all object proxies created from the bus.
374 WifiDataProviderLinux::NewWlanApiForTesting(dbus::Bus* bus) { argument
376 if (wlan_api->InitWithBus(bus))
/external/chromium_org/media/audio/mac/
H A Daudio_auhal_mac.cc22 AudioBus* bus,
25 DCHECK(bus);
26 const int channels = bus->channels();
32 bus->SetChannelData(
37 bus->set_frames(frames);
93 // The output bus will wrap the AudioBufferList given to us in
380 // Note that we use bus 1 for input and bus 0 for output:
406 // inputs and outputs are handled in the AUHAL concerning scope and bus
21 WrapBufferList(AudioBufferList* buffer_list, AudioBus* bus, int frames) argument
/external/qemu/
H A Dblockdev.c62 DriveInfo *drive_get(BlockInterfaceType type, int bus, int unit) argument
66 /* seek interface, bus and unit */
70 dinfo->bus == bus &&
86 dinfo->bus > max_bus)
87 max_bus = dinfo->bus;
172 bus_id = qemu_opt_get_number(opts, "bus", 0);
216 fprintf(stderr, "qemu: unsupported bus type '%s'\n", buf);
347 /* compute bus and unit according index */
352 "qemu: index cannot be used with bus an
[all...]
/external/chromium_org/components/copresence/mediums/audio/
H A Daudio_player_unittest.cc113 void GatherSamples(scoped_ptr<media::AudioBus> bus, int frames) { argument
116 bus->CopyPartialFramesTo(0, frames, buffer_index_, buffer_.get());
/external/chromium_org/mojo/shell/
H A Ddbus_application_loader_linux.cc14 #include "dbus/bus.h"
36 const scoped_refptr<dbus::Bus>& bus,
40 bus_(bus),
35 LoadContext(DBusApplicationLoader* loader, const scoped_refptr<dbus::Bus>& bus, const GURL& url, ScopedMessagePipeHandle service_provider_handle) argument
/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)

Completed in 8431 milliseconds

1234567891011>>