/hardware/broadcom/wlan/bcm4329/src/include/ |
spid.h | 2 * SPI device spec header file 19 * Brcm SPI Device Register Map. 44 /* SPI device register offsets */ 62 /* Bit masks for SPID_CONFIG device register */ 71 /* Bit mask for SPID_RESPONSE_DELAY device register */ 74 /* Bit mask for SPID_STATUS_ENABLE device register */ 82 /* Bit mask for SPID_RESET_BP device register */ 87 /* Bit mask for SPID_INTR_REG device register */ 105 /* Bit mask for 32bit SPID_STATUS_REG device register */ 121 /* Bit mask for 16 bits SPID_F1_INFO_REG device register * [all...] |
/hardware/libhardware/include/hardware/ |
overlay.h | 36 * Name of the overlay device to open 138 * Every device data structure must begin with hw_device_t 219 /** convenience API for opening and closing a device */ 222 struct overlay_control_device_t** device) { 224 OVERLAY_HARDWARE_CONTROL, (struct hw_device_t**)device); 227 static inline int overlay_control_close(struct overlay_control_device_t* device) { 228 return device->common.close(&device->common); 232 struct overlay_data_device_t** device) { 234 OVERLAY_HARDWARE_DATA, (struct hw_device_t**)device); [all...] |
/hardware/libhardware/tests/nusensors/ |
nusensors.cpp | 48 struct sensors_poll_device_t* device; local 80 err = sensors_open(&module->common, &device); 87 err = device->activate(device, list[i].handle, 0); 96 err = device->activate(device, list[i].handle, 1); 102 device->setDelay(device, list[i].handle, 10000000); 106 int n = device->poll(device, buffer, 16) [all...] |
/external/bluetooth/bluez/audio/ |
headset.c | 55 #include "device.h" 64 #include "../src/device.h" 178 int (*callback) (struct audio_device *device, const char *buf); 204 static int rfcomm_connect(struct audio_device *device, headset_stream_cb_t cb, 206 static int get_records(struct audio_device *device, headset_stream_cb_t cb, 343 static int supported_features(struct audio_device *device, const char *buf) 345 struct headset *hs = device->headset; 405 static int report_indicators(struct audio_device *device, const char *buf) 407 struct headset *hs = device->headset; 523 struct audio_device *device = l->data local 714 struct audio_device *device = telephony_device; local 850 struct audio_device *device = telephony_device; local 1111 struct audio_device *device = telephony_device; local 1624 struct audio_device *device = data; local 1645 struct audio_device *device = data; local 1665 struct audio_device *device = data; local 1686 struct audio_device *device = data; local 1705 struct audio_device *device = data; local 1742 struct audio_device *device = data; local 1780 struct audio_device *device = data; local 1805 struct audio_device *device = data; local 1853 struct audio_device *device = data; local 1879 struct audio_device *device = data; local 1906 struct audio_device *device = data; local 1967 struct audio_device *device = data; local 2469 struct audio_device *device = user_data; local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/windib/ |
SDL_dibvideo.c | 113 static void DIB_DeleteDevice(SDL_VideoDevice *device) 115 if ( device ) { 116 if ( device->hidden ) { 117 SDL_free(device->hidden); 119 if ( device->gl_data ) { 120 SDL_free(device->gl_data); 122 SDL_free(device); 128 SDL_VideoDevice *device; local 131 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)); 132 if ( device ) { [all...] |
/frameworks/base/docs/html/guide/topics/wireless/ |
bluetooth.jd | 54 which allows a device to wirelessly exchange data with other Bluetooth devices. 95 <dd>Represents a remote Bluetooth device. Use this to request a connection 96 with a remote device through a {@link android.bluetooth.BluetoothSocket} or 98 device such as its name, address, class, and bonding state.</dd> 103 an application to exchange data with another Bluetooth device via InputStream 109 Android devices, one device must open a server socket with this class. When a 110 remote Bluetooth device makes a connection request to the this device, the 117 device. This is a read-only set of properties that define the device's major an [all...] |
/external/libpcap/ |
pcap-dos.c | 98 static struct device *handle_to_device [20]; 107 static int ndis_probe (struct device *dev); 108 static int pkt_probe (struct device *dev); 118 * These are the device we always support 120 static struct device ndis_dev = { 125 NDIS_NEXT_DEV, /* NULL or a 32-bit device */ 129 static struct device pkt_dev = { 138 static struct device *get_device (int fd) 227 volatile struct device *dev; /* might be reset by sig_handler */ 341 struct device *dev = p ? get_device(p->fd) : NULL [all...] |
/bionic/libc/kernel/common/linux/ |
platform_device.h | 15 #include <linux/device.h> 20 struct device dev;
|
/build/target/product/ |
generic_x86.mk | 1 # This is a generic product that isn't specialized for a specific device. 29 # If running on an emulator or some other device that has a LAN connection
|
/cts/libs/vogar-expect/src/vogar/ |
ModeId.java | 20 DEVICE, JVM, ACTIVITY, SIM, HOST; 31 return this == DEVICE || this == ACTIVITY || this == SIM || this == HOST;
|
/development/ndk/platforms/android-3/include/linux/ |
platform_device.h | 15 #include <linux/device.h> 20 struct device dev;
|
/device/samsung/crespo4g/ |
BoardConfig.mk | 29 include device/samsung/crespo/BoardConfigCommon.mk 32 TARGET_RELEASETOOLS_EXTENSIONS := device/samsung/crespo4g
|
/external/bluetooth/bluez/compat/ |
hidd.1 | 13 Local HCI device or BD Address 32 Connect remote HID 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/blkid/ |
devname.c | 2 * devname.c - get a dev by its device inode name 46 * Find a dev struct in the cache by device name, if available. 48 * If there is no entry with the specified device name, and the create 49 * flag is set, then create an empty device entry. 91 * Probe a single block device to add to the device cache. 101 /* See if we already have this device number in the cache. */ 120 * Take a quick look at /dev/ptname for the device number. We check 121 * all of the likely device directories. If we don't find it, or if 123 * to find it via an exhaustive search for the device major/minor 127 char device[256]; local 304 char *device = NULL; local 439 char device[110]; local [all...] |
/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...] |
/frameworks/base/core/java/android/bluetooth/ |
IBluetoothPbap.aidl | 29 boolean connect(in BluetoothDevice device); 31 boolean isConnected(in BluetoothDevice device);
|
/frameworks/base/core/res/res/raw/ |
nodomain.html | 3 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/> 20 <li>Check to make sure your device has a signal and data
|
/frameworks/base/core/tests/hosttests/src/android/content/pm/ |
PackageManagerHostTestUtils.java | 67 // Install preference on the device-side 76 DEVICE, 81 * Constructor takes the device to use 82 * @param the device to use when performing operations 84 public PackageManagerHostTestUtils(IDevice device) 86 mDevice = device; 95 * Returns the path on the device of forward-locked apps. 97 * @return path of forward-locked apps on the device 104 * Returns the path on the device of normal apps. 106 * @return path of forward-locked apps on the device [all...] |
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioPolicyManagerBase.h | 64 virtual status_t setDeviceConnectionState(AudioSystem::audio_devices device, 67 virtual AudioSystem::device_connection_state getDeviceConnectionState(AudioSystem::audio_devices device, 135 uint32_t device(); 148 uint32_t mDevice; // current device this output is routed to 169 uint32_t mDevice; // current device this input is routed to 206 // return appropriate device for streams handled by the specified strategy according to current 208 // if fromCache is true, the device is returned from mDeviceForStrategy[], otherwise it is determined 209 // by current state (device connected, phone state, force use, a2dp output...) 212 // 2 access to either current device selection (fromCache == true) or 213 // "future" device selection (fromCache == false) when called from a contex [all...] |
/ndk/tests/ |
README | 13 device/ 15 on an Android device. To run them, call "run-tests.sh" with the "adb" tool
|
/packages/apps/Email/res/xml/ |
device_admin.xml | 17 <device-admin xmlns:android="http://schemas.android.com/apk/res/android" 25 </device-admin>
|