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

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/bluez/src/
device.h 25 #define DEVICE_INTERFACE "org.bluez.Device"
41 void device_set_name(struct btd_device *device, const char *name);
42 void device_get_name(struct btd_device *device, char *name, size_t len);
43 void device_remove(struct btd_device *device, gboolean remove_stored);
44 gint device_address_cmp(struct btd_device *device, const gchar *address);
45 int device_browse(struct btd_device *device, DBusConnection *conn,
47 void device_probe_drivers(struct btd_device *device, GSList *profiles);
48 const sdp_record_t *btd_device_get_record(struct btd_device *device,
50 void btd_device_add_uuid(struct btd_device *device, const char *uuid);
51 struct btd_adapter *device_get_adapter(struct btd_device *device);
    [all...]
device.c 53 #include "device.h"
85 struct btd_device *device; member in struct:bonding_req
92 struct btd_device *device; member in struct:authentication_req
98 struct btd_device *device; member in struct:browse_req
192 if (req->device)
193 btd_device_unref(req->device);
204 struct btd_device *device = req->device; local
205 struct btd_adapter *adapter = device->adapter;
208 if (device_is_creating(device, NULL)
221 struct btd_device *device = user_data; local
266 struct btd_device *device = user_data; local
363 struct btd_device *device = data; local
399 struct btd_device *device = data; local
440 struct btd_device *device = user_data; local
551 struct btd_device *device = data; local
639 struct btd_device *device = user_data; local
756 struct btd_device *device = user_data; local
841 struct btd_device *device = user_data; local
885 struct btd_device *device = user_data; local
1061 struct btd_device *device; local
1429 struct btd_device *device = req->device; local
1550 struct btd_device *device = req->device; local
1614 struct btd_device *device = req->device; local
1795 struct btd_device *device = user_data; local
1861 struct btd_device *device; local
1909 struct btd_device *device = user_data; local
2009 struct btd_device *device = user_data; local
2045 struct btd_device *device = user_data; local
2262 struct btd_device *device = auth->device; local
2277 struct btd_device *device = auth->device; local
2293 struct btd_device *device = auth->device; local
2309 struct btd_device *device = auth->device; local
2324 struct btd_device *device = auth->device; local
2422 struct btd_device *device; local
    [all...]
  /external/bluetooth/bluez/tools/
rfcomm.conf 6 # # Automatically bind the device at startup
9 # # Bluetooth address of the device
10 # device 11:22:33:44:55:66;
16 # comment "Example Bluetooth device";
  /external/kernel-headers/original/linux/
attribute_container.h 12 #include <linux/device.h>
22 int (*match)(struct attribute_container *, struct device *);
41 void attribute_container_create_device(struct device *dev,
43 struct device *,
45 void attribute_container_add_device(struct device *dev,
47 struct device *,
49 void attribute_container_remove_device(struct device *dev,
51 struct device *,
53 void attribute_container_device_trigger(struct device *dev,
55 struct device *,
    [all...]
transport_class.h 12 #include <linux/device.h>
19 int (*setup)(struct transport_container *, struct device *,
21 int (*configure)(struct transport_container *, struct device *,
23 int (*remove)(struct transport_container *, struct device *,
64 void transport_remove_device(struct device *);
65 void transport_add_device(struct device *);
66 void transport_setup_device(struct device *);
67 void transport_configure_device(struct device *);
68 void transport_destroy_device(struct device *);
71 transport_register_device(struct device *dev
    [all...]
  /development/tools/hosttestlib/src/com/android/hosttest/
DeviceConnector.java 29 * The maximum time to wait for a device to be connected.
34 * Initializes DDMS library, and connects to specified Android device
36 * @param deviceSerial the device serial to connect to. If <code>null</code> connect to first
37 * discovered device.
40 * @throws IllegalArgumentException if no device cannot be found.
46 for (IDevice device : adbBridge.getDevices()) {
48 return device;
49 } else if (deviceSerial.equals(device.getSerialNumber())) {
50 return device;
54 System.out.println("Waiting for device...")
57 IDevice device = listener.waitForDevice(MAX_WAIT_DEVICE_TIME); local
    [all...]
  /external/kernel-headers/original/asm-x86/
swiotlb.h 8 extern dma_addr_t swiotlb_map_single(struct device *hwdev, void *ptr,
10 extern void *swiotlb_alloc_coherent(struct device *hwdev, size_t size,
12 extern void swiotlb_unmap_single(struct device *hwdev, dma_addr_t dev_addr,
14 extern void swiotlb_sync_single_for_cpu(struct device *hwdev,
17 extern void swiotlb_sync_single_for_device(struct device *hwdev,
20 extern void swiotlb_sync_single_range_for_cpu(struct device *hwdev,
24 extern void swiotlb_sync_single_range_for_device(struct device *hwdev,
28 extern void swiotlb_sync_sg_for_cpu(struct device *hwdev,
31 extern void swiotlb_sync_sg_for_device(struct device *hwdev,
34 extern int swiotlb_map_sg(struct device *hwdev, struct scatterlist *sg
    [all...]
  /development/data/etc/
vold.conf 4 ## This is the direct uevent device path to the SD slot on the device
  /external/grub/lib/
Makefile.am 6 libcommon_a_SOURCES = getopt.c getopt1.c getopt.h device.c device.h
  /frameworks/base/core/java/android/hardware/
package.html 3 Provides support for hardware devices that may not be present on every Android device.
  /frameworks/base/core/java/android/os/
package.html 4 communication on the device.
  /frameworks/base/libs/rs/
rsDevice.cpp 23 Device::Device()
29 Device::~Device()
34 void Device::addContext(Context *rsc)
39 void Device::removeContext(Context *rsc)
53 Device * d = new Device();
59 Device * d = static_cast<Device *>(dev)
    [all...]
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/usbhost/
usbhost.h 64 /* Callback indicating that initial device discovery is done.
78 * added_cb will be called immediately for each existing USB device,
79 * and subsequently each time a new device is added.
90 /* Creates a usb_device object for a USB device */
93 /* Releases all resources associated with the USB device */
94 void usb_device_close(struct usb_device *device);
96 /* Creates a usb_device object for already open USB device */
100 int usb_device_get_fd(struct usb_device *device);
102 /* Returns the name for the USB device, which is the same as
105 const char* usb_device_get_name(struct usb_device *device);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadset.aidl 27 int getState(in BluetoothDevice device);
29 boolean connectHeadset(in BluetoothDevice device);
30 void disconnectHeadset(in BluetoothDevice device);
31 boolean isConnected(in BluetoothDevice device);
34 boolean setPriority(in BluetoothDevice device, int priority);
35 int getPriority(in BluetoothDevice device);
38 boolean createIncomingConnect(in BluetoothDevice device);
39 boolean acceptIncomingConnect(in BluetoothDevice device);
40 boolean rejectIncomingConnect(in BluetoothDevice device);
42 boolean connectHeadsetInternal(in BluetoothDevice device);
    [all...]
IBluetoothA2dp.aidl 27 boolean connectSink(in BluetoothDevice device);
28 boolean disconnectSink(in BluetoothDevice device);
29 boolean suspendSink(in BluetoothDevice device);
30 boolean resumeSink(in BluetoothDevice device);
33 int getSinkState(in BluetoothDevice device);
34 boolean setSinkPriority(in BluetoothDevice device, int priority);
35 int getSinkPriority(in BluetoothDevice device);
37 boolean connectSinkInternal(in BluetoothDevice device);
38 boolean disconnectSinkInternal(in BluetoothDevice device);
39 boolean allowIncomingConnect(in BluetoothDevice device, boolean value)
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDeviceManager.java 54 for (BluetoothDevice device : bondedDevices) {
55 CachedBluetoothDevice cachedDevice = findDevice(device);
57 cachedDevice = new CachedBluetoothDevice(mLocalManager.getContext(), device);
77 public synchronized void onDeviceAppeared(BluetoothDevice device, short rssi,
81 CachedBluetoothDevice cachedDevice = findDevice(device);
83 cachedDevice = new CachedBluetoothDevice(mLocalManager.getContext(), device);
97 public synchronized void onDeviceDisappeared(BluetoothDevice device) {
98 CachedBluetoothDevice cachedDevice = findDevice(device);
108 // If device isn't paired, remove it altogether
114 public synchronized void onDeviceNameUpdated(BluetoothDevice device) {
    [all...]
  /cts/tools/host/src/com/android/cts/
DeviceManager.java 39 /** Time to wait after device reports that boot is complete. */
44 /** This is used during device restart for blocking until the device has been reconnected. */
75 * @param num the number of required device
88 throw new DeviceNotAvailableException("The number of connected device("
103 + num + ") of idle device(s).");
111 * @return The device list.
133 * Append the device to the device list.
135 * @param device The device to be appended to the device list
333 TestDevice device = searchTestDevice(deviceSerialNumber); local
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 79 BluetoothDevice device =
97 if (getSinkPriority(device) == BluetoothA2dp.PRIORITY_UNDEFINED) {
98 setSinkPriority(device, BluetoothA2dp.PRIORITY_ON);
102 setSinkPriority(device, BluetoothA2dp.PRIORITY_UNDEFINED);
107 if (mAudioDevices.containsKey(device)) {
108 int state = mAudioDevices.get(device);
109 handleSinkStateChange(device, state, BluetoothA2dp.STATE_DISCONNECTED);
135 private boolean isPhoneDocked(BluetoothDevice device) {
142 if (dockDevice != null && device.equals(dockDevice)) {
202 private boolean isSinkDevice(BluetoothDevice device) {
237 BluetoothDevice device = mAdapter.getRemoteDevice(address); local
488 BluetoothDevice device = mAdapter.getRemoteDevice(address); local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/dummy/
SDL_nullvideo.c 79 static void DUMMY_DeleteDevice(SDL_VideoDevice *device)
81 SDL_free(device->hidden);
82 SDL_free(device);
87 SDL_VideoDevice *device; local
90 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
91 if ( device ) {
92 SDL_memset(device, 0, (sizeof *device));
93 device->hidden = (struct SDL_PrivateVideoData *)
94 SDL_malloc((sizeof *device->hidden))
    [all...]
  /hardware/msm7k/libaudio-qsd8k/
AudioPolicyManager.cpp 26 // Max volume for streams when playing over bluetooth SCO device while in call: -18dB
54 uint32_t device = 0; local
57 device = mDeviceForStrategy[strategy];
58 LOGV("getDeviceForStrategy() from cache strategy %d, device %x", strategy, device);
59 return device;
66 device = getDeviceForStrategy(STRATEGY_MEDIA, false);
78 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_CARKIT;
79 if (device) break;
82 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_HEADSET
    [all...]
  /hardware/msm7k/libaudio-qdsp5v2/
AudioPolicyManager.cpp 26 // Max volume for streams when playing over bluetooth SCO device while in call: -18dB
54 uint32_t device = 0; local
57 device = mDeviceForStrategy[strategy];
58 LOGV("getDeviceForStrategy() from cache strategy %d, device %x", strategy, device);
59 return device;
66 device = getDeviceForStrategy(STRATEGY_MEDIA, false);
78 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_CARKIT;
79 if (device) break;
82 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_HEADSET
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
DeviceBridge.java 17 package com.android.hierarchyviewer.device;
66 public static boolean isViewServerRunning(IDevice device) {
70 if (device.isOnline()) {
71 device.executeShellCommand(buildIsServerRunningShellCommand(),
80 public static boolean startViewServer(IDevice device) {
81 return startViewServer(device, Configuration.DEFAULT_SERVER_PORT);
84 public static boolean startViewServer(IDevice device, int port) {
88 if (device.isOnline()) {
89 device.executeShellCommand(buildStartServerShellCommand(port),
98 public static boolean stopViewServer(IDevice device) {
    [all...]
  /development/ide/intellij/moduleDefinitions/
testing.iml 5 <content url="file://$MODULE_DIR$/../../../device/dalvik/libcore">
6 <sourceFolder url="file://$MODULE_DIR$/../../../device/dalvik/libcore/android/src/main/java" isTestSource="false" />
7 <sourceFolder url="file://$MODULE_DIR$/../../../device/dalvik/libcore/annotation/src/main/java" isTestSource="false" />
8 <sourceFolder url="file://$MODULE_DIR$/../../../device/dalvik/libcore/apache-commons-logging/src/main/java" isTestSource="false" />
9 <sourceFolder url="file://$MODULE_DIR$/../../../device/dalvik/libcore/apache-commons/src/main/java" isTestSource="false" />
10 <sourceFolder url="file://$MODULE_DIR$/../../../device/dalvik/libcore/archive/src/main/java" isTestSource="false" />
11 <sourceFolder url="file://$MODULE_DIR$/../../../device/dalvik/libcore/auth/src/main/java" isTestSource="false" />
12 <sourceFolder url="file://$MODULE_DIR$/../../../device/dalvik/libcore/awt/src/main/java" isTestSource="false" />
13 <sourceFolder url="file://$MODULE_DIR$/../../../device/dalvik/libcore/beans/src/main/java" isTestSource="false" />
14 <sourceFolder url="file://$MODULE_DIR$/../../../device/dalvik/libcore/concurrent/src/main/java" isTestSource="false" /
    [all...]
  /device/htc/passion/
unzip-files.sh 17 # This file is generated by device/common/generate-blob-scripts.sh - DO NOT EDIT
19 DEVICE=passion
22 mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
23 unzip -j -o ../../../${DEVICE}_update.zip system/bin/akmd -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
24 chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/akmd
25 unzip -j -o ../../../${DEVICE}_update.zip system/bin/mm-venc-omx-test -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
26 chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/mm-venc-omx-test
27 unzip -j -o ../../../${DEVICE}_update.zip system/bin/parse_radio_log -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietar
    [all...]
  /external/openssl/android.testssl/
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...]

Completed in 688 milliseconds

1 2 3 4 5 6 7 8 91011>>