HomeSort by relevance Sort by last modified time
    Searched full:device (Results 451 - 475 of 4136) sorted by null

<<11121314151617181920>>

  /ndk/docs/
CPU-FEATURES.html 5 runtime to detect the target device's CPU family and the optional features
48 Returns the target device's CPU Family as an enum. For now, the only
54 Returns the set of optional features supported by the device's CPU.
61 Indicates that the device's CPU supports the ARMv7-A instruction
66 Indicates that the device's CPU supports the VFPv3 hardware FPU
75 Indicates that the device's CPU supports the ARM Advanced SIMD
  /packages/apps/Nfc/src/com/android/nfc/
NativeNfcManager.java 131 * Notifies P2P Device detected, to activate LLCP link
133 private void notifyLlcpLinkActivation(NativeP2pDevice device) {
134 mNfcService.sendMessage(NfcService.MSG_LLCP_LINK_ACTIVATION, device);
138 * Notifies P2P Device detected, to activate LLCP link
140 private void notifyLlcpLinkDeactivated(NativeP2pDevice device) {
141 mNfcService.sendMessage(NfcService.MSG_LLCP_LINK_DEACTIVATED, device);
  /external/libnfc-nxp/src/
phHciNfc.h 185 * the Device Interface Link .
190 * NFC Device .
226 * the Device Interface Link .
266 * the Device Interface Link .
268 * after the Target Device is de-activated
295 * the Device Interface Link .
319 * the Device Interface Link .
347 * the Device Interface Link .
351 * Configuring the Device.
378 * the Device Interface Link
    [all...]
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...]
  /development/simulator/app/assets/android-sooner/
layout.xml 4 <device name="Sooner">
15 <!-- surrounding device image and "patches", drawn in order -->
34 </device>
  /development/simulator/app/assets/motorola-q/
layout.xml 4 <device name="MotorolaQ">
16 <!-- surrounding device image and "patches", drawn in order -->
35 </device>
  /development/simulator/app/assets/panasonic-x70/
layout.xml 4 <device name="PanasonicX70">
14 <!-- surrounding device image and "patches", drawn in order -->
49 </device>
  /development/simulator/wrapsim/
DevAudio.c 4 * Audio output device.
19 * Input event device state.
101 * Open an audio output device.
  /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/
e2initrd_helper.c 53 char *device; member in struct:fs_info
66 _("Usage: %s -r device\n"), program_name);
234 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local
240 device = parse_word(&cp);
247 if (!device)
253 parse_escape(device);
260 dev = blkid_get_devname(cache, device, NULL);
262 device = dev;
267 fs->device = string_copy(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/qemu/
qerror.c 35 * "foo error on device: %(device) slot: %(slot_nr)"
49 .desc = "The %(device) is encrypted",
53 .desc = "Device %(device) is locked",
57 .desc = "The %(device) device has not been activated by the guest",
61 .desc = "The %(device) device has not been found",
65 .desc = "Device %(device) is not removable"
    [all...]
  /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
  /frameworks/base/core/tests/hosttests/src/android/net/
DownloadManagerHostTests.java 39 * Host-based tests of the DownloadManager API. (Uses a device-based app to actually invoke the
57 // must be accessible by the device during a test run. Correspondingly,
104 * Spawns a device-based function to initiate a download on the device, reboots the device,
126 * Spawns a device-based function to initiate a download on the device, reboots the device three
159 * Spawns a device-based function to test download while WiFi is enabled/disabled multiple times
175 * Spawns a device-based function to test switching on/off both airplane mode and WiF
    [all...]
  /hardware/libhardware_legacy/qemu/
qemu.c 117 snprintf(channel->device, sizeof channel->device,
120 fd = socket_local_client( channel->device,
125 channel->device, strerror(errno));
149 D("no kernel-provided %s device name", name);
153 ret = snprintf(channel->device, sizeof channel->device,
155 if (ret >= (int)sizeof channel->device) {
156 D("%s device name too long: '%s'", name, prop);
160 channel->is_tty = !memcmp("/dev/tty", channel->device, 8)
    [all...]
  /sdk/eclipse/
README_WINDOWS.txt 5 $ cd your-device-directory
16 $ cd your-device-directory
30 $ cd your-device-directory
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/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
  /cts/tools/host/src/com/android/cts/
TestDevice.java 50 * Manage the testing target device for<br>
53 * <li> execute command on device
74 /** Interval [ms] for polling a device until boot is completed. */
76 /** Number of times a booting device should be polled before we give up. */
139 public TestDevice(IDevice device) {
140 mDevice = device;
159 * Gets this device's information.
161 * Assumes that the test device setup apk is already installed.
164 * @return information of this device.
178 * Attempt to disable the screen guard on device
    [all...]
  /build/target/board/generic_x86/
disk_layout.conf 0 device {
  /development/host/windows/usb/legacy/driver/
android_usb_device_file_object.h 22 device.
28 file object that represent opened device. Instances of this class must be
36 @param dev_obj[in] Our device object for which this file has been created
50 This method is called when a device control request comes to the file
android_usb_file_object.h 31 /// File extends device FO
50 @param dev_obj[in] Our device object for which this file has been created
97 This method is called when a device control request comes to the file
120 /// Gets device object that owns this file
130 /// Gets WDF device handle for device that owns this file
137 /// Gets target (PDO) device handle for the device that owns this file
145 /// Device object that owns this file
  /development/samples/BluetoothChat/
_index.html 8 <li>Connecting to a remote device</li>

Completed in 518 milliseconds

<<11121314151617181920>>