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

12 3 4 5 6 7 8 91011>>

  /external/openssl/patches/
testssl.sh 27 device=/sdcard/android.testssl
33 CAkey="$device/keyCA.ss"
34 CAcert="$device/certCA.ss"
35 CAreq="$device/reqCA.ss"
36 CAconf="$device/CAss.cnf"
38 Uconf="$device/Uss.cnf"
39 Ureq="$device/reqU.ss"
40 Ukey="$device/keyU.ss"
41 Ucert="$device/certU.ss"
46 adb shell rm -r $device
    [all...]
  /external/qemu/android/avd/
hw-config-defs.h 24 "Device ram size",
25 "The amount of physical RAM on the device, in megabytes.")
32 "Whether there is a touch screen or not on the device.")
39 "Whether there is a trackball on the device.")
46 "Whether the device has a QWERTY keyboard.")
53 "Whether the device has DPad keys")
60 "Whether there is a GSM modem in the device.")
67 "Whether the device has a camera.")
88 "Whether there is a GPS in the device.")
95 "Whether the device can run on a battery."
    [all...]
  /external/bluetooth/bluez/src/
dbus-hci.c 54 #include "device.h"
63 struct btd_device *device; member in struct:oob_availability_req
72 struct btd_device **device,
86 *device = adapter_get_device(connection, *adapter, peer_addr);
88 *device = adapter_find_device(*adapter, peer_addr);
90 if (create && !*device) {
91 error("Unable to get device object!");
128 return "audio-card"; /* Other audio device */
165 * level events(eg: device attached/dettached.
170 const char *pincode, struct btd_device *device)
213 struct btd_device *device; local
257 struct btd_device *device = user_data; local
267 struct btd_device *device = user_data; local
299 struct btd_device *device = user_data; local
361 struct btd_device *device = oob->device; local
375 struct btd_device *device = user_data; local
439 struct btd_device *device; local
517 struct btd_device *device; local
529 struct btd_device *device; local
542 struct btd_device *device; local
566 struct btd_device *device; local
600 struct btd_device *device; local
702 struct btd_device *device; local
723 struct btd_device *device; local
749 struct btd_device *device; local
792 struct btd_device *device; local
880 struct btd_device *device; local
900 struct btd_device *device; local
926 struct btd_device *device; local
1040 struct btd_device *device; local
1051 struct btd_device *device; local
1172 struct btd_device *device; local
    [all...]
  /device/samsung/crespo/
unzip-files.sh 17 # This file is generated by device/common/generate-blob-scripts.sh - DO NOT EDIT
19 DEVICE=crespo
22 mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
23 unzip -j -o ../../../${DEVICE}_update.zip system/etc/gps.conf -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
24 unzip -j -o ../../../${DEVICE}_update.zip system/lib/libpn544_fw.so -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
25 unzip -j -o ../../../${DEVICE}_update.zip system/lib/libsecril-client.so -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
26 unzip -j -o ../../../${DEVICE}_update.zip system/vendor/bin/gpsd -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietar
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DeviceMonitor.java 39 * A Device monitor. This connects to the Android Debug Bridge and get device and
58 private final ArrayList<Device> mDevices = new ArrayList<Device>();
79 new Thread("Device List Monitor") { //$NON-NLS-1$
128 Device[] getDevices() {
130 return mDevices.toArray(new Device[mDevices.size()]);
176 Log.d("DeviceMonitor", "Connected to adb for device monitoring");
241 Log.d("DeviceMonitor", "Connecting to adb for Device List Monitoring...");
281 * Processes an incoming device message from the socke
299 Device device = new Device(this, param[0] \/*serialnumber*\/, local
334 Device device = mDevices.get(d); local
589 Device device = client.getDeviceImpl(); local
627 Device device = (Device)attachment; local
    [all...]
GetPropReceiver.java 24 * {@link #GETPROP_COMMAND} on a device.
32 private Device mDevice = null;
35 * Creates the receiver with the device the receiver will modify.
36 * @param device The device to modify
38 public GetPropReceiver(Device device) {
39 mDevice = device;
72 mDevice.update(Device.CHANGE_BUILD_INFO);
  /frameworks/base/libs/ui/
EventHub.cpp 135 device_t* device = getDeviceLocked(deviceId); local
136 if (device == NULL) return String8();
137 return device->name;
143 device_t* device = getDeviceLocked(deviceId); local
144 if (device == NULL) return 0;
145 return device->classes;
153 device_t* device = getDeviceLocked(deviceId); local
154 if (device == NULL) return -1;
158 if(ioctl(device->fd, EVIOCGABS(axis), &info)) {
159 LOGW("Error reading absolute controller %d for device %s fd %d\n"
178 device_t* device = getDeviceLocked(deviceId); local
199 device_t* device = getDeviceLocked(deviceId); local
236 device_t* device = getDeviceLocked(deviceId); local
259 device_t* device = getDeviceLocked(deviceId); local
295 device_t* device = getDeviceLocked(deviceId); local
363 device_t* device = mClosingDevices; local
380 device_t* device = mOpeningDevices; local
407 const device_t* device = mDevices[mInputDeviceIndex]; local
672 device_t* device = new device_t(devid|mDevicesById[devid].seq, deviceName, name); local
884 device_t* device = mDevices[i]; local
1010 const device_t* device = mDevicesById[i].device; local
    [all...]
  /development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DebugReceiver.java 33 * BTDEBUG : a.b.device.a.FOUND
34 * BTDEBUG : a.b.device.e.DEVICE = 00:18:13:F2:CC:33
35 * BTDEBUG : a.b.device.e.RSSI = -35
36 * BTDEBUG : a.b.device.e.CLASS = 200404
38 * BTDEBUG : a.b.device.a.BOND_STATE_CHANGED
39 * BTDEBUG : a.b.device.e.DEVICE = 00:18:13:F2:CC:33
40 * BTDEBUG : a.b.device.e.BOND_STATE = 11
41 * BTDEBUG : a.b.device.e.PREVIOUS_BOND_STATE = 1
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosvideo.c 28 Implements RISC OS display device management.
88 static void RISCOS_DeleteDevice(SDL_VideoDevice *device)
90 SDL_free(device->hidden);
91 SDL_free(device);
96 SDL_VideoDevice *device; local
99 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
100 if ( device ) {
101 SDL_memset(device, 0, (sizeof *device));
102 device->hidden = (struct SDL_PrivateVideoData *
    [all...]
  /external/bluetooth/bluez/input/
manager.c 39 #include "../src/device.h"
41 #include "device.h"
50 static void input_remove(struct btd_device *device, const char *uuid)
52 const gchar *path = device_get_path(device);
59 static int hid_device_probe(struct btd_device *device, GSList *uuids)
61 struct btd_adapter *adapter = device_get_adapter(device);
62 const gchar *path = device_get_path(device);
63 const sdp_record_t *rec = btd_device_get_record(device, uuids->data);
72 device_get_address(device, &dst);
74 return input_device_register(connection, device, path, &src, &dst
    [all...]
  /external/bluetooth/bluez/serial/
port.c 70 char *path; /* Device path */
76 int16_t id; /* RFCOMM device id */
79 char *dev; /* RFCOMM device name */
83 struct serial_device *device; member in struct:serial_port
93 struct serial_device *device = l->data; local
95 if (!strcmp(device->path, path))
96 return device;
152 bt_cancel_discovery(&port->device->src,
153 &port->device->dst);
181 error("Can't release device %s: %s (%d)"
194 struct serial_device *device = port->device; local
224 struct serial_device *device = data; local
261 struct serial_device *device = port->device; local
324 struct serial_device *device = port->device; local
383 struct serial_device *device = port->device; local
443 struct serial_device *device = port->device; local
492 struct serial_device *device = user_data; local
539 struct serial_device *device = user_data; local
577 struct serial_device *device; local
604 struct serial_device *device; local
632 struct serial_device *device; local
    [all...]
  /external/kernel-headers/original/asm-x86/
dma-mapping_32.h 14 void *dma_alloc_coherent(struct device *dev, size_t size,
17 void dma_free_coherent(struct device *dev, size_t size,
21 dma_map_single(struct device *dev, void *ptr, size_t size,
31 dma_unmap_single(struct device *dev, dma_addr_t dma_addr, size_t size,
38 dma_map_sg(struct device *dev, struct scatterlist *sglist, int nents,
58 dma_map_page(struct device *dev, struct page *page, unsigned long offset,
66 dma_unmap_page(struct device *dev, dma_addr_t dma_address, size_t size,
74 dma_unmap_sg(struct device *dev, struct scatterlist *sg, int nhwentries,
81 dma_sync_single_for_cpu(struct device *dev, dma_addr_t dma_handle, size_t size,
87 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, size_t size
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 122 for (BluetoothDevice device : mRemoteHeadsets.keySet()) {
123 int state = mRemoteHeadsets.get(device).mState;
126 return device;
135 Log.w(TAG, "Stopping BluetoothHeadsetService: device does not have BT");
181 BluetoothDevice device = getCurrentDevice();
184 if (device != null) {
185 state = mRemoteHeadsets.get(device).mState;
202 if (!info.mRemoteDevice.equals(device)) {
204 Log.i(TAG, "Already attempting connect to " + device +
227 Log.i(TAG, "Already connected to " + device + ", disconnecting "
343 private BluetoothDevice device; field in class:BluetoothHeadsetService.RfcommConnectThread
    [all...]
  /device/samsung/crespo4g/
unzip-files.sh 17 # This file is generated by device/common/generate-blob-scripts.sh - DO NOT EDIT
19 DEVICE=crespo4g
22 mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
23 unzip -j -o ../../../${DEVICE}_update.zip system/app/ODB.apk -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
24 unzip -j -o ../../../${DEVICE}_update.zip system/app/SprintMenu.apk -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
25 unzip -j -o ../../../${DEVICE}_update.zip system/app/SystemUpdateUI.apk -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
26 unzip -j -o ../../../${DEVICE}_update.zip system/app/WiMAXSettings.apk -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietar
    [all...]
  /hardware/libhardware/include/hardware/
sensors_deprecated.h 56 struct sensors_control_device_t** device) {
58 SENSORS_HARDWARE_CONTROL, (struct hw_device_t**)device);
61 static inline int sensors_control_close(struct sensors_control_device_t* device) {
62 return device->common.close(&device->common);
66 struct sensors_data_device_t** device) {
68 SENSORS_HARDWARE_DATA, (struct hw_device_t**)device);
71 static inline int sensors_data_close(struct sensors_data_device_t* device) {
72 return device->common.close(&device->common)
    [all...]
  /external/bluetooth/bluez/doc/
device-api.txt 1 BlueZ D-Bus Device API description
10 Device hierarchy
14 Interface org.bluez.Device
19 Returns all properties for the device. See the
61 This method disconnects a specific remote device by
76 Returns list of device node object paths.
84 Creates a persistent device node binding with a
85 remote device. The actual support for the specified
86 UUID depends if the device driver has support for
95 Removes a persistent device node binding
    [all...]
  /device/google/accessory/arduino/USB_Host_Shield/
ch9.h 35 #define DEV_DESCR_LEN 18 //device descriptor length
40 /* Standard Device Requests */
42 #define USB_REQUEST_GET_STATUS 0 // Standard Device Request - GET STATUS
43 #define USB_REQUEST_CLEAR_FEATURE 1 // Standard Device Request - CLEAR FEATURE
44 #define USB_REQUEST_SET_FEATURE 3 // Standard Device Request - SET FEATURE
45 #define USB_REQUEST_SET_ADDRESS 5 // Standard Device Request - SET ADDRESS
46 #define USB_REQUEST_GET_DESCRIPTOR 6 // Standard Device Request - GET DESCRIPTOR
47 #define USB_REQUEST_SET_DESCRIPTOR 7 // Standard Device Request - SET DESCRIPTOR
48 #define USB_REQUEST_GET_CONFIGURATION 8 // Standard Device Request - GET CONFIGURATION
49 #define USB_REQUEST_SET_CONFIGURATION 9 // Standard Device Request - SET CONFIGURATION
    [all...]
  /external/kernel-headers/original/linux/
device.h 2 * device.h - generic, centralized driver model
30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
65 int bus_for_each_dev(struct bus_type * bus, struct device * start, void * data
299 struct device { struct
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothClass.java 24 * and capabilities of a device. For example, a Bluetooth class will
25 * specify the general device type such as a phone, a computer, or
29 * exactly one device class. The device class is further broken down into major
30 * and minor device class components.
32 * <p>{@link BluetoothClass} is useful as a hint to roughly describe a device
34 * Bluetooth profiles or services are actually supported by a device. Accurate
41 * a remote device.
47 * constants and methods to determine which Service Class(es) and Device Class
134 * Defines all device class constants
    [all...]
  /frameworks/base/core/tests/coretests/src/android/bluetooth/
BluetoothStressTest.java 85 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sPairAddress); local
90 mTestUtils.pair(adapter, device, BluetoothTestRunner.sPairPasskey,
92 mTestUtils.unpair(adapter, device);
100 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sPairAddress); local
105 mTestUtils.acceptPair(adapter, device, BluetoothTestRunner.sPairPasskey,
107 mTestUtils.unpair(adapter, device);
115 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sA2dpAddress); local
118 mTestUtils.pair(adapter, device, BluetoothTestRunner.sPairPasskey,
123 mTestUtils.connectA2dp(adapter, device);
124 mTestUtils.disconnectA2dp(adapter, device);
134 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sHeadsetAddress); local
    [all...]
  /development/tools/hosttestlib/src/com/android/hosttest/
DeviceTest.java 24 * Helper JUnit test that stores reference to a Android device and test data.
29 * Sets the device under test
30 * @param device the Android device to test
32 public void setDevice(IDevice device);
35 * Retrieves the Android device under test
36 * @return the {@link IDevice} device.
  /external/oprofile/libutil/
op_deviceio.h 3 * Reading from a special device
24 * op_open_device - open a special char device for reading
25 * @param name file name of device file
33 * op_read_device - read from a special char device
34 * @param devfd file descriptor of device
38 * Read size bytes from a device into buffer buf.
39 * A seek to the start of the device file is done first
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 139 * Temporary method to fill profiles based on a device's class.
143 * @param uuids of the remote device
172 public abstract boolean connect(BluetoothDevice device);
174 public abstract boolean disconnect(BluetoothDevice device);
176 public abstract int getConnectionStatus(BluetoothDevice device);
178 public abstract int getSummary(BluetoothDevice device);
182 public abstract boolean isPreferred(BluetoothDevice device);
184 public abstract int getPreferred(BluetoothDevice device);
186 public abstract void setPreferred(BluetoothDevice device, boolean preferred);
188 public boolean isConnected(BluetoothDevice device) {
387 BluetoothDevice device = mService.getCurrentHeadset(); local
    [all...]
  /bootable/recovery/etc/META-INF/com/google/android/
update-script 2 assert file_contains("SYSTEM:build.prop", "ro.product.device=dream") == "true" || file_contains("SYSTEM:build.prop", "ro.build.product=dream") == "true"
3 assert file_contains("RECOVERY:default.prop", "ro.product.device=dream") == "true" || file_contains("RECOVERY:default.prop", "ro.build.product=dream") == "true"
4 assert getprop("ro.product.device") == "dream"
  /build/core/
device.mk 22 define dump-device
30 $(foreach p,$(DEVICES),$(call dump-device,$(p)))
34 # $(1): device to inherit
36 define inherit-device
42 # $(1): device makefile list
51 # $(1): short device name like "sooner"
53 define _resolve-short-device-name
65 $(error No matches for device "$(dn)"), \
66 $(error Device "$(dn)" ambiguous: matches $(d)) \
72 # $(1): short device name like "sooner
    [all...]

Completed in 711 milliseconds

12 3 4 5 6 7 8 91011>>