HomeSort by relevance Sort by last modified time
    Searched full:devices (Results 151 - 175 of 1889) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 45 * device discovery, query a list of bonded (paired) devices,
48 * devices.
54 * {@link BluetoothDevice} objects representing all paired devices with
140 * #SCAN_MODE_CONNECTABLE_DISCOVERABLE}. It allows remote devices to see
223 * nor connectable from remote Bluetooth devices.
229 * remote Bluetooth devices, but is connectable from remote devices that
236 * connectable from remote Bluetooth devices.
247 * remote Bluetooth devices are found.
249 * remote Bluetooth devices should not be attempted while discovery is i
1257 Set<BluetoothDevice> devices = new HashSet<BluetoothDevice>(addresses.length); local
    [all...]
  /external/bluetooth/bluez/src/
main.conf 44 # Do reverse service discovery for previously unknown devices that connect to
51 # remote devices name and want shorter discovery cycle. Defaults to 'true'.
70 # and park state(0x0008) are all enabled. However, some devices have
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.h 58 // DeviceManager manages the audio and video devices on the system.
74 virtual bool GetAudioInputDevices(std::vector<Device>* devices);
75 virtual bool GetAudioOutputDevices(std::vector<Device>* devices);
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDeviceList.java 49 public WifiP2pDeviceList(ArrayList<WifiP2pDevice> devices) {
51 for (WifiP2pDevice device : devices) {
88 /** Get the list of devices */
package.html 5 <p>Using these APIs, you can discover and connect to other devices when each
15 <li>Discover nearby devices by calling {@link android.net.wifi.p2p.WifiP2pManager#discoverPeers
57 <p class="note"><strong>Note:</strong> Not all Android-powered devices support Wi-Fi
  /sdk/dumpeventlog/src/com/android/dumpeventlog/
DumpEventLog.java 116 // now get the devices
117 IDevice[] devices = bridge.getDevices(); local
119 for (IDevice device : devices) {
  /system/bluetooth/data/
main.conf 51 # Do reverse service discovery for previously unknown devices that connect to
58 # remote devices name and want shorter discovery cycle. Defaults to 'true'.
77 # and park state(0x0008) are all enabled. However, some devices have
main.le.conf 51 # Do reverse service discovery for previously unknown devices that connect to
58 # remote devices name and want shorter discovery cycle. Defaults to 'true'.
77 # and park state(0x0008) are all enabled. However, some devices have
main.nonsmartphone.conf 51 # Do reverse service discovery for previously unknown devices that connect to
58 # remote devices name and want shorter discovery cycle. Defaults to 'true'.
77 # and park state(0x0008) are all enabled. However, some devices have
main.nonsmartphone.le.conf 51 # Do reverse service discovery for previously unknown devices that connect to
58 # remote devices name and want shorter discovery cycle. Defaults to 'true'.
77 # and park state(0x0008) are all enabled. However, some devices have
  /external/kernel-headers/original/linux/
mod_devicetable.h 55 * struct usb_device_id - identifies USB devices for probing and hotplugging
57 * against new devices. Any field except for driver_info may be used,
72 * the interfaces on a devices.
134 /* s390 CCW devices */
209 /* for real multi-function devices */
212 /* for pseudo multi-function devices */
  /hardware/msm7k/libaudio/
AudioHardware.h 124 uint32_t devices,
132 uint32_t devices,
164 uint32_t devices,
181 uint32_t devices() { return mDevices; } function in class:android::AudioHardware::AudioStreamOutMSM72xx
204 uint32_t devices,
220 uint32_t devices() { return mDevices; } function in class:android::AudioHardware::AudioStreamInMSM72xx
  /system/core/include/private/
android_filesystem_config.h 39 #define AID_GRAPHICS 1003 /* graphics devices */
40 #define AID_INPUT 1004 /* input devices */
41 #define AID_AUDIO 1005 /* audio devices */
42 #define AID_CAMERA 1006 /* camera devices */
43 #define AID_LOG 1007 /* log devices */
54 #define AID_USB 1018 /* USB devices */
  /development/pdk/docs/porting/
index.jd 7 <p>Welcome to the <i>Android Platform Dev Guide</i>! This guide provides an under-the-hood introduction to the Android platform, and is designed for platform developers and manufacturers building Android-powered devices.</p>
17 <p>This guide is intended for engineers who are proficient with building and running Linux on embedded devices. It aims to provide explanation of the Android platform rather than Linux or embedded development in general.</p>
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
RemoteControlHelper.java 26 * run on ICS devices. On previous devices, all methods are no-ops.
  /external/bluetooth/bluez/test/
list-devices 40 if (key == "Devices"):
50 device_list = properties["Devices"]
  /external/bluetooth/bluez/tools/
ciptool.1 47 Display information about the connected devices.
50 Search for Bluetooth devices and connect to first one that
  /external/chromium/base/
message_pump_glib_x.h 51 // The list of pointer devices we care about. We maintain this list so that
52 // it is not necessary to query X for the list of devices for each
  /external/e2fsprogs/misc/
blkid.c 63 "\tdev\tspecify device(s) to probe (default: all devices)\n",
270 char *devices[128] = { NULL, }; local
354 devices[numdev++] = argv[optind++];
380 /* Load any additional devices not in the cache */
382 blkid_get_dev(cache, devices[i], BLKID_DEV_NORMAL);
389 /* If we didn't specify a single device, show all available devices */
406 /* Add all specified devices to cache (optionally display tags) */
408 blkid_dev dev = blkid_get_dev(cache, devices[i],
  /external/genext2fs/
test.sh 41 # Creates an image with the devices mentioned in the given spec
46 echo Testing with devices file $fname
  /external/grub/stage2/
defs.h 35 * Disk devices do all IO in 512-byte blocks.
77 * Note that the disk devices are assumed to have DEV_BSIZE "sectors"
  /frameworks/base/core/java/android/server/
BluetoothPanProfileHandler.java 144 debugLog(device + " could not connect to PAN because 8 other devices are"
164 debugLog("disconnect all PAN devices");
193 List<BluetoothDevice> devices = new ArrayList<BluetoothDevice>(); local
197 devices.add(device);
200 return devices;
204 List<BluetoothDevice> devices = new ArrayList<BluetoothDevice>(); local
210 devices.add(device);
215 return devices;
  /frameworks/base/include/media/
IMediaPlayerService.h 50 // codecs and audio devices usage tracking for the battery app
67 // audio is rounted to devices other than speaker
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxzlib.h 3 * Copyright 1993 Network Computing Devices
22 * Author: Dale Tonogai, Network Computing Devices
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_frad.h 2 * DLCI/FRAD Definitions for Frame Relay Access Devices. DLCI devices are

Completed in 2301 milliseconds

1 2 3 4 5 67 8 91011>>