/external/bluetooth/bluez/input/ |
device.h | 44 int fake_input_register(DBusConnection *conn, struct btd_device *device, 47 int input_device_register(DBusConnection *conn, struct btd_device *device,
|
/external/kernel-headers/original/linux/ |
pm.h | 41 * Device types... these are passed to pm_register 46 #define PM_SYS_DEV ((__force pm_dev_t) 1) /* system device (fan, KB controller, ...) */ 47 #define PM_PCI_DEV ((__force pm_dev_t) 2) /* PCI device */ 48 #define PM_USB_DEV ((__force pm_dev_t) 3) /* USB device */ 49 #define PM_SCSI_DEV ((__force pm_dev_t) 4) /* SCSI device */ 50 #define PM_ISA_DEV ((__force pm_dev_t) 5) /* ISA device */ 51 #define PM_MTD_DEV ((__force pm_dev_t) 6) /* Memory Technology Device */ 54 * System device hardware ID (PnP) values 68 * Device identifier 80 * Dynamic device informatio [all...] |
platform_device.h | 14 #include <linux/device.h> 19 struct device dev; 30 extern struct device platform_bus;
|
/external/oprofile/ |
opimport_pull | 9 print " serial_number: the device being profiled" 40 device = " -s %s" % sys.argv[2] 43 device = "" 67 "> /dev/null 2>&1" % (device, output_dir)) 69 print "adb%s pull failure, exiting" % device
|
/external/skia/src/core/ |
SkBlitter_A1.cpp | 20 SkA1_Blitter::SkA1_Blitter(const SkBitmap& device, const SkPaint& paint) 21 : INHERITED(device)
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
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);
|
AdbHelper.java | 69 * the device. 72 * @param device the device to connect to. Can be null in which case the connection will be 73 * to the first available device. 77 Device device, int devicePort) throws IOException { 84 // if the device is not -1, then we first tell adb we're looking to 85 // talk to a specific device 86 setDevice(adbChan, device); 109 * the device [all...] |
/hardware/msm7k/libgralloc/ |
framebuffer.cpp | 54 framebuffer_device_t device; member in struct:fb_context_t 330 hw_device_t** device) 344 dev->device.common.tag = HARDWARE_DEVICE_TAG; 345 dev->device.common.version = 0; 346 dev->device.common.module = const_cast<hw_module_t*>(module); 347 dev->device.common.close = fb_close; 348 dev->device.setSwapInterval = fb_setSwapInterval; 349 dev->device.post = fb_post; 350 dev->device.setUpdateRect = 0; 356 const_cast<uint32_t&>(dev->device.flags) = 0 [all...] |
/sdk/emulator/sensors/ |
sensors_qemu.c | 111 /** SENSORS CONTROL DEVICE 119 struct sensors_control_device_t device; member in struct:SensorControl 223 /** SENSORS DATA DEVICE 232 struct sensors_data_device_t device; member in struct:SensorData 421 //LOGD("(device close) about to close fd=%d", data->events_fd); 540 struct hw_device_t* *device) 552 dev->device.common.tag = HARDWARE_DEVICE_TAG; 553 dev->device.common.version = 0; 554 dev->device.common.module = (struct hw_module_t*) module; 555 dev->device.common.close = control__close [all...] |
/external/grub/lib/ |
device.h | 0 /* device.h - Define macros and declare prototypes for device.c */ 37 extern int check_device (const char *device);
|
/hardware/msm7k/libaudio-qsd8k/ |
AudioPolicyManager.h | 49 // return appropriate device for streams handled by the specified strategy according to current 52 virtual float computeVolume(int stream, int index, audio_io_handle_t output, uint32_t device);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
EmptyLaunchAction.java | 26 public boolean doLaunchAction(DelayedLaunchInfo info, IDevice device) { 28 String msg = String.format("%1$s installed on device",
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
WindowsLoader.java | 20 import com.android.hierarchyviewer.device.DeviceBridge; 21 import com.android.hierarchyviewer.device.Window; 33 public static Window[] loadWindows(IDevice device, int protocol, int server) { 44 DeviceBridge.getDeviceLocalPort(device)));
|
/external/qemu/distrib/sdl-1.2.12/src/video/gapi/ |
SDL_gapivideo.c | 36 // there is some problems in runnings apps from a device landscape mode 38 // TODO: finish Axim Dell X30 and user landscape mode, device landscape mode 39 // TODO: finish Axim Dell X30 user portrait, device landscape stylus conversion 235 static void GAPI_DeleteDevice(SDL_VideoDevice *device) 242 SDL_free(device->hidden); 243 SDL_free(device); 248 SDL_VideoDevice *device; local 260 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)); 261 if ( device ) { 262 SDL_memset(device, 0, (sizeof *device)) [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
DevicePanel.java | 160 IDevice device = (IDevice)element; local 161 if (device.isEmulator()) { 200 IDevice device = (IDevice)element; local 203 return device.getSerialNumber(); 205 return getStateString(device); 207 String version = device.getProperty(IDevice.PROP_BUILD_VERSION); 209 String debuggable = device.getProperty(IDevice.PROP_DEBUGGABLE); 210 if (device.isEmulator()) { 211 String avdName = device.getAvdName(); 213 avdName = "?"; // the device is probably not online yet, s 729 IDevice device = null; local [all...] |
/external/blktrace/btt/ |
unplug_hist.c | 33 void *unplug_hist_alloc(__u32 device) 40 hbp->dev = device; 50 dip = __dip_find(u_iop->t.device);
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHeadset.java | 81 * the disconnect was initiated by the remote device or 128 /** Default priority when not set or when the device is unpaired */ 228 * Initiates auto-connection if device is null. Tries to connect to all 230 * @param device device to connect to, or null to auto-connect last connected 236 public boolean connectHeadset(BluetoothDevice device) { 237 if (DBG) log("connectHeadset(" + device + ")"); 240 if (mService.connectHeadset(device)) { 256 public boolean isConnected(BluetoothDevice device) { 257 if (DBG) log("isConnected(" + device + ")") [all...] |
/packages/apps/Phone/src/com/android/phone/ |
BluetoothHeadsetService.java | 116 Log.w(TAG, "Stopping BluetoothHeadsetService: device does not have BT"); 236 BluetoothDevice device = 242 device.equals(mRemoteDevice)) { 267 if (mHeadsetPriority.get(device) == BluetoothHeadset.PRIORITY_UNDEFINED) { 268 mHeadsetPriority.set(device, BluetoothHeadset.PRIORITY_ON); 272 mHeadsetPriority.set(device, BluetoothHeadset.PRIORITY_UNDEFINED); 283 if (device.equals(mDeviceSdpQuery)) { 284 // We have got SDP records for the device we are interested in. 326 private BluetoothDevice device; field in class:BluetoothHeadsetService.RfcommConnectThread 333 public RfcommConnectThread(BluetoothDevice device, int channel, int type) 541 BluetoothDevice device = i.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); local 771 BluetoothDevice device = li.previous(); local [all...] |
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
DockService.java | 57 // Time allowed for the device to be undocked and redocked without severing 61 // Time allowed for the device to be undocked and redocked without turning 68 // Msg for device docked event 71 // Msg for device undocked event 234 BluetoothDevice device = null; local 236 device = (BluetoothDevice) msg.obj; 239 if(DEBUG) Log.d(TAG, "processMessage: " + msgType + " state: " + state + " device = " 240 + (device == null ? "null" : device.toString())); 249 mDevice = device; 359 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); local 559 BluetoothDevice device = i local [all...] |
BluetoothPairingRequest.java | 48 BluetoothDevice device = local 54 pairingIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, device); 64 String deviceAddress = device != null ? device.getAddress() : null; 83 name = device.getName();
|
/external/libpcap/ |
pcap-linux.c | 36 * - The loopback device gives every packet twice; on 2.2[.x] kernels, 205 static int iface_get_id(int fd, const char *device, char *ebuf); 207 static int iface_get_mtu(int fd, const char *device, char *ebuf); 208 static int iface_get_arptype(int fd, const char *device, char *ebuf); 212 static int iface_bind_old(int fd, const char *device, char *ebuf); 227 * Get a handle for a live capture from the given device. You can 228 * pass NULL as device to get all packages (without link level 237 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, 247 if (strstr(device, "dag")) { 248 return dag_open_live(device, snaplen, promisc, to_ms, ebuf) [all...] |
/external/bluetooth/bluez/src/ |
adapter.c | 56 #include "device.h" 92 struct btd_device *device; member in struct:service_auth 112 GSList *oor_devices; /* out of range device list */ 242 error("Can't open device hci%d: %s (%d)", 253 error("Can't write class of device: %s (%d)", 275 error("Can't open device hci%d: %s (%d)", 287 error("Can't write class of device: %s (%d)", 930 struct btd_device *device; local 941 device = l->data; 943 return device; 952 struct btd_device *device = l->data; local 984 struct btd_device *device; local 1045 struct btd_device *device; local 1388 struct btd_device *device = l->data; local 1406 struct btd_device *device; local 1440 struct btd_device *device; local 1485 struct btd_device *device; local 1529 struct btd_device *device; local 1565 struct btd_device *device; local 1769 struct btd_device *device; local 1973 struct btd_device *device; local 2003 struct btd_device *device; local 2083 struct btd_device *device; local 2322 struct btd_device *device = l->data; local 2376 struct btd_device *device = adapter->connections->data; local 2709 struct btd_device *device; local 2997 struct btd_device *device; local 3087 struct btd_device *device; local [all...] |
/external/blktrace/ |
blkiomon.h | 37 __u32 device; member in struct:blkiomon_stat 82 bstat->device = cpu_to_be32(bstat->device); 105 fprintf(fp, "device: %d,%d\n", MAJOR(p->device), MINOR(p->device));
|
/sdk/dumpeventlog/src/com/android/dumpeventlog/ |
DumpEventLog.java | 33 * Connects to a device using ddmlib and dumps its event log as long as the device is connected. 74 System.out.println("Usage: dumpeventlog <device s/n> <filepath>"); 95 // we can't just ask for the device list right away, as the internal thread getting 109 System.err.println("Timeout getting device list!"); 117 for (IDevice device : devices) { 118 if (device.getSerialNumber().equals(args[0])) { 120 grabLogFrom(device, args[1]); 136 private static void grabLogFrom(IDevice device, String filePath) throws IOException { 141 device.runEventLogService(receiver) [all...] |
/external/bluetooth/bluez/audio/ |
headset.c | 55 #include "device.h" 64 #include "../src/device.h" 173 int (*callback) (struct audio_device *device, const char *buf); 199 static int rfcomm_connect(struct audio_device *device, headset_stream_cb_t cb, 201 static int get_records(struct audio_device *device, headset_stream_cb_t cb, 338 static int supported_features(struct audio_device *device, const char *buf) 340 struct headset *hs = device->headset; 399 static int report_indicators(struct audio_device *device, const char *buf) 401 struct headset *hs = device->headset; 517 struct audio_device *device = l->data local 700 struct audio_device *device = telephony_device; local 835 struct audio_device *device = telephony_device; local 1078 struct audio_device *device = telephony_device; local 1561 struct audio_device *device = data; local 1582 struct audio_device *device = data; local 1602 struct audio_device *device = data; local 1623 struct audio_device *device = data; local 1642 struct audio_device *device = data; local 1679 struct audio_device *device = data; local 1717 struct audio_device *device = data; local 1742 struct audio_device *device = data; local 1790 struct audio_device *device = data; local 1815 struct audio_device *device = data; local 1841 struct audio_device *device = data; local 1919 struct audio_device *device = data; local 2421 struct audio_device *device = user_data; local [all...] |