Searched defs:bus (Results 76 - 100 of 130) sorted by relevance

123456

/external/chromium_org/chromeos/dbus/
H A Dfake_nfc_tag_client.cc64 void FakeNfcTagClient::Init(dbus::Bus* bus) { argument
H A Dfake_power_manager_client.cc26 void FakePowerManagerClient::Init(dbus::Bus* bus) { argument
H A Dfake_session_manager_client.cc25 void FakeSessionManagerClient::Init(dbus::Bus* bus) { argument
H A Dfake_shill_profile_client.cc16 #include "dbus/bus.h"
46 void FakeShillProfileClient::Init(dbus::Bus* bus) { argument
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 Dmodem_messaging_client.cc14 #include "dbus/bus.h"
31 ModemMessagingProxy(dbus::Bus* bus, argument
34 : bus_(bus),
35 proxy_(bus->GetObjectProxy(service_name, object_path)),
170 virtual void Init(dbus::Bus* bus) OVERRIDE {
171 bus_ = bus;
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 Dfake_shill_device_client.cc14 #include "dbus/bus.h"
56 void FakeShillDeviceClient::Init(dbus::Bus* bus) {} argument
H A Dfake_shill_service_client.cc19 #include "dbus/bus.h"
63 void FakeShillServiceClient::Init(dbus::Bus* bus) { argument
/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/dbus/
H A Dexported_object.cc14 #include "dbus/bus.h"
29 ExportedObject::ExportedObject(Bus* bus, argument
31 : bus_(bus),
270 // Check if the bus is still connected. If the method takes long to
271 // complete, the bus may be shut down meanwhile.
H A Dobject_manager.cc13 #include "dbus/bus.h"
30 ObjectManager::ObjectManager(Bus* bus, argument
33 : bus_(bus),
/external/chromium_org/device/media_transfer_protocol/
H A Dmedia_transfer_protocol_daemon_client.cc11 #include "dbus/bus.h"
30 explicit MediaTransferProtocolDaemonClientImpl(dbus::Bus* bus) argument
31 : proxy_(bus->GetObjectProxy(
399 dbus::Bus* bus) {
400 return new MediaTransferProtocolDaemonClientImpl(bus);
398 Create( dbus::Bus* bus) argument
/external/chromium_org/media/audio/
H A Daudio_power_monitor_unittest.cc162 const AudioBus& bus, float power, bool clipped) {
168 power_monitor_.Scan(bus, bus.frames());
161 FeedAndCheckExpectedPowerIsMeasured( const AudioBus& bus, float power, bool clipped) argument
/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/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/third_party/WebKit/Source/modules/webaudio/
H A DRealtimeAnalyser.cpp88 void RealtimeAnalyser::writeInput(AudioBus* bus, size_t framesToProcess) argument
90 bool isBusGood = bus && bus->numberOfChannels() > 0 && bus->channel(0)->length() >= framesToProcess;
102 const float* source = bus->channel(0)->data();
109 unsigned numberOfChannels = bus->numberOfChannels();
112 source = bus->channel(i)->data();
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DHRTFElevation.cpp78 RefPtr<AudioBus> bus; local
86 bus = concatenatedImpulseResponses;
87 audioBusMap.set(subjectName, bus);
89 bus = iterator->value;
91 size_t responseLength = bus->length();
95 bool isBusGood = responseLength == expectedLength && bus->numberOfChannels() == 2;
100 return bus;
127 RefPtr<AudioBus> bus(getConcatenatedImpulseResponsesForSubject(subjectName));
129 if (!bus)
147 // The concatenated impulse response is a bus containin
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebMediaStreamSource.cpp193 void ConsumerWrapper::consumeAudio(AudioBus* bus, size_t numberOfFrames) argument
195 if (!bus)
199 size_t numberOfChannels = bus->numberOfChannels();
202 busVector[i] = bus->channel(i)->data();
/external/kernel-headers/original/uapi/linux/
H A Dcciss_ioctl.h13 unsigned char bus; member in struct:_cciss_pci_info_struct
H A Duhid.h46 __u16 bus; member in struct:uhid_create_req
/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/qemu/hw/pci-host/
H A Dpiix.c49 pin. We could also use the bus number to have a more precise
181 s->bus = b;
329 int piix3_init(PCIBus *bus, int devfn) argument
334 d = pci_register_device(bus, "PIIX3", sizeof(PCIDevice),
352 int piix4_init(PCIBus *bus, int devfn) argument
357 d = pci_register_device(bus, "PIIX4", sizeof(PCIDevice),
/external/stressapptest/src/
H A Dos.h30 const char kSysfsPath[] = "/sys/bus/pci/devices";
34 uint16 bus; member in struct:PCIDevice
65 // Takes a pointer, and returns the corresponding bus address.
70 // Takes a bus address and string, and prints the DIMM name
126 // 1. The write before the clflush is committed to memory bus;
127 // 2. The read after the clflush is hitting the memory bus.
201 // Open, read, write pci cfg through /proc/bus/pci. fd is /proc/pci file.
202 virtual int PciOpen(int bus, int device, int function);
/external/chromium_org/media/base/
H A Daudio_splicer_unittest.cc57 scoped_ptr<AudioBus> bus = AudioBus::Create(kChannels, frames); local
58 buffer->ReadFrames(frames, 0, 0, bus.get());
61 if (bus->channel(ch)[i] != value)
112 scoped_ptr<AudioBus> bus = AudioBus::Create(kChannels, frames); local
113 crossfade_output->ReadFrames(frames, 0, 0, bus.get());
120 const float actual = bus->channel(ch)[i];

Completed in 362 milliseconds

123456