HomeSort by relevance Sort by last modified time
    Searched refs:bus (Results 226 - 250 of 481) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/
blockdev.c 62 DriveInfo *drive_get(BlockInterfaceType type, int bus, int unit)
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 and unit\n")
    [all...]
  /external/chromium_org/chromeos/dbus/
lorgnette_manager_client.cc 16 #include "dbus/bus.h"
52 // issue the D-Bus request to stop tracing and collect results.
67 virtual void Init(dbus::Bus* bus) OVERRIDE {
69 bus->GetObjectProxy(lorgnette::kManagerServiceName,
nfc_manager_client.cc 10 #include "dbus/bus.h"
58 virtual void Init(dbus::Bus* bus) OVERRIDE {
62 object_proxy_ = bus->GetObjectProxy(
143 // D-Bus proxy for neard Manager interface.
shill_profile_client.cc 13 #include "dbus/bus.h"
59 virtual void Init(dbus::Bus* bus) OVERRIDE {
60 bus_ = bus;
69 dbus::Bus* bus_;
fake_bluetooth_gatt_descriptor_client.h 41 virtual void Init(dbus::Bus* bus) OVERRIDE;
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_shill_profile_client.h 27 virtual void Init(dbus::Bus* bus) OVERRIDE;
mock_shill_manager_client.h 20 MOCK_METHOD1(Init, void(dbus::Bus* bus));
  /external/chromium_org/mojo/shell/
dbus_service_loader_linux.cc 14 #include "dbus/bus.h"
37 const scoped_refptr<dbus::Bus>& bus,
41 bus_(bus),
131 scoped_refptr<dbus::Bus> bus_;
143 dbus::Bus::Options options;
144 options.bus_type = dbus::Bus::SESSION;
146 bus_ = new dbus::Bus(options);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNodeInput.cpp 160 // Use output()->numberOfChannels() instead of output->bus()->numberOfChannels(),
161 // because the calling of AudioNodeOutput::bus() is not safe here.
171 AudioBus* AudioNodeInput::bus() function in class:WebCore::AudioNodeInput
177 return renderingOutput(0)->bus();
AudioNodeOutput.cpp 123 return bus();
126 AudioBus* AudioNodeOutput::bus() const function in class:WebCore::AudioNodeOutput
MediaElementAudioSourceNode.cpp 109 AudioBus* outputBus = output(0)->bus();
MediaStreamAudioSourceNode.cpp 92 AudioBus* outputBus = output(0)->bus();
  /external/stressapptest/src/
os.h 30 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);
  /system/core/libusbhost/
usbhost.c 54 #define DEV_BUS_DIR DEV_DIR "/bus"
239 if ((event->mask & IN_CREATE) && !strcmp(event->name, "bus")) {
411 int bus = 0, dev = 0; local
412 sscanf(device->dev_name, USB_FS_ID_SCANNER, &bus, &dev);
413 return bus * 1000 + dev;
418 int bus = 0, dev = 0; local
419 sscanf(name, USB_FS_ID_SCANNER, &bus, &dev);
420 return bus * 1000 + dev;
425 int bus = id / 1000; local
428 snprintf(result, strlen(USB_FS_ID_FORMAT) - 1, USB_FS_ID_FORMAT, bus, dev)
    [all...]
  /bionic/libc/kernel/uapi/linux/
cciss_ioctl.h 29 unsigned char bus; member in struct:_cciss_pci_info_struct
  /development/ndk/platforms/android-L/include/linux/
cciss_ioctl.h 29 unsigned char bus; member in struct:_cciss_pci_info_struct
  /external/chromium_org/dbus/
exported_object.h 24 class Bus;
29 // ExportedObject is used to export objects and methods to other D-Bus
37 // Client code should use Bus::GetExportedObject() instead of this
39 ExportedObject(Bus* bus, const ObjectPath& object_path);
70 // service name by Bus::RequestOwnership/AndBlock(). If you do it in the
95 // asynchronously from the message loop in the D-Bus thread.
98 // Unregisters the object from the bus. The Bus object will take care of
127 // Registers this object to the bus
    [all...]
  /external/kernel-headers/original/uapi/linux/
cciss_ioctl.h 13 unsigned char bus; member in struct:_cciss_pci_info_struct
  /external/qemu/include/hw/
devices.h 43 void cbus_attach(CBus *bus, void *slave_opaque);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
cciss_ioctl.h 29 unsigned char bus; member in struct:_cciss_pci_info_struct
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
cciss_ioctl.h 29 unsigned char bus; member in struct:_cciss_pci_info_struct
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
cciss_ioctl.h 29 unsigned char bus; member in struct:_cciss_pci_info_struct
  /development/ndk/platforms/android-3/include/linux/
device.h 58 struct device * bus_find_device(struct bus_type *bus, struct device *start,
71 struct bus_type * bus; member in struct:device_driver
186 struct bus_type * bus; member in struct:device

Completed in 945 milliseconds

1 2 3 4 5 6 7 8 91011>>