HomeSort by relevance Sort by last modified time
    Searched full:device (Results 626 - 650 of 5346) sorted by null

<<21222324252627282930>>

  /external/bluetooth/bluez/health/
hdp_util.h 37 gboolean hdp_get_mdep(struct hdp_device *device, struct hdp_application *app,
42 gboolean hdp_establish_mcl(struct hdp_device *device,
48 gboolean hdp_get_dcpsm(struct hdp_device *device, hdp_continue_dcpsm_f func,
  /external/bluetooth/bluez/test/
test-health-sink 59 print "Select a device: ",
73 device = dbus.Interface(bus.get_object("org.bluez", select), variable
76 chan = device.CreateChannel(app_path, "Any")
  /external/bluetooth/bluez/tools/
l2ping.8 29 The command is applied to device
32 , which must be the name of an installed Bluetooth device (X = 0, 1, 2, ...)
34 device.
  /external/e2fsprogs/lib/ext2fs/
flushb.c 3 * device to disk and to flush any buffers from disk cache.
48 * This function will sync a device/file, and optionally attempt to
55 * We always sync the device in case we're running on old
  /external/e2fsprogs/misc/
badblocks.8.in 4 badblocks \- search a device for bad blocks
42 .I device
50 is used to search for bad blocks on a device (usually a disk partition).
51 .I device
52 is the special file corresponding to the device (e.g
56 on the device is used as a default.
107 test on a device which is mounted, since either can cause the system to
115 might be safe to use is if the /etc/mtab file is incorrect, and the device
193 every block of the device, reading every block and comparing the contents.
203 It bypasses the exclusive mode in-use device safety check
    [all...]
e2initrd_helper.c 54 char *device; member in struct:fs_info
67 _("Usage: %s -r device\n"), program_name);
235 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local
241 device = parse_word(&cp);
248 if (!device)
254 parse_escape(device);
261 dev = blkid_get_devname(cache, device, NULL);
263 device = dev;
268 fs->device = string_copy(device);
    [all...]
partinfo.c 23 #define BLKGETSIZE _IO(0x12,96) /* return device size */
39 fprintf(stderr, _("Usage: %s device...\n\nPrints out the "
40 "partition information for each given device.\n"
  /external/libnfc-nxp/src/
phFriNfc_ISO15693Map.h 55 * \brief \copydoc page_ovr Initiates Reading of NDEF information from the Remote Device.
57 * The function initiates the reading of NDEF information from a Remote Device.
83 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
99 * \brief \copydoc page_ovr Initiates Writing of NDEF information to the Remote Device.
101 * The function initiates the writing of NDEF information to a Remote Device.
128 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
144 * \brief \copydoc page_ovr Check whether a particulat Remote Device is NDEF compliant.
146 * The function checks whether the peer device is NDEF compliant.
153 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
186 * \brief \copydoc page_ovr Initiates Writing of NDEF information to the Remote Device
    [all...]
  /external/netperf/
nettest_dlpi.h 31 int ppa; /* which device do we wish to use? */
32 int dev_name_len; /* the length of the device name string. this */
35 char dlpi_device[32]; /* the path to the dlpi device */
77 int ppa; /* which device do we wish to use? */
79 int dev_name_len; /* the length of the device name string. this */
82 char dlpi_device[32]; /* the path to the dlpi device */
120 int ppa; /* which device do we wish to use? */
122 int dev_name_len; /* the length of the device name string. this */
125 char dlpi_device[32]; /* the path to the dlpi device */
166 int ppa; /* which device do we wish to use? *
    [all...]
  /external/qemu/hw/
pci_ids.h 2 * PCI Class, Vendor and Device IDs
11 /* Device classes and subclasses */
45 /* Vendors and devices. Sort key: vendor first, device next. */
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
IndexDataManager.h 36 IndexBuffer(IDirect3DDevice9 *device, UINT size, D3DFORMAT format);
59 StreamingIndexBuffer(IDirect3DDevice9 *device, UINT initialSize, D3DFORMAT format);
72 explicit StaticIndexBuffer(IDirect3DDevice9 *device);
  /frameworks/base/core/java/android/bluetooth/
BluetoothPbap.java 162 * Get the currently connected remote Bluetooth device (PCE).
163 * @return The remote Bluetooth device, or null if not in connected or
181 * Returns true if the specified Bluetooth device is connected (does not
185 public boolean isConnected(BluetoothDevice device) {
186 if (DBG) log("isConnected(" + device + ")");
189 return mService.isConnected(device);
219 * This is a simple heuristic that tries to guess if a device with the
222 * @return True if this device might support PBAP.
227 case BluetoothClass.Device.COMPUTER_DESKTOP:
228 case BluetoothClass.Device.COMPUTER_LAPTOP
    [all...]
  /frameworks/base/core/java/android/nfc/
package.html 4 NDEF message in NFC tags. A "tag" may actually be another device that appears as a tag.
10 <dd>This is the high level manager, used to obtain this device's {@link android.nfc.NfcAdapter}. You can
13 <dd>This represents the device's NFC adapter, which is your entry-point to performing NFC
  /hardware/libhardware_legacy/qemu/
qemu.c 136 snprintf(channel->device, sizeof channel->device,
139 fd = socket_local_client( channel->device,
144 channel->device, strerror(errno));
168 D("no kernel-provided %s device name", name);
172 ret = snprintf(channel->device, sizeof channel->device,
174 if (ret >= (int)sizeof channel->device) {
175 D("%s device name too long: '%s'", name, prop);
179 channel->is_tty = !memcmp("/dev/tty", channel->device, 8)
    [all...]
  /sdk/common/src/com/android/resources/
ResourceEnum.java 30 * Whether the value actually used on device. This returns true only if a device can report
36 * Whether the value is neither used for device nor resources. This returns false when
  /sdk/eclipse/
README_WINDOWS.txt 5 $ cd your-device-directory
16 $ cd your-device-directory
30 $ cd your-device-directory
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
DeviceSelector.java 22 import com.android.hierarchyviewerlib.device.Window;
196 loader.loadImage(display, "device.png", ICON_WIDTH, ICON_WIDTH, display //$NON-NLS-1$
251 public void deviceConnected(final IDevice device) {
255 mTreeViewer.setExpandedState(device, true);
260 public void deviceChanged(final IDevice device) {
264 mTreeViewer.refresh(device);
266 && ((Window) selection.getFirstElement()).getDevice() == device) {
273 public void deviceDisconnected(final IDevice device) {
281 public void focusChanged(final IDevice device) {
285 mTreeViewer.refresh(device);
    [all...]
  /sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/actions/
DragAction.java 21 * Action to drag the "finger" across the device.
80 public void execute(IChimpDevice device) {
81 device.drag(startx, starty, endx, endy, steps, timeMs);
  /system/core/include/system/
audio.h 336 static inline bool audio_is_output_device(audio_devices_t device)
338 if ((popcount(device) == 1) && ((device & ~AUDIO_DEVICE_OUT_ALL) == 0))
344 static inline bool audio_is_input_device(audio_devices_t device)
346 if ((popcount(device) == 1) && ((device & ~AUDIO_DEVICE_IN_ALL) == 0))
352 static inline bool audio_is_a2dp_device(audio_devices_t device)
354 if ((popcount(device) == 1) && (device & AUDIO_DEVICE_OUT_ALL_A2DP))
360 static inline bool audio_is_bluetooth_sco_device(audio_devices_t device)
    [all...]
  /system/extras/ext4_utils/
setup_fs.c 28 fprintf(stderr,"not a block device name: %s\n", blockdev);
34 fprintf(stderr,"device %s already has a filesystem\n", blockdev);
40 fprintf(stderr,"device %s not wiped, probably encrypted, not wiping\n", blockdev);
  /bootable/diskinstaller/
android_img_layout.conf 0 device {
  /build/target/board/generic_armv5/
device.mk 17 include build/target/board/generic/device.mk
  /development/samples/BluetoothChat/
_index.html 8 <li>Connecting to a remote device</li>
  /development/samples/USB/AdbTest/
README.txt 3 output in a text view and only allows connecting to one device at a time.
  /device/samsung/tuna/
BoardConfig.mk 38 TARGET_BOARD_INFO_FILE := device/samsung/tuna/board-info.txt
40 BOARD_EGL_CFG := device/samsung/tuna/egl.cfg
49 # device-specific extensions to the updater binary
51 TARGET_RELEASETOOLS_EXTENSIONS := device/samsung/tuna

Completed in 2078 milliseconds

<<21222324252627282930>>