HomeSort by relevance Sort by last modified time
    Searched refs:device (Results 551 - 575 of 3127) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
mca.h 15 #include <linux/device.h>
42 struct device dev;
62 struct device dev;
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
mca.h 15 #include <linux/device.h>
42 struct device dev;
62 struct device dev;
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
mca.h 15 #include <linux/device.h>
42 struct device dev;
62 struct device dev;
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
mca.h 15 #include <linux/device.h>
42 struct device dev;
62 struct device dev;
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
mca.h 15 #include <linux/device.h>
42 struct device dev;
62 struct device dev;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
mca.h 15 #include <linux/device.h>
42 struct device dev;
62 struct device dev;
  /sdk/emulator/qtools/tests/gtrace/
Makefile 4 QEMU=$(P4ROOT)/device/tools/qemu/arm-softmmu/qemu-system-arm
5 QTOOLS=$(P4ROOT)/device/tools/qtools
15 $(QTOOLS)/q2g -r $(P4ROOT)/device/out/linux-arm-release/symbols foo test.elf foo.gtrace
  /frameworks/base/core/java/android/bluetooth/
BluetoothMap.java 172 * Get the currently connected remote Bluetooth device (PCE).
173 * @return The remote Bluetooth device, or null if not in connected or
191 * Returns true if the specified Bluetooth device is connected.
195 public boolean isConnected(BluetoothDevice device) {
196 if (VDBG) log("isConnected(" + device + ")");
199 return mService.isConnected(device);
212 public boolean connect(BluetoothDevice device) {
213 if (DBG) log("connect(" + device + ")" + "not supported for MAPS");
220 * @param device Remote Bluetooth Device
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
i2c.h 29 char name[32]; /* some useful device name */
30 unsigned short flags; /* device flags */
31 unsigned short addr; /* device address (might be 10-bit) */
34 void (*private_free)(struct snd_i2c_device *device);
49 int (*sendbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count);
50 int (*readbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count);
82 int snd_i2c_device_free(struct snd_i2c_device *device);
100 int snd_i2c_sendbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
101 int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
i2c.h 29 char name[32]; /* some useful device name */
30 unsigned short flags; /* device flags */
31 unsigned short addr; /* device address (might be 10-bit) */
34 void (*private_free)(struct snd_i2c_device *device);
49 int (*sendbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count);
50 int (*readbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count);
82 int snd_i2c_device_free(struct snd_i2c_device *device);
100 int snd_i2c_sendbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
101 int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
  /system/core/include/system/
audio.h 34 /* device address used to refer to the standard remote submix */
388 // the device. It is unique and must be
439 static inline bool audio_is_output_device(audio_devices_t device)
441 if (((device & AUDIO_DEVICE_BIT_IN) == 0) &&
442 (popcount(device) == 1) && ((device & ~AUDIO_DEVICE_OUT_ALL) == 0))
448 static inline bool audio_is_input_device(audio_devices_t device)
450 if ((device & AUDIO_DEVICE_BIT_IN) != 0) {
451 device &= ~AUDIO_DEVICE_BIT_IN;
452 if ((popcount(device) == 1) && ((device & ~AUDIO_DEVICE_IN_ALL) == 0)
    [all...]
  /bionic/libc/kernel/common/linux/
miscdevice.h 52 struct device;
61 struct device *dev;
platform_device.h 21 #include <linux/device.h>
26 struct device dev;
  /bootable/diskinstaller/
android_img_system_layout.conf 0 device {
  /build/target/product/
emulator.mk 39 # Device modules
60 device/generic/goldfish/fstab.goldfish:root/fstab.goldfish \
61 device/generic/goldfish/init.goldfish.rc:root/init.goldfish.rc \
62 device/generic/goldfish/init.goldfish.sh:system/etc/init.goldfish.sh \
63 device/generic/goldfish/ueventd.goldfish.rc:root/ueventd.goldfish.rc
  /development/ndk/platforms/android-3/include/linux/
miscdevice.h 44 struct device;
52 struct device *dev;
platform_device.h 15 #include <linux/device.h>
20 struct device dev;
  /development/tools/labpretest/sholes/
custom_flash.sh 12 # bootfile, then flashes device
19 # device
28 log_print "Wrong device type, expected sholes!"
33 secure=`$fastboot -s $device getvar secure 2>&1 | sed -n 's/secure: \([a-z]*\)\n*/\1/ p'`
49 log_print "downloading bootloader image to $device"
  /device/lge/hammerhead/self-extractors/
files-by-owner.sh 24 cat > $target_owner/staging/device-partial.mk << EOF
40 echo -n "# " >> $target_owner/staging/device-partial.mk
43 echo -n Broadcom >> $target_owner/staging/device-partial.mk
46 echo -n LGE >> $target_owner/staging/device-partial.mk
49 echo -n Qualcomm >> $target_owner/staging/device-partial.mk
52 echo " blob(s) necessary for Hammerhead hardware" >> $target_owner/staging/device-partial.mk
53 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk
81 echo " vendor/$target_owner/hammerhead/proprietary/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk
87 echo >> $target_owner/staging/device-partial.mk
90 true ; #echo PRODUCT_PACKAGES := libacdbloader >> $target_owner/staging/device-partial.m
    [all...]
  /device/samsung/manta/
device.mk 18 LOCAL_KERNEL := device/samsung/manta/kernel
25 device/samsung/manta/init.manta.rc:root/init.manta.rc \
26 device/samsung/manta/init.manta.usb.rc:root/init.manta.usb.rc \
27 device/samsung/manta/init.recovery.manta.rc:root/init.recovery.manta.rc \
28 device/samsung/manta/fstab.manta:root/fstab.manta \
29 device/samsung/manta/ueventd.manta.rc:root/ueventd.manta.rc
31 # Input device files for manta
33 device/samsung/manta/Atmel_maXTouch_Touchscreen.idc:system/usr/idc/Atmel_maXTouch_Touchscreen.idc \
34 device/samsung/manta/manta-keypad.kl:system/usr/keylayout/manta-keypad.kl \
35 device/samsung/manta/manta-keypad.kcm:system/usr/keychars/manta-keypad.kc
    [all...]
  /external/chromium_org/build/android/pylib/instrumentation/
setup.py 36 def TestRunnerFactory(device, shard_index):
37 return test_runner.TestRunner(test_options, device, shard_index,
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_extension_function.cc 11 #include "device/bluetooth/bluetooth_adapter.h"
12 #include "device/bluetooth/bluetooth_adapter_factory.h"
28 const device::BluetoothAdapterFactory::AdapterCallback callback,
57 scoped_refptr<device::BluetoothAdapter> adapter) {
  /external/chromium_org/chrome/browser/extensions/api/usb/
usb_device_resource.cc 34 scoped_refptr<UsbDeviceHandle> device)
35 : ApiResource(owner_extension_id), device_(device) {}
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_chromeos.h 15 #include "device/bluetooth/bluetooth_adapter.h"
17 namespace device { namespace
21 } // namespace device
31 : public device::BluetoothAdapter,
38 device::BluetoothAdapter::Observer* observer) OVERRIDE;
40 device::BluetoothAdapter::Observer* observer) OVERRIDE;
58 const device::BluetoothAdapter::BluetoothOutOfBandPairingDataCallback&
63 friend class device::BluetoothAdapterFactory;
89 // Internal method used to locate the device object by object path
112 // Announce to observers a change in device state that is not reflected b
    [all...]
bluetooth_socket_chromeos.h 13 #include "device/bluetooth/bluetooth_socket.h"
33 : public device::BluetoothSocket {
43 static scoped_refptr<device::BluetoothSocket> Create(

Completed in 1079 milliseconds

<<21222324252627282930>>