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

<<11121314151617181920>>

  /frameworks/base/include/utils/
ByteOrder.h 32 * except they allow you to swap to and from the "device" byte
33 * order. The device byte order is the endianness of the target
34 * device -- for the ARM CPUs we use today, this is little endian.
38 * intent is to allow us to avoid byte swapping on the device.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dlm_device.h 14 /* This is the device interface for dlm, most users will use a library
20 /* Version of the device interface */
72 /* struct read from the "device" fd,
88 /* Commands passed to the device */
  /sdk/build/
windows_sdk_tools.mk 4 # to device which tools we want to build from the sdk.git project.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
SelectionDependentViewPart.java 25 import org.eclipse.swt.graphics.Device;
29 * A Workbench {@link ViewPart} that requires {@link Device}/{@link Client} selection notifications
61 * Sent when a new {@link Device} is selected.
62 * @param selectedDevice the selected device.
  /system/extras/libublock/include/ublock/
ublock.h 33 * Initializes a ublock block device.
36 * tables. Will return once the kernel has finished adding the block device.
46 * Returns the index of a ublock block device.
68 * Destroys a ublock block device.
  /external/libnfc-nxp/inc/
phNfcHalTypes.h 80 * device.
92 * \brief Information related to the NFC Device
97 * The <em> Device Information Structure </em> holds information
100 * HCI verison supported and vendor name. Refer to the NFC Device
102 * it also contains capabilities of the NFC Device such as the
120 * contains information regarding connected peripheral NFC device. It also
122 * for usage during communication with the NFC Device
137 * contains information regarding connected peripheral NFC device. It also
139 * for usage during communication with the NFC Device
157 /**< Device information. *
    [all...]
  /frameworks/base/core/java/android/app/admin/
DevicePolicyManager.java 40 * Public interface for managing policies enforced on a device. Most clients
63 * Activity action: ask the user to add a new device administrator to the system.
66 * bring the user through adding the device administrator to the system (or
129 Log.w(TAG, "Failed talking with device policy service", e);
136 * Return a list of all currently active device administrator's component
145 Log.w(TAG, "Failed talking with device policy service", e);
159 Log.w(TAG, "Failed talking with device policy service", e);
176 Log.w(TAG, "Failed talking with device policy service", e);
182 * Returns true if an administrator has been granted a particular device policy. This can
195 Log.w(TAG, "Failed talking with device policy service", e)
    [all...]
  /bionic/libc/kernel/common/linux/
mca.h 15 #include <linux/device.h>
42 struct device dev;
62 struct device dev;
  /bootable/bootloader/legacy/
README 7 board (containing code useful to a single specific device)
12 mobile device using SEMI's 65002 ARM-based system-on-chip.
26 Device-specific library for OEM Brick phone:
  /cts/tools/theme-test-tools/
README.txt 24 To properly generate these masters, a device of the needed density is
25 required. Ie, an mdpi device for mdpi masters, etc.
28 in a larger size. A large form-factor device is required.
  /development/ndk/platforms/android-3/include/linux/
mca.h 15 #include <linux/device.h>
42 struct device dev;
62 struct device dev;
  /development/tools/emulator/system/camera/
EmulatedFakeCamera.h 33 * instance that emulates a fake camera device.
56 /* Gets emulated camera device ised by this instance of the emulated camera.
65 /* Contained fake camera device object. */
EmulatedQemuCamera.h 55 /* Gets emulated camera device ised by this instance of the emulated camera.
64 /* Contained qemu camera device object. */
67 /* Supported frame dimensions reported by the camera device. */
  /docs/source.android.com/src/compatibility/
cts-intro.md 31 Android .apk files to run on the actual device target.
37 1. Attach at least one device (or emulator) to your machine.
39 1. For CTS 2.1 R2 and beyond, setup your device (or emulator) to run the accessibility tests:
43 2. On the device, enable Settings > Accessibility > Accessibility > Delegating Accessibility Service
45 1. For CTS 2.3 R4 and beyond, setup your device to run the device administration tests:
49 2. On the device, enable all the android.deviceadmin.cts.* device administrators under Settings > Location & security > Select device administrators
53 - The test harness pushes a .apk file to each device, executes the test through instrumentation, and records test results
    [all...]
  /external/blktrace/btt/
trace_plug.c 32 dip_unplug(u_iop->t.device, BIT_TIME(u_iop->t.time), get_nio_up(u_iop));
38 dip_unplug_tm(ut_iop->t.device, BIT_TIME(ut_iop->t.time),
45 dip_plug(p_iop->t.device, BIT_TIME(p_iop->t.time));
  /external/bluetooth/bluez/doc/
input-api.txt 16 Connect to the input device.
23 Disconnect from the input device.
44 Indicates if the device is connected.
  /external/bluetooth/bluez/health/
hdp.h 29 int hdp_device_register(DBusConnection *conn, struct btd_device *device);
30 void hdp_device_unregister(struct btd_device *device);
35 gboolean hdp_set_mcl_cb(struct hdp_device *device, GError **err);
  /external/bluetooth/bluez/test/
test-audio 12 make_option("-i", "--device", action="store",
35 device = adapter.FindDevice(args[1]) variable
36 audio = dbus.Interface(bus.get_object("org.bluez", device),
test-input 12 make_option("-i", "--device", action="store",
35 device = adapter.FindDevice(args[1]) variable
36 input = dbus.Interface(bus.get_object("org.bluez", device),
  /external/bluetooth/bluez/tools/
hid2hci.8 33 Sets the mode to switch the device into
36 Which vendor method to use for switching the device.
39 Specifies the device path in /sys
  /external/chromium/chrome/browser/policy/
device_token_fetcher.h 25 // Fetches the device token that can be used for policy requests with the device
27 // requested, otherwise from the device management server. An instance of the
28 // fetcher is shared as a singleton by all users of the device management token
39 // |service| is used to talk to the device management service and |cache| is
40 // used to persist whether the device is unmanaged.
63 // Returns the device management token or the empty string if not available.
82 // getting the device token. |state_| is initialized to INACTIVE, depending
93 // Device unmanaged.
143 // Current device token
    [all...]
  /external/e2fsprogs/lib/ext2fs/
e2image.h 22 __u32 fs_device; /* Device number of image */
23 char fs_device_name[64]; /* Device name */
28 __u32 image_device; /* Device number of image file */
  /external/e2fsprogs/misc/
e2undo.8.in 13 .I undo_log device
19 .IR device .
28 undo log matches with the filesystem on the device. If they do not
ismounted.c 86 char buf[1024], *device = 0, *mnt_dir = 0, *cp; local
103 device = mnt_dir = 0;
109 device = parse_word(&cp);
110 if (!device || *device == '#')
114 if (device[0] != '/')
117 if (strcmp(file, device) == 0)
119 if (stat(device, &st_buf) == 0) {
136 * Do an extra check to see if this is the root device. We
139 * check if the given device has the same major/minor numbe
    [all...]
  /external/grub/docs/
grub-install.8 32 probe a device map even if it already exists
34 INSTALL_DEVICE can be a GRUB device name or a system device filename.

Completed in 847 milliseconds

<<11121314151617181920>>