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

<<11121314151617181920>>

  /system/core/rootdir/etc/
init.goldfish.rc 7 setprop ro.product.device generic
26 # account info for the device via these two properties. Google
33 # You MUST have a Google account on the device, and you MAY
47 # if it does, it redirects its output to the device
  /frameworks/base/core/java/android/app/admin/
DeviceAdminInfo.java 48 * This class is used to specify meta information of a device administrator
55 * A type of policy that this device admin can use: limit the passwords
59 * <p>To control this policy, the device admin must have a "limit-password"
65 * A type of policy that this device admin can use: able to watch login
70 * <p>To control this policy, the device admin must have a "watch-login"
76 * A type of policy that this device admin can use: able to reset the
80 * <p>To control this policy, the device admin must have a "reset-password"
86 * A type of policy that this device admin can use: able to force the device
88 * maximum lock timeout for the device vi
    [all...]
  /external/libnfc-nxp/inc/
phNfcHalTypes.h 82 * device.
94 * \brief Information related to the NFC Device
99 * The <em> Device Information Structure </em> holds information
102 * HCI verison supported and vendor name. Refer to the NFC Device
104 * it also contains capabilities of the NFC Device such as the
122 * contains information regarding connected peripheral NFC device. It also
124 * for usage during communication with the NFC Device
139 * contains information regarding connected peripheral NFC device. It also
141 * for usage during communication with the NFC Device
159 /**< Device information. *
    [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:
  /development/host/windows/usb/legacy/driver/
android_usb_pool_tags.h 30 /// Pool tag for KMDF device object extension (GADx)
33 /// Pool tag for target device configuration descriptor (GACD)
36 /// Pool tag for device file object extension (GADf)
  /development/ndk/platforms/android-3/include/linux/
mca.h 15 #include <linux/device.h>
42 struct device dev;
62 struct device dev;
  /development/simulator/wrapsim/
DevVibrator.c 4 * Vibrating notification device.
17 * that the device should vibrate. In current usage, this is either -1
36 * Open the vibration control device.
  /device/htc/passion-common/libsensors/
nusensors.cpp 39 struct sensors_poll_device_t device; // must be first member in struct:sensors_poll_context_t
210 int init_nusensors(hw_module_t const* module, hw_device_t** device)
215 memset(&dev->device, 0, sizeof(sensors_poll_device_t));
217 dev->device.common.tag = HARDWARE_DEVICE_TAG;
218 dev->device.common.version = 0;
219 dev->device.common.module = const_cast<hw_module_t*>(module);
220 dev->device.common.close = poll__close;
221 dev->device.activate = poll__activate;
222 dev->device.setDelay = poll__setDelay;
223 dev->device.poll = poll__poll
    [all...]
  /device/samsung/crespo/overlay/packages/apps/Phone/res/values/
config.xml 24 <!-- This is a device with capacitive buttons, so disable the feature
33 <!-- This device implements a noise suppression device for in call audio-->
  /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/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/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/
ismounted.c 82 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.
  /external/grub/lib/
device.h 0 /* device.h - Define macros and declare prototypes for device.c */
37 extern int check_device (const char *device);
  /external/kernel-headers/original/linux/
platform_device.h 14 #include <linux/device.h>
19 struct device dev;
30 extern struct device platform_bus;
  /external/qemu/android/
globals.h 18 /* this structure is setup when loading the virtual device
24 /* a pointer to the android virtual device information
30 /* the hardware configuration for this specific virtual device */
  /external/quake/quake/src/QW/client/
snd_android.c 13 Try to find a sound device to mix for.
41 Send sound to device if buffer isn't really the dma buffer
52 Reset the sound device for exiting
  /external/srec/audio/test/AudioInRecord/src/
AudioInRecord.c 61 printf("Opening the AudioIn device: ");
66 printf("ERROR: Unable to open audio device\n\n");
70 printf("Starting the AudioIn device: ");
75 printf("ERROR: Unable to start audio device\n\n");
76 printf("Closing the AudioIn device: ");
81 printf("ERROR: Unable to close audio device\n\n");
102 printf("Stopping the AudioIn device: ");
107 printf("ERROR: Unable to stop audio device\n\n");
108 printf("Closing the AudioIn device: ");
113 printf("ERROR: Unable to close audio device\n\n")
    [all...]
  /external/webkit/WebKit/android/wds/client/
AdbConnection.cpp 30 #include "Device.h"
177 // Clear the current device list
185 // Try to send the device list request
187 LOGE("Failed to get device list from adb");
195 log_errno("Failure to read payload size of device list");
210 log_errno("Failure reading the device list");
223 Device::DeviceType t = Device::DEVICE;
226 t = Device::EMULATOR
    [all...]
  /frameworks/base/libs/rs/
rsDevice.h 28 class Device {
30 Device();
31 ~Device();
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
mca.h 15 #include <linux/device.h>
42 struct device dev;
62 struct device dev;

Completed in 708 milliseconds

<<11121314151617181920>>