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

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
io.h 79 #define __BUILD_MEMORY_PFX(bus, bwlq, type) __BUILD_MEMORY_SINGLE(bus, bwlq, type, 1)
81 #define __BUILD_IOPORT_PFX(bus, bwlq, type) __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO)
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
io.h 79 #define __BUILD_MEMORY_PFX(bus, bwlq, type) __BUILD_MEMORY_SINGLE(bus, bwlq, type, 1)
81 #define __BUILD_IOPORT_PFX(bus, bwlq, type) __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO)
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
io.h 79 #define __BUILD_MEMORY_PFX(bus, bwlq, type) __BUILD_MEMORY_SINGLE(bus, bwlq, type, 1)
81 #define __BUILD_IOPORT_PFX(bus, bwlq, type) __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
io.h 79 #define __BUILD_MEMORY_PFX(bus, bwlq, type) __BUILD_MEMORY_SINGLE(bus, bwlq, type, 1)
81 #define __BUILD_IOPORT_PFX(bus, bwlq, type) __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
io.h 79 #define __BUILD_MEMORY_PFX(bus, bwlq, type) __BUILD_MEMORY_SINGLE(bus, bwlq, type, 1)
81 #define __BUILD_IOPORT_PFX(bus, bwlq, type) __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
io.h 79 #define __BUILD_MEMORY_PFX(bus, bwlq, type) __BUILD_MEMORY_SINGLE(bus, bwlq, type, 1)
81 #define __BUILD_IOPORT_PFX(bus, bwlq, type) __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO)
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
list_ports_linux.py 67 bus, dev = os.path.basename(os.path.realpath(sysfs_path)).split('-')
81 bus = base.split('-')[0]
84 desc = popen(['lsusb', '-v', '-s', '%s:%s' % (bus, dev)])
  /external/chromium_org/chromeos/dbus/
bluetooth_gatt_service_client.cc 10 #include "dbus/bus.h"
107 virtual void Init(dbus::Bus* bus) OVERRIDE {
108 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(
image_burner_client.cc 9 #include "dbus/bus.h"
56 virtual void Init(dbus::Bus* bus) OVERRIDE {
58 bus->GetObjectProxy(imageburn::kImageBurnServiceName,
nfc_client_helpers.h 17 #include "dbus/bus.h"
29 // The ErrorCallback is used by D-Bus methods to indicate failure.
49 // D-Bus object proxies and properties. It maintains a mapping from object
51 // TODO(armansito): This is only needed until neard implements the D-Bus
63 // D-Bus object accessible through |object_proxy|. The implementation class
82 // Constructor takes in the D-Bus service name the proxies belong to and
84 // |service_name| must be a valid D-Bus service name, and |delegate| cannot
88 dbus::Bus* bus);
113 // Removes the D-Bus object proxy and the properties structure for th
    [all...]
system_clock_client.cc 10 #include "dbus/bus.h"
56 virtual void Init(dbus::Bus* bus) OVERRIDE {
57 system_clock_proxy_ = bus->GetObjectProxy(
64 // Monitor the D-Bus signal for TimeUpdated changes.
bluetooth_agent_service_provider.h 13 #include "dbus/bus.h"
18 // BluetoothAgentServiceProvider is used to provide a D-Bus object that
22 // Instantiate with a chosen D-Bus object path and delegate object, and pass
23 // the D-Bus object path as the |agent_path| argument to the
163 // Creates the instance where |bus| is the D-Bus bus connection to export
168 dbus::Bus* bus,
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...]
fake_bluetooth_adapter_client.h 42 virtual void Init(dbus::Bus* bus) OVERRIDE;
fake_bluetooth_agent_manager_client.cc 22 void FakeBluetoothAgentManagerClient::Init(dbus::Bus* bus) {
fake_bluetooth_gatt_manager_client.h 33 virtual void Init(dbus::Bus* bus) OVERRIDE;
fake_bluetooth_gatt_service_client.h 43 virtual void Init(dbus::Bus* bus) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
ConvolverNode.cpp 74 AudioBus* outputBus = output(0)->bus();
87 m_reverb->process(input(0)->bus(), outputBus, framesToProcess);
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioDestination.cpp 167 void AudioDestination::provideInput(AudioBus* bus, size_t framesToProcess)
175 m_callback.render(sourceBus, bus, framesToProcess);
  /external/chromium_org/third_party/WebKit/Source/platform/mediastream/
MediaStreamSource.cpp 99 void MediaStreamSource::consumeAudio(AudioBus* bus, size_t numberOfFrames)
104 (*it)->consumeAudio(bus, numberOfFrames);
  /frameworks/native/include/input/
InputDevice.h 30 bus(0), vendor(0), product(0), version(0) {
37 uint16_t bus; member in struct:android::InputDeviceIdentifier
  /bionic/libc/kernel/uapi/linux/
uhid.h 47 __u16 bus; member in struct:uhid_create_req
  /development/ndk/platforms/android-L/include/linux/
uhid.h 47 __u16 bus; member in struct:uhid_create_req

Completed in 276 milliseconds

1 2 3 4 5 6 78 91011>>