HomeSort by relevance Sort by last modified time
    Searched refs:device (Results 51 - 75 of 782) sorted by null

1 23 4 5 6 7 8 91011>>

  /device/htc/sapphire/
device_sapphire_us.mk 17 $(call inherit-product, device/common/gps/gps_us_supl.mk)
19 $(call inherit-product, device/htc/sapphire/device_sapphire.mk)
  /external/bluetooth/bluez/audio/
bluetooth.conf 21 device $ADDRESS
33 device $ADDRESS
main.c 44 #include "device.h"
74 struct audio_device *device; local
93 device = manager_find_device(NULL, &src, &dst, AUDIO_HEADSET_INTERFACE,
95 if (!device)
96 device = manager_find_device(NULL, &src, &dst,
100 if (!device)
103 if (device->headset) {
104 if (headset_get_state(device) < HEADSET_STATE_CONNECTED) {
109 if (!get_hfp_active(device)) {
115 if (headset_connect_sco(device, chan) < 0
    [all...]
  /external/e2fsprogs/misc/
util.h 22 extern void check_plausibility(const char *device);
24 extern void check_mount(const char *device, int force, const char *type);
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_sysvideo.cc 79 static void QT_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...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
DeviceBridge.java 17 package com.android.hierarchyviewer.device;
64 public static boolean isViewServerRunning(IDevice device) {
68 if (device.isOnline()) {
69 device.executeShellCommand(buildIsServerRunningShellCommand(),
78 public static boolean startViewServer(IDevice device) {
79 return startViewServer(device, Configuration.DEFAULT_SERVER_PORT);
82 public static boolean startViewServer(IDevice device, int port) {
86 if (device.isOnline()) {
87 device.executeShellCommand(buildStartServerShellCommand(port),
96 public static boolean stopViewServer(IDevice device) {
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcvideo.c 70 static void DC_DeleteDevice(SDL_VideoDevice *device)
72 SDL_free(device->hidden);
73 SDL_free(device);
78 SDL_VideoDevice *device; local
81 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
82 if ( device ) {
83 SDL_memset(device, 0, (sizeof *device));
84 device->hidden = (struct SDL_PrivateVideoData *)
85 SDL_malloc((sizeof *device->hidden))
    [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...]
  /external/libpcap/
pcap-dos.h 109 extern struct device el2_dev LOCKED_VAR; /* 3Com EtherLink II */
110 extern struct device el3_dev LOCKED_VAR; /* EtherLink III */
111 extern struct device tc59_dev LOCKED_VAR; /* 3Com Vortex Card (?) */
112 extern struct device tc515_dev LOCKED_VAR;
113 extern struct device tc90x_dev LOCKED_VAR;
114 extern struct device tc90bcx_dev LOCKED_VAR;
115 extern struct device wd_dev LOCKED_VAR;
116 extern struct device ne_dev LOCKED_VAR;
117 extern struct device acct_dev LOCKED_VAR;
118 extern struct device cs89_dev LOCKED_VAR
142 struct device { struct
    [all...]
pcap-dag.h 6 * at the same time as another type of device.
13 pcap_t *dag_open_live(const char *device, int snaplen, int promisc, int to_ms, char *ebuf);
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 86 /** Default priority when not set or when the device is unpaired */
115 * @param device Remote BT device.
119 public boolean connectSink(BluetoothDevice device) {
120 if (DBG) log("connectSink(" + device + ")");
122 return mService.connectSink(device);
132 * @param device Remote BT device.
136 public boolean disconnectSink(BluetoothDevice device) {
137 if (DBG) log("disconnectSink(" + device + ")")
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.c 65 static void NX_DeleteDevice (SDL_VideoDevice * device)
69 if (device) {
70 if (device -> hidden) SDL_free (device -> hidden) ;
71 if (device -> gl_data) SDL_free (device -> gl_data) ;
72 SDL_free (device) ;
80 SDL_VideoDevice * device ; local
85 device = (SDL_VideoDevice *) SDL_malloc (sizeof (SDL_VideoDevice)) ;
86 if (device) {
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgvideo.c 81 static void PG_DeleteDevice(SDL_VideoDevice *device)
83 SDL_free(device->hidden);
84 SDL_free(device);
89 SDL_VideoDevice *device; local
92 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
93 if ( device ) {
94 SDL_memset(device, 0, (sizeof *device));
95 device->hidden = (struct SDL_PrivateVideoData *)
96 SDL_malloc((sizeof *device->hidden))
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 81 BluetoothDevice device =
99 if (getSinkPriority(device) == BluetoothA2dp.PRIORITY_UNDEFINED) {
100 setSinkPriority(device, BluetoothA2dp.PRIORITY_ON);
104 setSinkPriority(device, BluetoothA2dp.PRIORITY_UNDEFINED);
108 if (getSinkPriority(device) == BluetoothA2dp.PRIORITY_AUTO_CONNECT &&
109 isSinkDevice(device)) {
110 // This device is a preferred sink. Make an A2DP connection
114 Message msg = Message.obtain(mHandler, MESSAGE_CONNECT_TO, device);
119 if (mAudioDevices.containsKey(device)) {
120 int state = mAudioDevices.get(device);
271 BluetoothDevice device = mAdapter.getRemoteDevice(address); local
471 BluetoothDevice device = mAdapter.getRemoteDevice(address); local
557 BluetoothDevice device = mAdapter.getRemoteDevice(address); local
    [all...]
  /bootable/diskinstaller/
installer_img_layout.conf 0 device {
  /device/htc/common/
common.mk 20 # Sets an HTC-specific device-agnostic overlay
21 DEVICE_PACKAGE_OVERLAYS := device/htc/common/overlay
23 # Sets copy files for all HTC-specific device
24 PRODUCT_COPY_FILES += device/htc/common/ecclist_for_mcc.conf:system/etc/ecclist_for_mcc.conf
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewManager.java 20 import com.android.hierarchyviewer.device.Window;
21 import com.android.hierarchyviewer.device.DeviceBridge;
30 public static void invalidate(IDevice device, Window window, String params) {
31 sendCommand("INVALIDATE", device, window, params);
34 public static void requestLayout(IDevice device, Window window, String params) {
35 sendCommand("REQUEST_LAYOUT", device, window, params);
38 private static void sendCommand(String command, IDevice device, Window window, String params) {
45 DeviceBridge.getDeviceLocalPort(device)));
  /external/bluetooth/bluez/test/
simple-agent 28 def Authorize(self, device, uuid):
29 print "Authorize (%s, %s)" % (device, uuid)
37 def RequestPinCode(self, device):
38 print "RequestPinCode (%s)" % (device)
43 def RequestPasskey(self, device):
44 print "RequestPasskey (%s)" % (device)
50 def DisplayPasskey(self, device, passkey):
51 print "DisplayPasskey (%s, %d)" % (device, passkey)
55 def RequestConfirmation(self, device, passkey):
56 print "RequestConfirmation (%s, %d)" % (device, passkey
    [all...]
test-device 36 device = adapter.CreateDevice(sys.argv[2]) variable
37 print device
56 device = dbus.Interface(bus.get_object("org.bluez", path), variable
57 "org.bluez.Device")
62 services = device.DiscoverServices(pattern);
76 device = dbus.Interface(bus.get_object("org.bluez", path), variable
77 "org.bluez.Device")
78 properties = device.GetProperties()
87 device = dbus.Interface(bus.get_object("org.bluez", path), variable
88 "org.bluez.Device")
98 device = dbus.Interface(bus.get_object("org.bluez", path), variable
112 device = dbus.Interface(bus.get_object("org.bluez", path), variable
    [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...]
dma-mapping.h 4 #include <linux/device.h>
33 extern u64 dma_get_required_mask(struct device *dev);
43 dma_declare_coherent_memory(struct device *dev, dma_addr_t bus_addr,
50 dma_release_declared_memory(struct device *dev)
55 dma_mark_declared_memory_occupied(struct device *dev,
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.c 67 static void AA_DeleteDevice(SDL_VideoDevice *device)
69 SDL_free(device->hidden);
70 SDL_free(device);
75 SDL_VideoDevice *device; local
78 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
79 if ( device ) {
80 SDL_memset(device, 0, (sizeof *device));
81 device->hidden = (struct SDL_PrivateVideoData *)
82 SDL_malloc((sizeof *device->hidden))
    [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...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ggi/
SDL_ggivideo.c 81 static void GGI_DeleteDevice(SDL_VideoDevice *device)
83 SDL_free(device->hidden);
84 SDL_free(device);
89 SDL_VideoDevice *device; local
92 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
93 if ( device ) {
94 SDL_memset(device, 0, (sizeof *device));
95 device->hidden = (struct SDL_PrivateVideoData *)
96 SDL_malloc((sizeof *device->hidden))
    [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...]

Completed in 1135 milliseconds

1 23 4 5 6 7 8 91011>>