Searched
full:device (Results
426 -
450 of
5346) sorted by null
<<11121314151617181920>>
/cts/tests/deviceadmin/res/xml/ |
device_admin_2.xml | 17 <device-admin xmlns:android="http://schemas.android.com/apk/res/android"> 23 </device-admin>
|
/development/ndk/platforms/android-3/include/linux/ |
platform_device.h | 15 #include <linux/device.h> 20 struct device dev;
|
/external/bluetooth/bluez/attrib/ |
client.h | 26 struct btd_device *device, int psm, 28 void attrib_client_unregister(struct btd_device *device);
|
/external/bluetooth/bluez/compat/ |
hidd.1 | 13 Local HCI device or BD Address 32 Connect remote HID device
|
/external/bluetooth/bluez/tools/ |
hciattach.8 | 45 Set the HCI device into raw mode (the kernel and bluetoothd will ignore it). 48 This specifies the serial device to attach. A leading 59 of the Bluetooth device that is to be attached, i.e. vendor or other device 91 Atheros AR300x based serial Bluetooth device 123 ). All above mentioned device types have 136 All above mentioned device types have 149 is specified, then the address will be used to initialize the device.
|
/external/bluetooth/hcidump/src/ |
hcidump.8 | 13 reads raw HCI data coming from and going to a Bluetooth device (which can be 27 which must be the name of an installed Bluetooth device. If not specified, 31 option is not set, data is read from the first available Bluetooth device. 46 Parse output is not printed to screen, instead data read from device is saved in file 52 Data is not read from a Bluetooth device, but from file 60 Parse output is not printed to screen, instead data read from device is sent to host 64 Data is not read from a Bluetooth device, but from host 68 Data is read from a Bluetooth device, but then send to
|
/external/e2fsprogs/lib/ext2fs/ |
tst_getsectsize.c | 34 fprintf(stderr, "Usage: %s device\n", argv[0]); 44 printf("Device %s has a hardware sector size of %d.\n",
|
/external/kernel-headers/original/linux/ |
miscdevice.h | 33 struct device; 41 struct device *dev;
|
/external/qemu/ |
device_tree.h | 2 * Header with function prototypes to help device tree manipulation using 3 * libfdt. It also provides functions to read entries from device tree proc
|
/external/qemu/distrib/sdl-1.2.12/src/video/macrom/ |
SDL_romvideo.c | 119 static void ROM_DeleteDevice(SDL_VideoDevice *device) 121 SDL_free(device->hidden); 122 SDL_free(device); 127 SDL_VideoDevice *device; local 130 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)); 131 if ( device ) { 132 SDL_memset(device, 0, (sizeof *device)); 133 device->hidden = (struct SDL_PrivateVideoData *) 134 SDL_malloc((sizeof *device->hidden)) [all...] |
/external/skia/src/pdf/ |
SkPDFFormXObject.cpp | 26 SkPDFFormXObject::SkPDFFormXObject(SkPDFDevice* device) { 27 // We don't want to keep around device because we'd have two copies 30 device->getResources(&fResources); 32 SkRefPtr<SkStream> content = device->content(); 39 insert("BBox", device->getMediaBox().get()); 40 insert("Resources", device->getResourceDict().get()); 45 if (!device->initialTransform().isIdentity()) { 48 device->initialTransform().invert(&inverse);
|
/frameworks/base/core/java/android/bluetooth/ |
IBluetoothPbap.aidl | 29 boolean connect(in BluetoothDevice device); 31 boolean isConnected(in BluetoothDevice device);
|
/frameworks/base/core/res/assets/webkit/ |
incognito_mode_start_page.html | 3 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/> 9 leave other traces, like cookies, on your device after you close the
|
/frameworks/base/core/res/res/raw/ |
incognito_mode_start_page.html | 3 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/> 9 leave other traces, like cookies, on your device after you close the
|
/frameworks/base/core/res/res/raw-xlarge/ |
incognito_mode_start_page.html | 3 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/> 9 leave other traces, like cookies, on your device after you close the
|
/ndk/tests/ |
README | 13 device/ 15 on an Android device. To run them, call "run-tests.sh" with the "adb" tool
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/ |
Device.java | 33 public class Device { 37 * EAS requires a unique device id, so that sync is possible from a variety of different 38 * devices (e.g. the syncKey is specific to a device) If we're on an emulator or some other 39 * device that doesn't provide one, we can create it as android<n> where <n> is system time. 40 * This would work on a real device as well, but it would be better to use the "real" id if 63 // It's very bad if we read a null device id; let's delete that file 92 * @return Device's unique ID if available. null if the device has no unique ID.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
adb.h | 13 /* ADB default device IDs (upper 4 bits of ADB command byte) */ 38 * Query ADB slot for device presence
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
platform_device.h | 15 #include <linux/device.h> 20 struct device dev;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
platform_device.h | 15 #include <linux/device.h> 20 struct device dev;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
platform_device.h | 15 #include <linux/device.h> 20 struct device dev;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
platform_device.h | 15 #include <linux/device.h> 20 struct device dev;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
platform_device.h | 15 #include <linux/device.h> 20 struct device dev;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
platform_device.h | 15 #include <linux/device.h> 20 struct device dev;
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
platform_device.h | 15 #include <linux/device.h> 20 struct device dev;
|
Completed in 3975 milliseconds
<<11121314151617181920>>